|
1 |
| -module github.com/c4t-but-s4d/neo |
| 1 | +module github.com/c4t-but-s4d/neo/v2 |
2 | 2 |
|
3 | 3 | go 1.21
|
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/denisbrodbeck/machineid v1.0.1
|
7 | 7 | github.com/fsnotify/fsnotify v1.6.0 // indirect
|
8 | 8 | github.com/go-redis/redis/v8 v8.11.5
|
9 |
| - github.com/google/go-cmp v0.5.9 |
| 9 | + github.com/google/go-cmp v0.6.0 |
10 | 10 | github.com/google/uuid v1.3.1
|
11 | 11 | github.com/mitchellh/mapstructure v1.5.0
|
12 | 12 | github.com/sirupsen/logrus v1.9.3
|
13 | 13 | github.com/spaolacci/murmur3 v1.1.0
|
14 | 14 | github.com/spf13/cobra v1.7.0
|
15 | 15 | github.com/spf13/pflag v1.0.5
|
16 |
| - github.com/spf13/viper v1.16.0 |
| 16 | + github.com/spf13/viper v1.17.0 |
17 | 17 | github.com/stretchr/testify v1.8.4
|
18 | 18 | go.etcd.io/bbolt v1.3.7
|
19 | 19 | go.uber.org/goleak v1.2.1
|
20 |
| - google.golang.org/grpc v1.57.0 |
| 20 | + google.golang.org/grpc v1.58.3 |
21 | 21 | google.golang.org/protobuf v1.31.0
|
22 | 22 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
23 | 23 | )
|
24 | 24 |
|
25 | 25 | require (
|
26 |
| - github.com/prometheus/client_golang v1.16.0 |
| 26 | + github.com/prometheus/client_golang v1.17.0 |
27 | 27 | github.com/prometheus/common v0.44.0
|
28 | 28 | github.com/samber/lo v1.38.1
|
29 |
| - golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 |
30 |
| - golang.org/x/sys v0.11.0 |
| 29 | + golang.org/x/sys v0.13.0 |
31 | 30 | )
|
32 | 31 |
|
33 | 32 | require (
|
34 | 33 | github.com/beorn7/perks v1.0.1 // indirect
|
35 | 34 | github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
36 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
| 35 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
37 | 36 | github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
38 | 37 | github.com/golang/protobuf v1.5.3 // indirect
|
39 | 38 | github.com/hashicorp/hcl v1.0.0 // indirect
|
40 | 39 | github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
41 | 40 | github.com/magiconair/properties v1.8.7 // indirect
|
42 | 41 | github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
43 |
| - github.com/pelletier/go-toml/v2 v2.0.9 // indirect |
44 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
45 |
| - github.com/prometheus/client_model v0.4.0 // indirect |
46 |
| - github.com/prometheus/procfs v0.11.1 // indirect |
47 |
| - github.com/spf13/afero v1.9.5 // indirect |
| 42 | + github.com/pelletier/go-toml/v2 v2.1.0 // indirect |
| 43 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 44 | + github.com/prometheus/client_model v0.5.0 // indirect |
| 45 | + github.com/prometheus/procfs v0.12.0 // indirect |
| 46 | + github.com/sagikazarmark/locafero v0.3.0 // indirect |
| 47 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 48 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 49 | + github.com/spf13/afero v1.10.0 // indirect |
48 | 50 | github.com/spf13/cast v1.5.1 // indirect
|
49 |
| - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
50 | 51 | github.com/subosito/gotenv v1.6.0 // indirect
|
51 |
| - golang.org/x/net v0.14.0 // indirect |
52 |
| - golang.org/x/text v0.12.0 // indirect |
53 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect |
| 52 | + go.uber.org/multierr v1.11.0 // indirect |
| 53 | + golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect |
| 54 | + golang.org/x/net v0.17.0 // indirect |
| 55 | + golang.org/x/text v0.13.0 // indirect |
| 56 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect |
54 | 57 | gopkg.in/ini.v1 v1.67.0 // indirect
|
55 | 58 | )
|
0 commit comments