File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
fmt :
11
11
@gofmt -s -w .
12
+ @go tool goimports -w .
12
13
13
14
# Lint
14
15
lint-golangci-lint :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
42
42
)
43
43
44
44
require (
45
- golang.org/x/net v0.39 .0 // indirect
45
+ golang.org/x/net v0.40 .0 // indirect
46
46
golang.org/x/time v0.11.0 // indirect
47
47
gopkg.in/inf.v0 v0.9.1 // indirect
48
48
)
@@ -206,7 +206,7 @@ require (
206
206
go.uber.org/zap v1.24.0 // indirect
207
207
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
208
208
golang.org/x/sync v0.14.0 // indirect
209
- golang.org/x/tools v0.32 .0 // indirect
209
+ golang.org/x/tools v0.33 .0 // indirect
210
210
google.golang.org/protobuf v1.36.6 // indirect
211
211
gopkg.in/yaml.v2 v2.4.0 // indirect
212
212
honnef.co/go/tools v0.6.1 // indirect
@@ -254,4 +254,7 @@ require (
254
254
sigs.k8s.io/yaml v1.4.0 // indirect
255
255
)
256
256
257
- tool github.com/golangci/golangci-lint/cmd/golangci-lint
257
+ tool (
258
+ github.com/golangci/golangci-lint/cmd/golangci-lint
259
+ golang.org/x/tools/cmd/goimports
260
+ )
Original file line number Diff line number Diff line change @@ -794,6 +794,8 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
794
794
golang.org/x/net v0.16.0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
795
795
golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY =
796
796
golang.org/x/net v0.39.0 /go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E =
797
+ golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY =
798
+ golang.org/x/net v0.40.0 /go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds =
797
799
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
798
800
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
799
801
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
@@ -961,6 +963,8 @@ golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58
961
963
golang.org/x/tools v0.14.0 /go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg =
962
964
golang.org/x/tools v0.32.0 h1:Q7N1vhpkQv7ybVzLFtTjvQya2ewbwNDZzUgfXGqtMWU =
963
965
golang.org/x/tools v0.32.0 /go.mod h1:ZxrU41P/wAbZD8EDa6dDCa6XfpkhJ7HFMjHJXfBDu8s =
966
+ golang.org/x/tools v0.33.0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc =
967
+ golang.org/x/tools v0.33.0 /go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI =
964
968
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
965
969
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
966
970
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments