@@ -13,7 +13,7 @@ require (
13
13
github.com/google/uuid v1.6.0
14
14
github.com/gorilla/mux v1.8.1
15
15
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
16
- github.com/nyaruka/phonenumbers v1.4.4
16
+ github.com/nyaruka/phonenumbers v1.5.0
17
17
github.com/opentracing/opentracing-go v1.2.0
18
18
github.com/pkg/errors v0.9.1
19
19
github.com/stretchr/testify v1.10.0
@@ -33,7 +33,6 @@ require (
33
33
github.com/eapache/queue v1.1.0 // indirect
34
34
github.com/go-logfmt/logfmt v0.6.0 // indirect
35
35
github.com/golang/snappy v0.0.4 // indirect
36
- github.com/google/go-cmp v0.6.0 // indirect
37
36
github.com/hashicorp/errwrap v1.1.0 // indirect
38
37
github.com/hashicorp/go-multierror v1.1.1 // indirect
39
38
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -52,6 +51,7 @@ require (
52
51
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
53
52
go.uber.org/atomic v1.11.0 // indirect
54
53
golang.org/x/crypto v0.32.0 // indirect
54
+ golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d // indirect
55
55
golang.org/x/text v0.21.0 // indirect
56
56
golang.org/x/time v0.5.0 // indirect
57
57
google.golang.org/protobuf v1.35.1 // indirect
0 commit comments