Upgrade golang.org/x/net -> v0.13.0 (#3684)

Patches https://security.snyk.io/vuln/SNYK-GOLANG-GOLANGORGXNETHTML-5816820
This commit is contained in:
C 2023-08-04 03:58:46 +01:00 committed by GitHub
parent d4a64265f2
commit 02e754be9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

@ -12,7 +12,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.8 github.com/pelletier/go-toml/v2 v2.0.8
github.com/stretchr/testify v1.8.3 github.com/stretchr/testify v1.8.3
github.com/ugorji/go/codec v1.2.11 github.com/ugorji/go/codec v1.2.11
golang.org/x/net v0.10.0 golang.org/x/net v0.13.0
google.golang.org/protobuf v1.30.0 google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1 gopkg.in/yaml.v3 v3.0.1
) )