File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : 1.23.3
22+ go-version : 1.23.8
2323 check-latest : true
2424 - name : Get official govulncheck
2525 run : go install golang.org/x/vuln/cmd/govulncheck@latest
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/minio/console
22
33go 1.23.0
44
5- toolchain go1.23.7
5+ toolchain go1.23.8
66
77require (
88 github.com/blang/semver/v4 v4.0.0
@@ -35,7 +35,7 @@ require (
3535 github.com/tidwall/gjson v1.18.0 // indirect
3636 github.com/unrolled/secure v1.17.0
3737 golang.org/x/crypto v0.36.0
38- golang.org/x/net v0.37 .0
38+ golang.org/x/net v0.38 .0
3939 golang.org/x/oauth2 v0.28.0
4040 // Added to include security fix for
4141 // https://github.com/golang/go/issues/56152
Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL
327327golang.org/x/net v0.0.0-20200226121028-0de0cce0169b /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
328328golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
329329golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
330- golang.org/x/net v0.37 .0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
331- golang.org/x/net v0.37 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
330+ golang.org/x/net v0.38 .0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
331+ golang.org/x/net v0.38 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
332332golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc =
333333golang.org/x/oauth2 v0.28.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
334334golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments