Skip to content

Commit 06ffab2

Browse files
authored
Merge pull request #46 from st-tech/fix-security-issue-gogo-protobuf
Fix Security Issue - gogo protobuf
2 parents e8ea111 + 17b44c0 commit 06ffab2

File tree

2 files changed

+149
-105
lines changed

2 files changed

+149
-105
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/st-tech/gatling-operator
33
go 1.16
44

55
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
6+
github.com/go-logr/logr v0.4.0
7+
github.com/onsi/ginkgo v1.16.4
8+
github.com/onsi/gomega v1.14.0
9+
k8s.io/api v0.21.2
10+
k8s.io/apimachinery v0.21.2
11+
k8s.io/client-go v0.21.2
12+
k8s.io/utils v0.0.0-20210709001253-0e1f9d693477
13+
sigs.k8s.io/controller-runtime v0.9.2
1414
)

0 commit comments

Comments
 (0)