File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/google/wire v0.7.0
88 github.com/ory/dockertest/v3 v3.12.0
99 github.com/shortlink-org/go-sdk/auth v0.0.0-20251108145352-f59577605d0a
10- github.com/shortlink-org/go-sdk/config v0.0.0-20251104190226-1675eff9fff6
10+ github.com/shortlink-org/go-sdk/config v0.0.0-20251123143403-ea6670e2eba8
1111 github.com/shortlink-org/go-sdk/graceful_shutdown v0.0.0-20251030220300-1e2beabd19b6
1212 github.com/shortlink-org/go-sdk/grpc v0.0.0-20251104190226-1675eff9fff6
1313 github.com/shortlink-org/go-sdk/logger v0.0.0-20251108203914-f363e5ad1155
@@ -23,7 +23,7 @@ require (
2323 dario.cat/mergo v1.0.1 // indirect
2424 filippo.io/edwards25519 v1.1.0 // indirect
2525 github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
26- github.com/Masterminds/semver/v3 v3.3.1 // indirect
26+ github.com/Masterminds/semver/v3 v3.4.0 // indirect
2727 github.com/Microsoft/go-winio v0.6.2 // indirect
2828 github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
2929 github.com/Unleash/unleash-go-sdk/v5 v5.0.3 // indirect
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
4747github.com/ClickHouse/clickhouse-go v1.3.12 /go.mod h1:EaI/sW7Azgz9UATzd5ZdZHRUhHgv5+JMS9NSr2smCJI =
4848github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4 =
4949github.com/Masterminds/semver/v3 v3.3.1 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
50+ github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0 =
51+ github.com/Masterminds/semver/v3 v3.4.0 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
5052github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5 /go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw =
5153github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
5254github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
@@ -508,6 +510,8 @@ github.com/shortlink-org/go-sdk/auth v0.0.0-20251108145352-f59577605d0a h1:x2P6O
508510github.com/shortlink-org/go-sdk/auth v0.0.0-20251108145352-f59577605d0a /go.mod h1:6LQpx6YJL7k8qMQDf789xQPzmALgJhcIeckhK15zT7w =
509511github.com/shortlink-org/go-sdk/config v0.0.0-20251104190226-1675eff9fff6 h1:D/bYdhIUpj1Ohi+eDTA3x+FVvNHJkQISJig/PR8BQ7w =
510512github.com/shortlink-org/go-sdk/config v0.0.0-20251104190226-1675eff9fff6 /go.mod h1:PUmaP5xQMa1m8LaSvu+gC//xNN2vICql0I2/TtEQqAI =
513+ github.com/shortlink-org/go-sdk/config v0.0.0-20251123143403-ea6670e2eba8 h1:UEsYHWLqHSb9YbyoS8VmhXHOagWtMqrzYWLe6DcPn7o =
514+ github.com/shortlink-org/go-sdk/config v0.0.0-20251123143403-ea6670e2eba8 /go.mod h1:jeH7PRjBb3FWXfiAiHWpNJfTOQLmHl49M/KybKJqh/M =
511515github.com/shortlink-org/go-sdk/graceful_shutdown v0.0.0-20251030220300-1e2beabd19b6 h1:YNhsrvtvcO+thxEerkQ5VfaVbD4VwDogkXZyFSuuWwk =
512516github.com/shortlink-org/go-sdk/graceful_shutdown v0.0.0-20251030220300-1e2beabd19b6 /go.mod h1:H2Cflyv2RCT/udMu/Q4LNi14QaAEPaV7g8rZZ1QAuhc =
513517github.com/shortlink-org/go-sdk/grpc v0.0.0-20251104190226-1675eff9fff6 h1:aZW0KruasIqVmz/rc2OUkMTcHAA7SKF2BRVm0lYziZ4 =
You can’t perform that action at this time.
0 commit comments