Skip to content

Commit b136264

Browse files
authored
Merge pull request #2067 from AkihiroSuda/go-mod
go.mod: fix format
2 parents f209ec8 + 8360c8f commit b136264

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

go.mod

+5-6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ require (
2828
github.com/lithammer/dedent v1.1.0
2929
github.com/mattn/go-isatty v0.0.20
3030
github.com/mattn/go-shellwords v1.0.12
31+
github.com/mdlayher/vsock v1.2.1
3132
github.com/miekg/dns v1.1.57
3233
github.com/mikefarah/yq/v4 v4.35.2
3334
github.com/nxadm/tail v1.4.11
@@ -37,8 +38,11 @@ require (
3738
github.com/sirupsen/logrus v1.9.3
3839
github.com/spf13/cobra v1.8.0
3940
github.com/spf13/pflag v1.0.5
41+
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
42+
golang.org/x/net v0.19.0
4043
golang.org/x/sync v0.5.0
4144
golang.org/x/sys v0.15.0
45+
golang.org/x/text v0.14.0
4246
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
4347
gopkg.in/yaml.v3 v3.0.1
4448
gotest.tools/v3 v3.5.1
@@ -48,8 +52,6 @@ require (
4852
k8s.io/client-go v0.28.4
4953
)
5054

51-
require google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
52-
5355
require (
5456
github.com/Code-Hex/go-infinity-channel v1.0.0 // indirect
5557
github.com/Microsoft/go-winio v0.6.1 // indirect
@@ -90,7 +92,6 @@ require (
9092
github.com/mattn/go-colorable v0.1.13 // indirect
9193
github.com/mattn/go-runewidth v0.0.14 // indirect
9294
github.com/mdlayher/socket v0.4.1 // indirect
93-
github.com/mdlayher/vsock v1.2.1
9495
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
9596
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9697
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -104,16 +105,14 @@ require (
104105
go.uber.org/atomic v1.7.0 // indirect
105106
go.uber.org/multierr v1.7.0 // indirect
106107
golang.org/x/crypto v0.16.0 // indirect
107-
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
108108
golang.org/x/mod v0.12.0 // indirect
109-
golang.org/x/net v0.19.0
110109
golang.org/x/oauth2 v0.10.0 // indirect
111110
golang.org/x/term v0.15.0 // indirect
112-
golang.org/x/text v0.14.0
113111
golang.org/x/time v0.3.0 // indirect
114112
golang.org/x/tools v0.13.0 // indirect
115113
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
116114
google.golang.org/appengine v1.6.7 // indirect
115+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
117116
google.golang.org/grpc v1.58.3 // indirect
118117
google.golang.org/protobuf v1.31.0 // indirect
119118
gopkg.in/djherbis/times.v1 v1.3.0 // indirect

0 commit comments

Comments
 (0)