Bump go.mod
parent
6914a3cb
No related branches found
No related tags found
... | @@ -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 | |||
) |
github.com/hashicorp/go-version v1.0.0 h1:21MVWPKDphxa7ineQQTrCU5brh7OuVVAzGOCnnCPtE8= | |||
github.com/hashicorp/go-version v1.0.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= | |||
github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9 h1:b/uZW09Z0etSrDhlyykJoMWEi/p7ODAqqPys1BogNrA= | github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9 h1:b/uZW09Z0etSrDhlyykJoMWEi/p7ODAqqPys1BogNrA= | ||
github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9/go.mod h1:qg4RI5gcFsEdBBWqwWHknPLVDK0F3i0UNKVIU+ysRw8= | github.com/joshbetz/config v0.0.0-20191025221858-121804b392d9/go.mod h1:qg4RI5gcFsEdBBWqwWHknPLVDK0F3i0UNKVIU+ysRw8= | ||
github.com/mitchellh/gox v1.0.1 h1:x0jD3dcHk9a9xPSDN6YEL4xL6Qz0dvNYm8yZqui5chI= | |||
github.com/mitchellh/gox v1.0.1/go.mod h1:ED6BioOGXMswlXa2zxfh/xdd5QhwYliBFn9V18Ap4z4= | |||
github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY= | |||
github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= |
Please register or sign in to comment