We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8ea111 + 17b44c0 commit 06ffab2Copy full SHA for 06ffab2
go.mod
@@ -3,12 +3,12 @@ module github.com/st-tech/gatling-operator
3
go 1.16
4
5
require (
6
- github.com/go-logr/logr v0.3.0
7
- github.com/onsi/ginkgo v1.14.1
8
- github.com/onsi/gomega v1.10.2
9
- k8s.io/api v0.20.2
10
- k8s.io/apimachinery v0.20.2
11
- k8s.io/client-go v0.20.2
12
- k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
13
- sigs.k8s.io/controller-runtime v0.8.3
+ github.com/go-logr/logr v0.4.0
+ github.com/onsi/ginkgo v1.16.4
+ github.com/onsi/gomega v1.14.0
+ k8s.io/api v0.21.2
+ k8s.io/apimachinery v0.21.2
+ k8s.io/client-go v0.21.2
+ k8s.io/utils v0.0.0-20210709001253-0e1f9d693477
+ sigs.k8s.io/controller-runtime v0.9.2
14
)
0 commit comments