fix: update go.mod.
Showing
+9 -7
... | ... | @@ -27,7 +27,7 @@ require ( |
github.com/unrolled/secure v1.0.8 | ||
go.uber.org/zap v1.10.0 | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | ||
golang.org/x/text v0.3.3 | ||
golang.org/x/text v0.3.5 | ||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 | ||
) | ||
... | ... | @@ -42,7 +42,7 @@ require ( |
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/RichardKnop/logging v0.0.0-20190827224416-1a693bdd4fae // indirect | ||
github.com/RichardKnop/redsync v1.2.0 // indirect | ||
github.com/aws/aws-sdk-go v1.32.12 // indirect | ||
github.com/aws/aws-sdk-go v1.34.28 // indirect | ||
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
... | ... | @@ -62,12 +62,12 @@ require ( |
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/gomodule/redigo v2.0.0+incompatible // indirect | ||
github.com/google/go-cmp v0.5.0 // indirect | ||
github.com/google/go-cmp v0.5.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.3.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/jstemmer/go-junit-report v0.9.1 // indirect | ||
github.com/kelseyhightower/envconfig v1.4.0 // indirect | ||
... | ... | @@ -82,7 +82,7 @@ require ( |
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/opentracing/opentracing-go v1.1.0 // indirect | ||
github.com/pelletier/go-toml v1.4.0 // indirect | ||
github.com/pelletier/go-toml v1.7.0 // indirect | ||
github.com/spf13/afero v1.1.2 // indirect | ||
github.com/spf13/cast v1.3.0 // indirect | ||
github.com/spf13/jwalterweatherman v1.0.0 // indirect | ||
... | ... | @@ -92,8 +92,10 @@ require ( |
github.com/tklauser/go-sysconf v0.3.10 // indirect | ||
github.com/tklauser/numcpus v0.4.0 // indirect | ||
github.com/ugorji/go/codec v1.1.7 // indirect | ||
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect | ||
github.com/xdg/stringprep v1.0.0 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.0.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.2 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
go.mongodb.org/mongo-driver v1.5.1 // indirect | ||
go.opencensus.io v0.22.4 // indirect | ||
... | ... |
Please register or sign in to comment