fix(security): vulnerability GO-2023-1571 (#3505)

This commit is contained in:
Kevin Chen
2023-02-18 01:43:39 -05:00
committed by GitHub
parent 81ac7d55a0
commit fc1c43298d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.6
github.com/stretchr/testify v1.8.1
github.com/ugorji/go/codec v1.2.9
golang.org/x/net v0.6.0
golang.org/x/net v0.7.0
google.golang.org/protobuf v1.28.1
gopkg.in/yaml.v3 v3.0.1
)