Skip to content

Commit

Permalink
Partial update to controller-runtime (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
baderbuddy authored May 5, 2020
1 parent c91187a commit 0e59819
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 8 deletions.
13 changes: 5 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ require (
github.com/gophercloud/gophercloud v0.7.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/imdario/mergo v0.3.9
github.com/onsi/gomega v1.5.0 // indirect
github.com/prometheus/client_golang v0.9.4
github.com/prometheus/client_golang v1.0.0
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v0.0.7
github.com/stretchr/testify v1.5.1
github.com/zorkian/go-datadog-api v2.29.0+incompatible
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/kube-openapi v0.0.0-20190502190224-411b2483e503 // indirect
sigs.k8s.io/controller-runtime v0.2.2
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
sigs.k8s.io/controller-runtime v0.5.2
)
Loading

0 comments on commit 0e59819

Please sign in to comment.