diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2021-12-23 13:57:41 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2021-12-23 13:57:41 +0500 |
| commit | 791ad774a240c5471fdd1f0a951b51a96e0f5f58 (patch) | |
| tree | 7dd93de7035fb7fc6b1dbcf09e93a4a7f570454b /go.mod | |
| parent | b541e39a2c182d8f98f5900b35f9f025825f71f6 (diff) | |
| download | seaweedfs-791ad774a240c5471fdd1f0a951b51a96e0f5f58.tar.xz seaweedfs-791ad774a240c5471fdd1f0a951b51a96e0f5f58.zip | |
CVE-2020-13949
CVE-2020-27813
CVE-2019-19794
CVE-2021-38561
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 |
