diff --git a/go.mod b/go.mod index 1ed90e8..235c2a2 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/kataras/versioning go 1.19 -require github.com/hashicorp/go-version v1.6.0 +require github.com/hashicorp/go-version v1.7.0 diff --git a/go.sum b/go.sum index 805e323..985a85d 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek= -github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY= +github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=