File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 golang.org/x/sys v0.33.0
99 google.golang.org/grpc v1.74.2
1010 google.golang.org/protobuf v1.36.7
11- gopkg.in/yaml.v2 v2.2.2
11+ gopkg.in/yaml.v3 v3.0.1
1212)
1313
1414require (
@@ -23,4 +23,5 @@ require (
2323 golang.org/x/text v0.25.0 // indirect
2424 google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
2525 gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
26+ gopkg.in/yaml.v2 v2.2.2 // indirect
2627)
Original file line number Diff line number Diff line change @@ -67,3 +67,5 @@ gopkg.in/go-playground/validator.v8 v8.18.2 h1:lFB4DoMU6B626w8ny76MV7VX6W2VHct2G
6767gopkg.in/go-playground/validator.v8 v8.18.2 /go.mod h1:RX2a/7Ha8BgOhfk7j780h4/u/RRjR0eouCJSH80/M2Y =
6868gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
6969gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
70+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
71+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323
2424 "google.golang.org/grpc"
2525 "google.golang.org/protobuf/types/known/emptypb"
26- "gopkg.in/yaml.v2 "
26+ "gopkg.in/yaml.v3 "
2727
2828 "github.com/gin-gonic/gin"
2929 papiv1 "github.com/gotify/plugin-api"
You can’t perform that action at this time.
0 commit comments