We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9c03f commit b2268e1Copy full SHA for b2268e1
go.mod
@@ -6,6 +6,7 @@ require (
6
buf.build/go/protoyaml v0.6.0
7
github.com/benbjohnson/clock v1.3.5
8
github.com/dennwc/iters v1.1.0
9
+ github.com/flaticols/countrycodes v0.0.2
10
github.com/frostbyte73/core v0.1.1
11
github.com/fsnotify/fsnotify v1.9.0
12
github.com/gammazero/deque v1.1.0
@@ -54,7 +55,6 @@ require (
54
55
github.com/cespare/xxhash/v2 v2.3.0 // indirect
56
github.com/davecgh/go-spew v1.1.1 // indirect
57
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
- github.com/flaticols/countrycodes v0.0.2 // indirect
58
github.com/go-logr/stdr v1.2.2 // indirect
59
github.com/google/cel-go v0.25.0 // indirect
60
github.com/google/uuid v1.6.0 // indirect
0 commit comments