File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ require (
4646 github.com/prometheus/procfs v0.17.0 // indirect
4747 github.com/sagikazarmark/locafero v0.11.0 // indirect
4848 github.com/samber/lo v1.52.0 // indirect
49- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
49+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
5050 github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20251111173054-8c030dab4702 // indirect
5151 github.com/shortlink-org/go-sdk/http v0.0.0-20251108145352-f59577605d0a // indirect
5252 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
2424 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2525 github.com/sagikazarmark/locafero v0.11.0 // indirect
26- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
26+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
2727 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
2828 github.com/spf13/afero v1.15.0 // indirect
2929 github.com/spf13/cast v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ require (
9090 github.com/prometheus/procfs v0.17.0 // indirect
9191 github.com/redis/rueidis/rueidisotel v1.0.68 // indirect
9292 github.com/sagikazarmark/locafero v0.11.0 // indirect
93- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
93+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
9494 github.com/shortlink-org/go-sdk/http v0.0.0-20251108115131-18dc85978c3b // indirect
9595 github.com/shortlink-org/go-sdk/logger v0.0.0-20251108103956-0a3cbbf03637 // indirect
9696 github.com/sirupsen/logrus v1.9.3 // indirect
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ require (
105105 github.com/pkg/errors v0.9.1 // indirect
106106 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
107107 github.com/sagikazarmark/locafero v0.11.0 // indirect
108- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
108+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
109109 github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1 // indirect
110110 github.com/sirupsen/logrus v1.9.3 // indirect
111111 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ require (
8181 github.com/redis/rueidis v1.0.68 // indirect
8282 github.com/redis/rueidis/rueidisotel v1.0.68 // indirect
8383 github.com/sagikazarmark/locafero v0.11.0 // indirect
84- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
84+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
8585 github.com/sirupsen/logrus v1.9.3 // indirect
8686 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
8787 github.com/spf13/afero v1.15.0 // indirect
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/shortlink-org/go-sdk/flight_trace
22
33go 1.25.3
44
5- require github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
5+ require github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
66
77require (
88 github.com/Masterminds/semver/v3 v3.4.0 // indirect
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ require (
4444 github.com/prometheus/common v0.66.1 // indirect
4545 github.com/prometheus/procfs v0.17.0 // indirect
4646 github.com/sagikazarmark/locafero v0.11.0 // indirect
47- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
47+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
4848 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
4949 github.com/spf13/afero v1.15.0 // indirect
5050 github.com/spf13/cast v1.10.0 // indirect
Original file line number Diff line number Diff 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-00010101000000-000000000000
12- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
12+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
1313 github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20251111173054-8c030dab4702
1414 github.com/shortlink-org/go-sdk/logger v0.0.0-20251108203914-f363e5ad1155
1515 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
3030 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3131 github.com/sagikazarmark/locafero v0.11.0 // indirect
3232 github.com/segmentio/asm v1.2.0 // indirect
33- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
33+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
3434 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
3535 github.com/spf13/afero v1.15.0 // indirect
3636 github.com/spf13/cast v1.10.0 // indirect
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ require (
100100 github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
101101 github.com/redis/rueidis/rueidisotel v1.0.68 // indirect
102102 github.com/sagikazarmark/locafero v0.11.0 // indirect
103- github.com/shortlink-org/go-sdk/config v0.0.0-20251121191713-160ea5dd70ad
103+ github.com/shortlink-org/go-sdk/config c5d4e2f9eb74
104104 github.com/sirupsen/logrus v1.9.3 // indirect
105105 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
106106 github.com/spf13/afero v1.15.0 // indirect
You can’t perform that action at this time.
0 commit comments