Skip to content
Snippets Groups Projects

Update go.mod, fix build

Merged Erick Hitter requested to merge update/go-mod into master
2 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -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
 
)
Loading