Skip to content
Snippets Groups Projects
Commit 4559c5a9 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'update/go-mod' into 'master'

Update go.mod, fix build

See merge request !4
parents 6914a3cb 1aa2cc23
No related branches found
No related tags found
1 merge request!4Update go.mod, fix build
Pipeline #4825 passed
...@@ -26,8 +26,8 @@ coverhtml: ...@@ -26,8 +26,8 @@ coverhtml:
./tools/coverage.sh html; ./tools/coverage.sh html;
dep: dep:
@go get -v -d ./... @go get -v ./...
@go get github.com/mitchellh/gox @go install github.com/mitchellh/gox@latest
build: dep build: dep
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386' @gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'
......
...@@ -3,3 +3,9 @@ module git.ethitter.com/open-source/dyndnsd-client ...@@ -3,3 +3,9 @@ module git.ethitter.com/open-source/dyndnsd-client
go 1.17 go 1.17
require github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9 require github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9
require (
github.com/hashicorp/go-version v1.0.0 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/mitchellh/iochan v1.0.0 // indirect
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment