diff --git a/hcl/go.mod b/hcl/go.mod index 8c622e1..7aa8ea9 100644 --- a/hcl/go.mod +++ b/hcl/go.mod @@ -1,6 +1,6 @@ module github.com/chronicleprotocol/go-lib/hcl -go 1.24.0 +go 1.25.0 require ( github.com/chronicleprotocol/ecies v0.0.0-20241017151548-381690fa1131 @@ -10,7 +10,7 @@ require ( github.com/hashicorp/hcl/v2 v2.23.0 github.com/stretchr/testify v1.10.0 github.com/zclconf/go-cty v1.16.2 - golang.org/x/mod v0.24.0 + golang.org/x/mod v0.35.0 ) require ( @@ -28,9 +28,10 @@ require ( github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/tyler-smith/go-bip39 v1.1.0 // indirect - golang.org/x/crypto v0.21.0 // indirect - golang.org/x/sys v0.18.0 // indirect - golang.org/x/text v0.14.0 // indirect - golang.org/x/tools v0.13.0 // indirect + golang.org/x/crypto v0.52.0 // indirect + golang.org/x/sync v0.20.0 // indirect + golang.org/x/sys v0.45.0 // indirect + golang.org/x/text v0.37.0 // indirect + golang.org/x/tools v0.44.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )