Skip to content

Commit f9d28ff

Browse files
fix(deps): update github.com/shortlink-org/go-sdk/config digest to fcf58d8
1 parent a5b00d3 commit f9d28ff

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
@@ -47,7 +47,7 @@ require (
4747
github.com/prometheus/otlptranslator v1.0.0 // indirect
4848
github.com/prometheus/procfs v0.19.2 // indirect
4949
github.com/sagikazarmark/locafero v0.11.0 // indirect
50-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
50+
github.com/shortlink-org/go-sdk/config v0.0.0-20260307103337-fcf58d85adc1
5151
github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20260107222411-453281b10921 // indirect
5252
github.com/shortlink-org/go-sdk/http v0.0.0-20260107222411-453281b10921 // indirect
5353
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
@@ -25,7 +25,7 @@ require (
2525
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
2626
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2727
github.com/sagikazarmark/locafero v0.11.0 // indirect
28-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
28+
github.com/shortlink-org/go-sdk/config v0.0.0-20260307103337-fcf58d85adc1
2929
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
3030
github.com/spf13/afero v1.15.0 // indirect
3131
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
@@ -88,7 +88,7 @@ require (
8888
github.com/prometheus/procfs v0.19.2 // indirect
8989
github.com/redis/rueidis/rueidisotel v1.0.72 // indirect
9090
github.com/sagikazarmark/locafero v0.11.0 // indirect
91-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
91+
github.com/shortlink-org/go-sdk/config v0.0.0-20260307103337-fcf58d85adc1
9292
github.com/shortlink-org/go-sdk/http v0.0.0-20260107222411-453281b10921 // indirect
9393
github.com/shortlink-org/go-sdk/logger v0.0.0-20260107222411-453281b10921 // indirect
9494
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-20260307103337-fcf58d85adc1 h1:Fi3QVmkmVmyMzp+dsLyk+ZhLmNayAGPnSI6zfP73jgo=
467+
github.com/shortlink-org/go-sdk/config v0.0.0-20260307103337-fcf58d85adc1/go.mod h1:wMVz7CXYs80AGfahI0Lr5RTBCY0aOHR9vrbKhtTXxpw=
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
@@ -131,7 +131,7 @@ require (
131131
github.com/pkg/errors v0.9.1 // indirect
132132
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
133133
github.com/sagikazarmark/locafero v0.11.0 // indirect
134-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
134+
github.com/shortlink-org/go-sdk/config v0.0.0-20260307103337-fcf58d85adc1
135135
github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1 // indirect
136136
github.com/sirupsen/logrus v1.9.3 // indirect
137137
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
@@ -86,7 +86,7 @@ require (
8686
github.com/redis/rueidis v1.0.72 // 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-20260307103337-fcf58d85adc1
9090
github.com/sirupsen/logrus v1.9.3 // indirect
9191
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
9292
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-20260307103337-fcf58d85adc1
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
@@ -46,7 +46,7 @@ require (
4646
github.com/prometheus/common v0.67.5 // indirect
4747
github.com/prometheus/procfs v0.19.2 // indirect
4848
github.com/sagikazarmark/locafero v0.11.0 // indirect
49-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
49+
github.com/shortlink-org/go-sdk/config v0.0.0-20260307103337-fcf58d85adc1
5050
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
5151
github.com/spf13/afero v1.15.0 // indirect
5252
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-20260303191922-67c81c34e0a2
12-
github.com/shortlink-org/go-sdk/config v0.0.0-20260107222411-453281b10921
12+
github.com/shortlink-org/go-sdk/config v0.0.0-20260307103337-fcf58d85adc1
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-20260307103337-fcf58d85adc1
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)