File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11module github.com/cloudlena/s3manager
22
3- go 1.25.4
3+ go 1.25.5
44
55require (
6- github.com/cloudlena/adapters v0.0.0-20251206101801-0ca4d9e6fb6b
6+ github.com/cloudlena/adapters v0.0.0-20260103195402-734b37db709b
77 github.com/gorilla/mux v1.8.1
88 github.com/matryer/is v1.4.1
99 github.com/minio/minio-go/v7 v7.0.97
@@ -29,7 +29,7 @@ require (
2929 github.com/spf13/cast v1.10.0 // indirect
3030 github.com/spf13/pflag v1.0.10 // indirect
3131 github.com/subosito/gotenv v1.6.0 // indirect
32- github.com/tinylib/msgp v1.6.1 // indirect
32+ github.com/tinylib/msgp v1.6.3 // indirect
3333 go.yaml.in/yaml/v3 v3.0.4 // indirect
3434 golang.org/x/crypto v0.46.0 // indirect
3535 golang.org/x/net v0.48.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/cloudlena/adapters v0.0.0-20251206101801-0ca4d9e6fb6b h1:p7AwWpdhhYvan+4LR0jgatsubKhyPClagBMyhei0AT8 =
2- github.com/cloudlena/adapters v0.0.0-20251206101801-0ca4d9e6fb6b /go.mod h1:cIED1HeFSjKO8ObsFULtst7jMypyWpxxcPZCPR2AcmE =
1+ github.com/cloudlena/adapters v0.0.0-20260103195402-734b37db709b h1:BSFSOb2h7SOUyOM60Vu+N5Iv8lbkWlO0FG+ODritY6M =
2+ github.com/cloudlena/adapters v0.0.0-20260103195402-734b37db709b /go.mod h1:mb33xVmYXtLki4GVP9PBZRCf3OngYl1J1FMXHwiCAVQ =
33github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
44github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
55github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY =
@@ -61,8 +61,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
6161github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
6262github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 =
6363github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
64- github.com/tinylib/msgp v1.6.1 h1:ESRv8eL3u+DNHUoSAAQRE50Hm162zqAnBoGv9PzScPY =
65- github.com/tinylib/msgp v1.6.1 /go.mod h1:RSp0LW9oSxFut3KzESt5Voq4GVWyS+PSulT77roAqEA =
64+ github.com/tinylib/msgp v1.6.3 h1:bCSxiTz386UTgyT1i0MSCvdbWjVW+8sG3PjkGsZQt4s =
65+ github.com/tinylib/msgp v1.6.3 /go.mod h1:RSp0LW9oSxFut3KzESt5Voq4GVWyS+PSulT77roAqEA =
6666go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
6767go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
6868golang.org/x/crypto v0.46.0 h1:cKRW/pmt1pKAfetfu+RCEvjvZkA9RimPbh7bhFjGVBU =
You can’t perform that action at this time.
0 commit comments