Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Sep 1, 2021
1 parent 6e73a7a commit 94b099c
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 57 deletions.
28 changes: 23 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,29 @@ module github.com/tal-tech/go-stash
go 1.13

require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/frankban/quicktest v1.13.1 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/json-iterator/go v1.1.10
github.com/olivere/elastic/v7 v7.0.24
github.com/stretchr/testify v1.6.1
github.com/tal-tech/go-queue v1.0.3
github.com/tal-tech/go-zero v1.1.7
github.com/golang/snappy v0.0.4 // indirect
github.com/json-iterator/go v1.1.11
github.com/klauspost/compress v1.13.5 // indirect
github.com/olivere/elastic/v7 v7.0.28
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/segmentio/kafka-go v0.4.17 // indirect
github.com/stretchr/testify v1.7.0
github.com/tal-tech/go-queue v1.0.6
github.com/tal-tech/go-zero v1.1.10
github.com/vjeantet/jodaTime v1.0.0
github.com/xdg/scram v1.0.3 // indirect
github.com/xdg/stringprep v1.0.3 // indirect
go.uber.org/automaxprocs v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/h2non/gock.v1 v1.1.2 // indirect
)
Loading

0 comments on commit 94b099c

Please sign in to comment.