diff --git a/infrastructure/bootstrap/tests/unit/go.mod b/infrastructure/bootstrap/tests/unit/go.mod index b7d9cc4..eb109b6 100644 --- a/infrastructure/bootstrap/tests/unit/go.mod +++ b/infrastructure/bootstrap/tests/unit/go.mod @@ -1,6 +1,7 @@ module github.com/abhisheksr01/python-postgres-azure -go 1.21.1 +go 1.23.0 + toolchain go1.24.1 require ( @@ -31,7 +32,7 @@ require ( github.com/mitchellh/go-wordwrap v1.0.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/tmccombs/hcl2json v0.6.4 // indirect - github.com/ulikunitz/xz v0.5.10 // indirect + github.com/ulikunitz/xz v0.5.14 // indirect github.com/zclconf/go-cty v1.15.0 // indirect golang.org/x/crypto v0.36.0 // indirect golang.org/x/mod v0.18.0 // indirect diff --git a/infrastructure/bootstrap/tests/unit/go.sum b/infrastructure/bootstrap/tests/unit/go.sum index ec245cc..84ae87e 100644 --- a/infrastructure/bootstrap/tests/unit/go.sum +++ b/infrastructure/bootstrap/tests/unit/go.sum @@ -53,8 +53,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw= github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk= -github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8= -github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= +github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg= +github.com/ulikunitz/xz v0.5.14/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/zclconf/go-cty v1.15.0 h1:tTCRWxsexYUmtt/wVxgDClUe+uQusuI443uL6e+5sXQ= github.com/zclconf/go-cty v1.15.0/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE= github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=