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 with stages
in 6 minutes and 26 seconds
......@@ -26,8 +26,8 @@ coverhtml:
./tools/coverage.sh html;
dep:
@go get -v -d ./...
@go get github.com/mitchellh/gox
@go get -v ./...
@go install github.com/mitchellh/gox@latest
build: dep
@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
go 1.17
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.
Finish editing this message first!
Please register or to comment