Remove gopkg.in/yaml.v2 (#583)

* rm "gopkg.in/yaml.v2"

* fix UnmarshalYAML for Networks & Ulimits
This commit is contained in:
6543
2021-12-08 23:35:51 +01:00
committed by GitHub
parent e7cfa902a6
commit 0061edcbe2
6 changed files with 8 additions and 17 deletions

1
go.mod
View File

@@ -54,7 +54,6 @@ require (
google.golang.org/genproto v0.0.0-20211027162914-98a5263abeca // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
xorm.io/builder v0.3.9
xorm.io/xorm v1.2.5