Skip to content

Commit e4892d2

Browse files
authored
chore: reformat go.mod (#1247)
1 parent 46d7e46 commit e4892d2

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

go.mod

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ require (
3838
github.com/sirupsen/logrus v1.9.3
3939
github.com/spf13/cobra v1.7.0
4040
github.com/stackrox/dotnet-scraper v0.0.0-20201023051640-72ef543323dd
41+
github.com/stackrox/istio-cves v0.0.0-20221007013142-0bde9b541ec8
4142
github.com/stackrox/k8s-cves v0.0.0-20220818200547-7d0d1420c58d
4243
github.com/stackrox/rox v0.0.0-20210914215712-9ac265932e28
4344
github.com/stretchr/testify v1.8.4
@@ -51,36 +52,25 @@ require (
5152
gopkg.in/yaml.v2 v2.4.0
5253
)
5354

54-
require (
55-
dario.cat/mergo v1.0.0 // indirect
56-
github.com/benbjohnson/clock v1.3.0 // indirect
57-
github.com/containers/storage v1.48.0 // indirect
58-
github.com/google/s2a-go v0.1.5 // indirect
59-
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
60-
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
61-
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
62-
github.com/pelletier/go-toml v1.9.5 // indirect
63-
golang.org/x/sync v0.3.0 // indirect
64-
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
65-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
66-
)
67-
6855
require (
6956
cloud.google.com/go v0.110.6 // indirect
7057
cloud.google.com/go/compute v1.23.0 // indirect
7158
cloud.google.com/go/compute/metadata v0.2.3 // indirect
7259
cloud.google.com/go/iam v1.1.1 // indirect
60+
dario.cat/mergo v1.0.0 // indirect
7361
github.com/Microsoft/go-winio v0.6.1 // indirect
7462
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
7563
github.com/acomagu/bufpipe v1.0.4 // indirect
7664
github.com/andybalholm/brotli v1.0.3 // indirect
7765
github.com/andybalholm/cascadia v1.3.1 // indirect
66+
github.com/benbjohnson/clock v1.3.0 // indirect
7867
github.com/beorn7/perks v1.0.1 // indirect
7968
github.com/cespare/xxhash/v2 v2.2.0 // indirect
8069
github.com/cloudflare/cfssl v1.6.3 // indirect
8170
github.com/cloudflare/circl v1.3.3 // indirect
8271
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
8372
github.com/containers/ocicrypt v1.1.7 // indirect
73+
github.com/containers/storage v1.48.0 // indirect
8474
github.com/docker/docker v24.0.2+incompatible // indirect
8575
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
8676
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
@@ -93,10 +83,12 @@ require (
9383
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9484
github.com/golang/snappy v0.0.4 // indirect
9585
github.com/google/certificate-transparency-go v1.1.4 // indirect
86+
github.com/google/s2a-go v0.1.5 // indirect
9687
github.com/google/uuid v1.3.0 // indirect
9788
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
9889
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
99-
github.com/gorilla/websocket v1.5.0 // indirect
90+
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
91+
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
10092
github.com/inconshreveable/mousetrap v1.1.0 // indirect
10193
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
10294
github.com/jmoiron/sqlx v1.3.5 // indirect
@@ -107,6 +99,8 @@ require (
10799
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
108100
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
109101
github.com/nwaples/rardecode v1.1.0 // indirect
102+
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
103+
github.com/pelletier/go-toml v1.9.5 // indirect
110104
github.com/pierrec/lz4/v4 v4.1.2 // indirect
111105
github.com/pjbgf/sha1cd v0.3.0 // indirect
112106
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -116,7 +110,6 @@ require (
116110
github.com/sergi/go-diff v1.2.0 // indirect
117111
github.com/skeema/knownhosts v1.2.0 // indirect
118112
github.com/spf13/pflag v1.0.5 // indirect
119-
github.com/stackrox/istio-cves v0.0.0-20221007013142-0bde9b541ec8
120113
github.com/tkuchiki/go-timezone v0.2.2 // indirect
121114
github.com/ulikunitz/xz v0.5.11 // indirect
122115
github.com/weppos/publicsuffix-go v0.20.1-0.20221031080346-e4081aa8a6de // indirect
@@ -132,13 +125,16 @@ require (
132125
golang.org/x/mod v0.10.0 // indirect
133126
golang.org/x/net v0.14.0 // indirect
134127
golang.org/x/oauth2 v0.11.0 // indirect
128+
golang.org/x/sync v0.3.0 // indirect
135129
golang.org/x/text v0.12.0 // indirect
136130
golang.org/x/time v0.3.0 // indirect
137131
golang.org/x/tools v0.8.0 // indirect
138132
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
139133
golang.stackrox.io/grpc-http1 v0.2.6 // indirect
140134
google.golang.org/appengine v1.6.7 // indirect
141135
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
136+
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
137+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
142138
google.golang.org/protobuf v1.31.0 // indirect
143139
gopkg.in/warnings.v0 v0.1.2 // indirect
144140
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,8 @@ github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB7
449449
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
450450
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
451451
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
452+
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
452453
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
453-
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
454-
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
455454
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
456455
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
457456
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2/go.mod h1:EaizFBKfUKtMIF5iaDEhniwNedqGo9FuLFzppDr3uwI=

0 commit comments

Comments
 (0)