Skip to content

Commit 4fe737b

Browse files
committed
Merge branch 'main' of github.com:tebeka/expmod
2 parents c192b24 + 92f0cbe commit 4fe737b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ require (
77
golang.org/x/net v0.43.0
88
)
99

10+
tool (
11+
github.com/caarlos0/svu
12+
github.com/securego/gosec/v2/cmd/gosec
13+
golang.org/x/vuln/cmd/govulncheck
14+
honnef.co/go/tools/cmd/staticcheck
15+
)
16+
1017
require (
1118
cloud.google.com/go v0.121.2 // indirect
1219
cloud.google.com/go/ai v0.12.1 // indirect
@@ -59,11 +66,3 @@ require (
5966
gopkg.in/yaml.v3 v3.0.1 // indirect
6067
honnef.co/go/tools v0.6.1 // indirect
6168
)
62-
63-
tool github.com/caarlos0/svu
64-
65-
tool github.com/securego/gosec/v2/cmd/gosec
66-
67-
tool golang.org/x/vuln/cmd/govulncheck
68-
69-
tool honnef.co/go/tools/cmd/staticcheck

0 commit comments

Comments
 (0)