File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55require (
66 google.golang.org/protobuf v1.31.0
7- gopkg.in/yaml.v2 v2.4.0
7+ gopkg.in/yaml.v3 v3.0.1
88)
Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+
1212gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1313gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
1414gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
15+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
16+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change 44 "github.com/RoboCup-SSL/ssl-simulation-controller/internal/referee"
55 "google.golang.org/protobuf/proto"
66 "google.golang.org/protobuf/types/known/anypb"
7- "gopkg.in/yaml.v2 "
7+ "gopkg.in/yaml.v3 "
88 "log"
99 "os"
1010)
You can’t perform that action at this time.
0 commit comments