@@ -4,10 +4,11 @@ go 1.18
4
4
5
5
require (
6
6
github.com/Masterminds/semver v1.5.0
7
+ github.com/adrg/xdg v0.4.0
7
8
github.com/awalterschulze/gographviz v2.0.3+incompatible
8
9
github.com/c-bata/go-prompt v0.2.6
9
10
github.com/dgraph-io/ristretto v0.0.3
10
- github.com/golang/protobuf v1.5.2
11
+ github.com/golang/protobuf v1.5.3
11
12
github.com/google/btree v1.1.2
12
13
github.com/gosuri/uilive v0.0.4
13
14
github.com/jackc/pgx v3.6.2+incompatible
@@ -29,13 +30,12 @@ require (
29
30
github.com/valyala/fastjson v1.6.3
30
31
github.com/zyedidia/generic v1.1.0
31
32
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
32
- google.golang.org/grpc v1.42 .0
33
- google.golang.org/protobuf v1.27.1
34
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
33
+ google.golang.org/grpc v1.55 .0
34
+ google.golang.org/protobuf v1.30.0
35
+ gopkg.in/yaml.v3 v3.0.1
35
36
)
36
37
37
38
require (
38
- github.com/adrg/xdg v0.4.0 // indirect
39
39
github.com/andybalholm/brotli v1.0.3 // indirect
40
40
github.com/cespare/xxhash v1.1.0 // indirect
41
41
github.com/cockroachdb/apd v1.1.0 // indirect
@@ -45,7 +45,6 @@ require (
45
45
github.com/fsnotify/fsnotify v1.4.9 // indirect
46
46
github.com/gofrs/uuid v4.0.0+incompatible // indirect
47
47
github.com/golang/snappy v0.0.4 // indirect
48
- github.com/google/go-cmp v0.5.6 // indirect
49
48
github.com/google/uuid v1.3.0 // indirect
50
49
github.com/inconshreveable/mousetrap v1.0.0 // indirect
51
50
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
@@ -65,11 +64,11 @@ require (
65
64
github.com/spf13/pflag v1.0.5 // indirect
66
65
github.com/ulikunitz/xz v0.5.10 // indirect
67
66
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
68
- golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
69
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
70
- golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
71
- golang.org/x/text v0.3.7 // indirect
72
- google.golang.org/genproto v0.0.0-20211112145013-271947fe86fd // indirect
67
+ golang.org/x/crypto v0.9.0 // indirect
68
+ golang.org/x/net v0.10.0 // indirect
69
+ golang.org/x/sys v0.8.0 // indirect
70
+ golang.org/x/text v0.9.0 // indirect
71
+ google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
73
72
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
74
73
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
75
74
)
0 commit comments