File tree Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/gotify/server/v2/model"
12
12
"github.com/gotify/server/v2/plugin"
13
13
"github.com/gotify/server/v2/plugin/compat"
14
- "gopkg.in/yaml.v2 "
14
+ "gopkg.in/yaml.v3 "
15
15
)
16
16
17
17
// The PluginDatabase interface for encapsulating database access.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
"github.com/gotify/server/v2/test/testdb"
19
19
"github.com/stretchr/testify/assert"
20
20
"github.com/stretchr/testify/suite"
21
- "gopkg.in/yaml.v2 "
21
+ "gopkg.in/yaml.v3 "
22
22
)
23
23
24
24
func TestPluginSuite (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/robfig/cron v1.2.0
16
16
github.com/stretchr/testify v1.9.0
17
17
golang.org/x/crypto v0.28.0
18
- gopkg.in/yaml.v2 v2.4.0
18
+ gopkg.in/yaml.v3 v3.0.1
19
19
)
20
20
21
21
require (
@@ -50,7 +50,6 @@ require (
50
50
golang.org/x/sys v0.26.0 // indirect
51
51
golang.org/x/text v0.19.0 // indirect
52
52
google.golang.org/protobuf v1.34.1 // indirect
53
- gopkg.in/yaml.v3 v3.0.1 // indirect
54
53
)
55
54
56
55
go 1.18
Original file line number Diff line number Diff line change @@ -150,8 +150,6 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN
150
150
gopkg.in/go-playground/assert.v1 v1.2.1 /go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE =
151
151
gopkg.in/go-playground/validator.v8 v8.18.2 /go.mod h1:RX2a/7Ha8BgOhfk7j780h4/u/RRjR0eouCJSH80/M2Y =
152
152
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
153
- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
154
- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
155
153
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
156
154
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
157
155
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
"github.com/gotify/server/v2/auth"
19
19
"github.com/gotify/server/v2/model"
20
20
"github.com/gotify/server/v2/plugin/compat"
21
- "gopkg.in/yaml.v2 "
21
+ "gopkg.in/yaml.v3 "
22
22
)
23
23
24
24
// The Database interface for encapsulating database access.
You can’t perform that action at this time.
0 commit comments