forked from F5Networks/k8s-bigip-ctlr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Unit Tests for Custom Resource Controller (F5Networks#1831)
- Loading branch information
Showing
1,700 changed files
with
127,997 additions
and
17,971 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
module github.com/F5Networks/k8s-bigip-ctlr | ||
|
||
go 1.15 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/F5Networks/f5-ipam-controller v0.1.2-0.20210416093847-f0eeef5171d9 | ||
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20210526072548-2f78050d672f | ||
github.com/F5Networks/f5-ipam-controller v0.1.3 | ||
github.com/f5devcentral/go-bigip/f5teem v0.0.0-20210621162944-38d486e26398 | ||
github.com/f5devcentral/mockhttpclient v0.0.0-20210630101009-cc12e8b81051 | ||
github.com/google/uuid v1.1.2 | ||
github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
github.com/miekg/dns v1.0.14 | ||
github.com/onsi/ginkgo v1.14.2 | ||
github.com/onsi/gomega v1.10.4 | ||
github.com/onsi/ginkgo v1.16.2 | ||
github.com/onsi/gomega v1.12.0 | ||
github.com/openshift/api v0.0.0-20210315202829-4b79815405ec | ||
github.com/openshift/client-go v0.0.0-20210112165513-ebc401615f47 | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20151027082146-e0fe6f683076 // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c // indirect | ||
github.com/xeipuuv/gojsonschema v0.0.0-20190108114628-f971f3cd73b2 | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
golang.org/x/mod v0.3.0 | ||
k8s.io/api v0.20.4 | ||
k8s.io/apiextensions-apiserver v0.20.4 | ||
k8s.io/apimachinery v0.20.4 | ||
k8s.io/client-go v0.20.4 | ||
k8s.io/klog/v2 v2.4.0 | ||
github.com/xeipuuv/gojsonschema v1.1.0 | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 | ||
golang.org/x/mod v0.4.2 | ||
k8s.io/api v0.21.2 | ||
k8s.io/apiextensions-apiserver v0.21.2 | ||
k8s.io/apimachinery v0.21.2 | ||
k8s.io/client-go v0.21.2 | ||
k8s.io/klog/v2 v2.9.0 | ||
) |
Oops, something went wrong.