We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e028d1 commit de17fd9Copy full SHA for de17fd9
test_wrapper/go.mod
@@ -5,9 +5,9 @@ go 1.18
5
replace github.com/harness/ff-golang-server-sdk => ../
6
7
require (
8
- github.com/getkin/kin-openapi v0.89.0
+ github.com/getkin/kin-openapi v0.94.0
9
github.com/harness/ff-golang-server-sdk v0.0.24
10
- github.com/labstack/echo/v4 v4.6.3
+ github.com/labstack/echo/v4 v4.9.0
11
github.com/sirupsen/logrus v1.8.1
12
github.com/spf13/viper v1.10.1
13
)
0 commit comments