Skip to content

Commit 35b792c

Browse files
committed
feat: add semver filtering
1 parent eb32c80 commit 35b792c

File tree

5 files changed

+64
-123
lines changed

5 files changed

+64
-123
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Altinity/docker-sync
22

3-
go 1.24.2
3+
go 1.24.4
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.36.3
@@ -32,6 +32,7 @@ require (
3232

3333
require (
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

0 commit comments

Comments
 (0)