[skip-changelog] Upgrade x/text to 0.4.0 (#1987)
Showing
... | ... | @@ -24,7 +24,6 @@ require ( |
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 | ||
github.com/mattn/go-colorable v0.1.8 | ||
github.com/mattn/go-isatty v0.0.14 | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 | ||
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 | ||
... | ... | @@ -39,9 +38,8 @@ require ( |
go.bug.st/downloader/v2 v2.1.1 | ||
go.bug.st/relaxed-semver v0.9.0 | ||
go.bug.st/serial v1.3.2 | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 | ||
golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 // indirect | ||
golang.org/x/text v0.3.6 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/text v0.4.0 | ||
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.26.0 | ||
... | ... | @@ -73,6 +71,7 @@ require ( |
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/pelletier/go-toml v1.9.3 // indirect | ||
... | ... | @@ -86,7 +85,9 @@ require ( |
github.com/src-d/gcfg v1.4.0 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
... | ... |
Please register or sign in to comment