File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
infrastructure/bootstrap/tests/unit Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/abhisheksr01/python-postgres-azure
22
3- go 1.21.1
3+ go 1.23.0
4+
45toolchain go1.24.1
56
67require (
@@ -31,7 +32,7 @@ require (
3132 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
3233 github.com/pmezard/go-difflib v1.0.0 // indirect
3334 github.com/tmccombs/hcl2json v0.6.4 // indirect
34- github.com/ulikunitz/xz v0.5.10 // indirect
35+ github.com/ulikunitz/xz v0.5.14 // indirect
3536 github.com/zclconf/go-cty v1.15.0 // indirect
3637 golang.org/x/crypto v0.36.0 // indirect
3738 golang.org/x/mod v0.18.0 // indirect
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
5353github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
5454github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
5555github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
56- github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8 =
57- github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
56+ github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg =
57+ github.com/ulikunitz/xz v0.5.14 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
5858github.com/zclconf/go-cty v1.15.0 h1:tTCRWxsexYUmtt/wVxgDClUe+uQusuI443uL6e+5sXQ =
5959github.com/zclconf/go-cty v1.15.0 /go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE =
6060github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo =
You can’t perform that action at this time.
0 commit comments