Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
switch to using bool
Browse files Browse the repository at this point in the history
  • Loading branch information
aramase committed Jul 20, 2020
1 parent 96a6617 commit e99ec03
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 19 deletions.
25 changes: 12 additions & 13 deletions go.mod
Expand Up @@ -4,6 +4,7 @@ go 1.14

require (
contrib.go.opencensus.io/exporter/prometheus v0.1.0
github.com/Azure/aad-pod-identity/test/e2e v0.0.0-20200720205713-295e98286859 // indirect
github.com/Azure/azure-sdk-for-go v40.4.0+incompatible
github.com/Azure/go-autorest/autorest v0.10.0
github.com/Azure/go-autorest/autorest/adal v0.8.2
Expand All @@ -12,21 +13,19 @@ require (
github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect
github.com/coreos/go-iptables v0.3.0
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7 // indirect
github.com/google/go-cmp v0.3.0
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
github.com/pkg/errors v0.8.0
github.com/google/go-cmp v0.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/onsi/ginkgo v1.12.2
github.com/onsi/gomega v1.10.1
github.com/pkg/errors v0.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
go.opencensus.io v0.22.0
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
gopkg.in/yaml.v2 v2.2.4
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
k8s.io/klog v1.0.0
)

0 comments on commit e99ec03

Please sign in to comment.