@@ -12,14 +12,15 @@ require (
12
12
github.com/dongri/phonenumber v0.1.12
13
13
github.com/gorilla/mux v1.8.1
14
14
github.com/hashicorp/go-retryablehttp v0.7.7
15
- github.com/jaswdr/faker v1.19.1
15
+ github.com/jaswdr/faker/v2 v2.3.3
16
16
github.com/knieriem/odf v0.1.0
17
17
github.com/moov-io/base v0.53.0
18
18
github.com/moov-io/iso3166 v0.2.1
19
19
github.com/openvenues/gopostal v0.0.0-20240426055609-4fe3a773f519
20
20
github.com/pariz/gountries v0.1.6
21
21
github.com/stretchr/testify v1.10.0
22
22
github.com/urfave/cli/v2 v2.4.0
23
+ github.com/vmihailenco/msgpack/v5 v5.4.1
23
24
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
24
25
go.opentelemetry.io/otel v1.34.0
25
26
go.opentelemetry.io/otel/trace v1.34.0
@@ -84,7 +85,6 @@ require (
84
85
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
85
86
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
86
87
github.com/subosito/gotenv v1.6.0 // indirect
87
- github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
88
88
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
89
89
github.com/yuin/goldmark v1.7.1 // indirect
90
90
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
0 commit comments