From bd6657e6fd62570e09c01d9b7c51de5c0bf21fe2 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 12 Jun 2022 08:03:52 -0700 Subject: [PATCH] Bump go.mod --- go.mod | 6 ++++++ go.sum | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/go.mod b/go.mod index d0cd594..8a6e8f3 100644 --- a/go.mod +++ b/go.mod @@ -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 +) diff --git a/go.sum b/go.sum index 46dba3f..d17b64f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,8 @@ +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/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= -- GitLab