diff --git a/go.mod b/go.mod index 3916862..e210438 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/csmith/gitrefs go 1.16 -require github.com/hashicorp/go-version v1.7.0 +require github.com/hashicorp/go-version v1.8.0 diff --git a/go.sum b/go.sum index 985a85d..4f77f3e 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= -github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4= +github.com/hashicorp/go-version v1.8.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=