|
1 | 1 | module github.com/HeavyHorst/easykv
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.24.0 |
4 | 6 |
|
5 | 7 | require (
|
6 |
| - github.com/armon/go-metrics v0.3.10 // indirect |
7 |
| - github.com/benbjohnson/clock v1.3.0 // indirect |
8 |
| - github.com/cenkalti/backoff/v3 v3.2.2 // indirect |
9 | 8 | github.com/fsnotify/fsnotify v1.5.1
|
10 | 9 | github.com/garyburd/redigo v1.6.2
|
11 |
| - github.com/google/btree v1.1.2 // indirect |
12 |
| - github.com/google/go-cmp v0.5.8 // indirect |
13 | 10 | github.com/hashicorp/consul/api v1.11.0
|
14 |
| - github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
15 |
| - github.com/hashicorp/go-secure-stdlib/parseutil v0.1.2 // indirect |
16 |
| - github.com/hashicorp/go-version v1.3.0 // indirect |
17 |
| - github.com/hashicorp/vault/api v1.3.0 |
18 |
| - github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect |
19 |
| - github.com/json-iterator/go v1.1.12 // indirect |
20 |
| - github.com/mitchellh/copystructure v1.2.0 // indirect |
21 |
| - github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
| 11 | + github.com/hashicorp/vault/api v1.16.0 |
22 | 12 | github.com/nats-io/nats-server/v2 v2.9.23
|
23 |
| - github.com/nats-io/nats.go v1.28.0 |
24 |
| - github.com/oklog/run v1.1.0 // indirect |
25 |
| - github.com/pierrec/lz4 v2.6.1+incompatible // indirect |
| 13 | + github.com/nats-io/nats.go v1.39.1 |
26 | 14 | github.com/tevino/go-zookeeper v0.0.0-20170512024026-c218ec636bef
|
27 | 15 | go.etcd.io/etcd/client/pkg/v3 v3.5.4
|
28 | 16 | go.etcd.io/etcd/client/v2 v2.305.4
|
29 | 17 | go.etcd.io/etcd/client/v3 v3.5.4
|
| 18 | + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 |
| 19 | + gopkg.in/yaml.v2 v2.4.0 |
| 20 | +) |
| 21 | + |
| 22 | +require ( |
| 23 | + github.com/armon/go-metrics v0.3.10 // indirect |
| 24 | + github.com/benbjohnson/clock v1.3.0 // indirect |
| 25 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
| 26 | + github.com/coreos/go-semver v0.3.0 // indirect |
| 27 | + github.com/coreos/go-systemd/v22 v22.3.2 // indirect |
| 28 | + github.com/fatih/color v1.16.0 // indirect |
| 29 | + github.com/go-jose/go-jose/v4 v4.0.5 // indirect |
| 30 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 31 | + github.com/golang/protobuf v1.5.2 // indirect |
| 32 | + github.com/google/btree v1.1.2 // indirect |
| 33 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 34 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 35 | + github.com/hashicorp/go-hclog v1.6.3 // indirect |
| 36 | + github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
| 37 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 38 | + github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
| 39 | + github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
| 40 | + github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9 // indirect |
| 41 | + github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect |
| 42 | + github.com/hashicorp/go-sockaddr v1.0.7 // indirect |
| 43 | + github.com/hashicorp/go-uuid v1.0.2 // indirect |
| 44 | + github.com/hashicorp/golang-lru v0.5.4 // indirect |
| 45 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 46 | + github.com/hashicorp/serf v0.9.5 // indirect |
| 47 | + github.com/json-iterator/go v1.1.12 // indirect |
| 48 | + github.com/klauspost/compress v1.18.0 // indirect |
| 49 | + github.com/kr/pretty v0.2.1 // indirect |
| 50 | + github.com/kr/text v0.2.0 // indirect |
| 51 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 52 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 53 | + github.com/minio/highwayhash v1.0.2 // indirect |
| 54 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 55 | + github.com/mitchellh/go-testing-interface v1.14.1 // indirect |
| 56 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 57 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 58 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 59 | + github.com/nats-io/jwt/v2 v2.5.0 // indirect |
| 60 | + github.com/nats-io/nkeys v0.4.10 // indirect |
| 61 | + github.com/nats-io/nuid v1.0.1 // indirect |
| 62 | + github.com/ryanuber/go-glob v1.0.0 // indirect |
| 63 | + github.com/stretchr/objx v0.5.2 // indirect |
| 64 | + go.etcd.io/etcd/api/v3 v3.5.4 // indirect |
30 | 65 | go.uber.org/atomic v1.10.0 // indirect
|
31 | 66 | go.uber.org/goleak v1.1.12 // indirect
|
32 | 67 | go.uber.org/multierr v1.8.0 // indirect
|
33 | 68 | go.uber.org/zap v1.22.0 // indirect
|
| 69 | + golang.org/x/crypto v0.36.0 // indirect |
| 70 | + golang.org/x/net v0.37.0 // indirect |
| 71 | + golang.org/x/sys v0.31.0 // indirect |
| 72 | + golang.org/x/text v0.23.0 // indirect |
| 73 | + golang.org/x/time v0.11.0 // indirect |
34 | 74 | google.golang.org/genproto v0.0.0-20220819174105-e9f053255caa // indirect
|
35 |
| - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 |
36 |
| - gopkg.in/square/go-jose.v2 v2.6.0 // indirect |
37 |
| - gopkg.in/yaml.v2 v2.4.0 |
| 75 | + google.golang.org/grpc v1.48.0 // indirect |
| 76 | + google.golang.org/protobuf v1.28.1 // indirect |
38 | 77 | )
|
39 | 78 |
|
40 | 79 | replace (
|
|
0 commit comments