Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Update dependencies (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth authored May 29, 2020
1 parent c3191f4 commit 49ad116
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 69 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ require (
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1
github.com/go-redis/redis v6.15.6+incompatible // indirect
github.com/google/go-cmp v0.4.1
github.com/google/gofuzz v1.1.0 // indirect
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/imdario/mergo v0.3.8 // indirect
github.com/pomerium/go-oidc v2.0.0+incompatible // indirect
github.com/pomerium/pomerium v0.7.5
github.com/pomerium/pomerium v0.8.1-0.20200528203734-49db9867d72f
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1
go.uber.org/zap v1.15.0
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.17.3
k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.16.6
Expand Down
Loading

0 comments on commit 49ad116

Please sign in to comment.