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 4
4
5
5
require (
6
6
google.golang.org/protobuf v1.31.0
7
- gopkg.in/yaml.v2 v2.4.0
7
+ gopkg.in/yaml.v3 v3.0.1
8
8
)
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+
12
12
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
13
13
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
14
14
gopkg.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 4
4
"github.com/RoboCup-SSL/ssl-simulation-controller/internal/referee"
5
5
"google.golang.org/protobuf/proto"
6
6
"google.golang.org/protobuf/types/known/anypb"
7
- "gopkg.in/yaml.v2 "
7
+ "gopkg.in/yaml.v3 "
8
8
"log"
9
9
"os"
10
10
)
You can’t perform that action at this time.
0 commit comments