File tree Expand file tree Collapse file tree 5 files changed +64
-123
lines changed
Expand file tree Collapse file tree 5 files changed +64
-123
lines changed Original file line number Diff line number Diff line change 11module github.com/Altinity/docker-sync
22
3- go 1.24.2
3+ go 1.24.4
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.36.3
@@ -32,6 +32,7 @@ require (
3232
3333require (
3434 github.com/BurntSushi/toml v1.5.0 // indirect
35+ github.com/Masterminds/semver v1.5.0
3536 github.com/VividCortex/ewma v1.2.0 // indirect
3637 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
3738 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -132,7 +133,6 @@ require (
132133 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
133134 go.opentelemetry.io/otel/trace v1.35.0 // indirect
134135 golang.org/x/crypto v0.38.0 // indirect
135- golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
136136 golang.org/x/net v0.40.0 // indirect
137137 golang.org/x/sys v0.33.0 // indirect
138138 golang.org/x/term v0.32.0 // indirect
You can’t perform that action at this time.
0 commit comments