Skip to content

Commit ad7d476

Browse files
fix(deps): update github.com/shortlink-org/go-sdk/config digest to 958dfa4
1 parent 958dfa4 commit ad7d476

File tree

16 files changed

+17
-15
lines changed

16 files changed

+17
-15
lines changed

auth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/prometheus/otlptranslator v1.0.0 // indirect
4646
github.com/prometheus/procfs v0.19.2 // indirect
4747
github.com/sagikazarmark/locafero v0.11.0 // indirect
48-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
48+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
4949
github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20260107222411-453281b10921 // indirect
5050
github.com/shortlink-org/go-sdk/http v0.0.0-20260107222411-453281b10921 // indirect
5151
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect

batch/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
2525
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2626
github.com/sagikazarmark/locafero v0.11.0 // indirect
27-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
27+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
2828
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
2929
github.com/spf13/afero v1.15.0 // indirect
3030
github.com/spf13/cast v1.10.0 // indirect

cache/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ require (
8686
github.com/prometheus/procfs v0.19.2 // indirect
8787
github.com/redis/rueidis/rueidisotel v1.0.72 // indirect
8888
github.com/sagikazarmark/locafero v0.11.0 // indirect
89-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
89+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
9090
github.com/shortlink-org/go-sdk/http v0.0.0-20260107222411-453281b10921 // indirect
9191
github.com/shortlink-org/go-sdk/logger v0.0.0-20260107222411-453281b10921 // indirect
9292
github.com/sirupsen/logrus v1.9.3 // indirect

cache/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ github.com/segmentio/encoding v0.5.3/go.mod h1:HS1ZKa3kSN32ZHVZ7ZLPLXWvOVIiZtyJn
463463
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
464464
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921 h1:NQvHpDjvz27jFpcQpjJPdbGOX2VJgOZIUQmx1zznyvw=
465465
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921/go.mod h1:WY8oEI8clVi+3QoNTC+4jcGQUVJmzNmO3D1fAcobayg=
466+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b h1:o62Z22qGYjBqNCBsBGTsHzAiRNTX7jqe5+Bi6s4uR4Y=
467+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b/go.mod h1:ZYHQ6dW6cxhwXna2Ro6wfWeNnD/qTGwYIiTywXhGoWY=
466468
github.com/shortlink-org/go-sdk/http v0.0.0-20260107222411-453281b10921 h1:pJSw09HcxhqSuVzdWUxpr7t4TDfMvXa+4rHj1MCkiwE=
467469
github.com/shortlink-org/go-sdk/http v0.0.0-20260107222411-453281b10921/go.mod h1:Byc5mjbHKVrp4UFT0SOxYJfKM8B45K0utEl06fZ8K7Y=
468470
github.com/shortlink-org/go-sdk/logger v0.0.0-20260107222411-453281b10921 h1:mgUyseLj+kSW+R+lhB029ZS2rCJQZOkumRKKvHIFT7o=

db/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ require (
130130
github.com/pkg/errors v0.9.1 // indirect
131131
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
132132
github.com/sagikazarmark/locafero v0.11.0 // indirect
133-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
133+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
134134
github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1 // indirect
135135
github.com/sirupsen/logrus v1.9.3 // indirect
136136
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect

eventsourcing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ require (
8080
github.com/redis/rueidis v1.0.72 // indirect
8181
github.com/redis/rueidis/rueidisotel v1.0.72 // indirect
8282
github.com/sagikazarmark/locafero v0.11.0 // indirect
83-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
83+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
8484
github.com/sirupsen/logrus v1.9.3 // indirect
8585
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
8686
github.com/spf13/afero v1.15.0 // indirect

flight_trace/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/shortlink-org/go-sdk/flight_trace
22

33
go 1.25.5
44

5-
require github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
5+
require github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
66

77
require (
88
github.com/Masterminds/semver/v3 v3.4.0 // indirect

grpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/prometheus/common v0.67.5 // indirect
4646
github.com/prometheus/procfs v0.19.2 // indirect
4747
github.com/sagikazarmark/locafero v0.11.0 // indirect
48-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
48+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
4949
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
5050
github.com/spf13/afero v1.15.0 // indirect
5151
github.com/spf13/cast v1.10.0 // indirect

http/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/prometheus/client_golang v1.23.2
1010
github.com/prometheus/client_model v0.6.2
1111
github.com/shortlink-org/go-sdk/auth v0.0.0-20260107222628-ad66d85c8a41
12-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
12+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
1313
github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20260107222411-453281b10921
1414
github.com/shortlink-org/go-sdk/grpc v0.0.0-20260107222411-453281b10921
1515
github.com/shortlink-org/go-sdk/logger v0.0.0-20260107222411-453281b10921

kratos/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.5
44

55
require (
66
github.com/ory/client-go v1.22.26
7-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
7+
github.com/shortlink-org/go-sdk/config v0.0.0-20260302230142-958dfa43dd8b
88
github.com/shortlink-org/go-sdk/logger v0.0.0-20260107222411-453281b10921
99
github.com/spf13/viper v1.21.0
1010
)

0 commit comments

Comments
 (0)