Skip to content

Commit

Permalink
fix package replace
Browse files Browse the repository at this point in the history
  • Loading branch information
peterq committed Jul 1, 2019
1 parent 00a1b4c commit b1b42d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ require (
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/peterq/pan-light/qt v0.0.0
github.com/peterq/pan-light/qt/bindings v0.0.0
github.com/peterq/pan-light/qt/tool-chain/binding/files/docs/5.12.0 v0.0.0-00010101000000-000000000000 // indirect
github.com/pkg/errors v0.8.1
github.com/therecipe/qt v0.0.0-20190608010047-be44906910f4 // indirect
)

replace github.com/peterq/pan-light/qt/bindings => ../qt/bindings

replace github.com/peterq/pan-light/qt => ../qt

replace github.com/peterq/pan-light/qt/tool-chain/binding/files/docs/5.12.0 => ../qt/tool-chain/binding/files/docs/5.12.0

0 comments on commit b1b42d2

Please sign in to comment.