Skip to content

Commit 94068e8

Browse files
committed
refactoring
1 parent 2919a34 commit 94068e8

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

http/go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +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-20251108145352-f59577605d0a
12+
github.com/shortlink-org/go-sdk/config v0.0.0
1213
github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20251111173054-8c030dab4702
1314
github.com/shortlink-org/go-sdk/logger v0.0.0-20251108203914-f363e5ad1155
1415
github.com/stretchr/testify v1.11.1
@@ -21,12 +22,6 @@ require (
2122
require (
2223
github.com/Masterminds/semver/v3 v3.3.1 // indirect
2324
github.com/Unleash/unleash-go-sdk/v5 v5.0.3 // indirect
24-
github.com/spf13/viper v1.21.0 // indirect
25-
github.com/stretchr/objx v0.5.2 // indirect
26-
github.com/twmb/murmur3 v1.1.8 // indirect
27-
)
28-
29-
require (
3025
github.com/beorn7/perks v1.0.1 // indirect
3126
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3227
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -41,12 +36,14 @@ require (
4136
github.com/prometheus/common v0.66.1 // indirect
4237
github.com/prometheus/procfs v0.17.0 // indirect
4338
github.com/sagikazarmark/locafero v0.11.0 // indirect
44-
github.com/shortlink-org/go-sdk/config v0.0.0
4539
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
4640
github.com/spf13/afero v1.15.0 // indirect
4741
github.com/spf13/cast v1.10.0 // indirect
4842
github.com/spf13/pflag v1.0.10 // indirect
43+
github.com/spf13/viper v1.21.0 // indirect
44+
github.com/stretchr/objx v0.5.2 // indirect
4945
github.com/subosito/gotenv v1.6.0 // indirect
46+
github.com/twmb/murmur3 v1.1.8 // indirect
5047
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
5148
go.opentelemetry.io/otel/metric v1.38.0 // indirect
5249
go.yaml.in/yaml/v2 v2.4.2 // indirect

http/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
3939
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
4040
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 h1:W6apQkHrMkS0Muv8G/TipAy/FJl/rCYT0+EuS8+Z0z4=
4141
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32/go.mod h1:9wM+0iRr9ahx58uYLpLIr5fm8diHn0JbqRycJi6w0Ms=
42-
github.com/ory/client-go v1.22.9 h1:0MzbRbO00yAefFlrMnGaBCDa3oNmIa2sOA4QyBVBPuU=
43-
github.com/ory/client-go v1.22.9/go.mod h1:TGbSGjqLnzhb44hJaXB3z2Eo5c6tf0U7qAjRaEGay9Y=
4442
github.com/ory/client-go v1.22.11 h1:ycEV9I9+rnJX2ZqwxN52SN7UAtVy9XPog+YlunZgCu4=
4543
github.com/ory/client-go v1.22.11/go.mod h1:TGbSGjqLnzhb44hJaXB3z2Eo5c6tf0U7qAjRaEGay9Y=
4644
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=

0 commit comments

Comments
 (0)