diff options
| author | chrislu <chris.lu@gmail.com> | 2021-12-23 17:23:26 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2021-12-23 17:23:26 -0800 |
| commit | 7bf48ee135a06bbcdc06a05cd7ff4292d8d21514 (patch) | |
| tree | 4be0d6c0844b642ea9db4b148b3a1c1375686bd4 /go.mod | |
| parent | 6de331b014ac83c1b2f8d127f164ede560535d8d (diff) | |
| parent | 6ead7758cea182bcc4c5b7c4dc87c81420d1659b (diff) | |
| download | seaweedfs-7bf48ee135a06bbcdc06a05cd7ff4292d8d21514.tar.xz seaweedfs-7bf48ee135a06bbcdc06a05cd7ff4292d8d21514.zip | |
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -137,8 +137,8 @@ require ( golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 - golang.org/x/text v0.3.6 // indirect - golang.org/x/tools v0.1.5 + golang.org/x/text v0.3.7 // indirect + golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect google.golang.org/api v0.57.0 google.golang.org/appengine v1.6.7 // indirect @@ -165,15 +165,18 @@ require ( require ( cloud.google.com/go/kms v1.0.0 // indirect + github.com/apache/thrift v0.15.0 // indirect github.com/d4l3k/messagediff v1.2.1 // indirect github.com/fluent/fluent-logger-golang v1.8.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect + github.com/gorilla/websocket v1.4.2 // indirect github.com/jcmturner/aescts/v2 v2.0.0 // indirect github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect github.com/jcmturner/goidentity/v6 v6.0.1 // indirect github.com/jcmturner/rpc/v2 v2.0.2 // indirect github.com/mattn/go-runewidth v0.0.7 // indirect github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect + github.com/miekg/dns v1.1.44 // indirect github.com/philhofer/fwd v1.1.1 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tinylib/msgp v1.1.6 // indirect |
