Skip to content

Commit

Permalink
Switch to up a maintained xgo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Nov 15, 2020
1 parent 477ed32 commit d340b18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ func doXgo(cmdline []string) {
env := build.Env()

// Make sure xgo is available for cross compilation
gogetxgo := goTool("get", "github.com/karalabe/xgo")
gogetxgo := goTool("get", "src.techknowlogick.com/xgo")
build.MustRun(gogetxgo)

// If all tools building is requested, build everything the builder wants
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ require (
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
gopkg.in/urfave/cli.v1 v1.20.0
gotest.tools v2.2.0+incompatible
src.techknowlogick.com/xgo v1.1.1-0.20201113032224-51945c0192ab // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,5 @@ gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
src.techknowlogick.com/xgo v1.1.1-0.20201113032224-51945c0192ab h1:nt4v+ILEOvuF9p4W6L03GtbfBvzrwRiov5Z8pvLVPrQ=
src.techknowlogick.com/xgo v1.1.1-0.20201113032224-51945c0192ab/go.mod h1:31CE1YKtDOrKTk9PSnjTpe6YbO6W/0LTYZ1VskL09oU=

0 comments on commit d340b18

Please sign in to comment.