Skip to content

Commit

Permalink
Update Go dependecies (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
  • Loading branch information
jauderho authored May 30, 2023
1 parent a0c57ae commit ca4ac3f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 139 deletions.
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ go 1.18

require (
github.com/Masterminds/semver v1.5.0
github.com/adrg/xdg v0.4.0
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/c-bata/go-prompt v0.2.6
github.com/dgraph-io/ristretto v0.0.3
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/google/btree v1.1.2
github.com/gosuri/uilive v0.0.4
github.com/jackc/pgx v3.6.2+incompatible
Expand All @@ -29,13 +30,12 @@ require (
github.com/valyala/fastjson v1.6.3
github.com/zyedidia/generic v1.1.0
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cockroachdb/apd v1.1.0 // indirect
Expand All @@ -45,7 +45,6 @@ require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
Expand All @@ -65,11 +64,11 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211112145013-271947fe86fd // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
Expand Down
Loading

0 comments on commit ca4ac3f

Please sign in to comment.