From 13fc48c1fa2e11c46c932c55a092d0eff3bc14de Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 5 May 2024 08:59:52 +0200 Subject: [PATCH] Bump deps --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c26bfe2..9d3613e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/symfony-cli/phpstore go 1.17 require ( - github.com/hashicorp/go-version v1.3.0 + github.com/hashicorp/go-version v1.6.0 github.com/mitchellh/go-homedir v1.1.0 github.com/pkg/errors v0.9.1 gopkg.in/yaml.v2 v2.4.0 diff --git a/go.sum b/go.sum index 9d8337d..d60427a 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/hashicorp/go-version v1.3.0 h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw= -github.com/hashicorp/go-version v1.3.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +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/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=