-
- Downloads
Merge pull request #2550 from dexidp/dependabot/go_modules/github.com/stretchr/testify-1.7.2
build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
No related branches found
No related tags found
... | ... | @@ -27,7 +27,7 @@ require ( |
github.com/russellhaering/goxmldsig v1.2.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/stretchr/testify v1.7.1 | ||
github.com/stretchr/testify v1.7.2 | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.4 | ||
go.etcd.io/etcd/client/v3 v3.5.4 | ||
golang.org/x/crypto v0.0.0-20220208050332-20e1d8d225ab | ||
... | ... | @@ -88,7 +88,7 @@ require ( |
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
replace github.com/dexidp/dex/api/v2 => ./api/v2 |
Please register or sign in to comment