WIP: use gox for cross platform compiling, try to enable cross platform cgo builds

This commit is contained in:
Christoph Haas
2021-02-24 22:40:35 +01:00
parent 4fe4d93e0d
commit 6d4fcba00c
3 changed files with 16 additions and 6 deletions

1
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/milosgajdos/tenus v0.0.3
github.com/mitchellh/gox v1.0.1 // indirect
github.com/necrose99/gox v0.4.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e