Downgrade x/text to a single version

This commit is contained in:
Frank Denis 2020-06-19 20:56:21 +02:00
parent 1124b8304e
commit 539924f85f
18 changed files with 1913 additions and 11534 deletions

1
go.mod
View file

@ -24,7 +24,6 @@ require (
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
golang.org/x/text v0.3.3 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.3.0 // indirect
)