Skip to content

Commit ca4ac3f

Browse files
authored
Update Go dependecies (#324)
Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
1 parent a0c57ae commit ca4ac3f

File tree

2 files changed

+29
-139
lines changed

2 files changed

+29
-139
lines changed

go.mod

+10-11
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ go 1.18
44

55
require (
66
github.com/Masterminds/semver v1.5.0
7+
github.com/adrg/xdg v0.4.0
78
github.com/awalterschulze/gographviz v2.0.3+incompatible
89
github.com/c-bata/go-prompt v0.2.6
910
github.com/dgraph-io/ristretto v0.0.3
10-
github.com/golang/protobuf v1.5.2
11+
github.com/golang/protobuf v1.5.3
1112
github.com/google/btree v1.1.2
1213
github.com/gosuri/uilive v0.0.4
1314
github.com/jackc/pgx v3.6.2+incompatible
@@ -29,13 +30,12 @@ require (
2930
github.com/valyala/fastjson v1.6.3
3031
github.com/zyedidia/generic v1.1.0
3132
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
3536
)
3637

3738
require (
38-
github.com/adrg/xdg v0.4.0 // indirect
3939
github.com/andybalholm/brotli v1.0.3 // indirect
4040
github.com/cespare/xxhash v1.1.0 // indirect
4141
github.com/cockroachdb/apd v1.1.0 // indirect
@@ -45,7 +45,6 @@ require (
4545
github.com/fsnotify/fsnotify v1.4.9 // indirect
4646
github.com/gofrs/uuid v4.0.0+incompatible // indirect
4747
github.com/golang/snappy v0.0.4 // indirect
48-
github.com/google/go-cmp v0.5.6 // indirect
4948
github.com/google/uuid v1.3.0 // indirect
5049
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5150
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
@@ -65,11 +64,11 @@ require (
6564
github.com/spf13/pflag v1.0.5 // indirect
6665
github.com/ulikunitz/xz v0.5.10 // indirect
6766
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
7372
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
7473
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
7574
)

0 commit comments

Comments
 (0)