File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,15 @@ module github.com/gotify/plugin-api/v2
33go 1.24.5
44
55require (
6+ github.com/gin-gonic/gin v1.3.0
67 github.com/gotify/plugin-api v1.0.0
78 google.golang.org/grpc v1.74.2
89 google.golang.org/protobuf v1.36.7
10+ gopkg.in/yaml.v2 v2.2.2
911)
1012
1113require (
1214 github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
13- github.com/gin-gonic/gin v1.3.0 // indirect
1415 github.com/golang/protobuf v1.5.4 // indirect
1516 github.com/json-iterator/go v1.1.5 // indirect
1617 github.com/mattn/go-isatty v0.0.4 // indirect
@@ -22,5 +23,4 @@ require (
2223 golang.org/x/text v0.25.0 // indirect
2324 google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
2425 gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
25- gopkg.in/yaml.v2 v2.2.2 // indirect
2626)
You can’t perform that action at this time.
0 commit comments