-
- Downloads
Merge pull request #10 from oidc-mytoken/dependabot/go_modules/github.com/go-resty/resty/v2-2.6.0
Bump github.com/go-resty/resty/v2 from 2.4.0 to 2.6.0
... | ... | @@ -7,7 +7,7 @@ require ( |
github.com/coreos/go-oidc/v3 v3.0.0 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/fatih/structs v1.1.0 | ||
github.com/go-resty/resty/v2 v2.4.0 | ||
github.com/go-resty/resty/v2 v2.6.0 | ||
github.com/go-sql-driver/mysql v1.5.0 | ||
github.com/gofiber/fiber/v2 v2.7.1 | ||
github.com/gofiber/helmet/v2 v2.1.0 | ||
... | ... | @@ -28,7 +28,6 @@ require ( |
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 | ||
golang.org/x/oauth2 v0.0.0-20210125201302-af13f521f196 | ||
golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d // indirect | ||
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
... | ... |
Please register or sign in to comment