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.
1 parent 5bcb981 commit 17f79a2Copy full SHA for 17f79a2
go.mod
@@ -5,12 +5,12 @@ go 1.19
5
require (
6
github.com/ghodss/yaml v1.0.0
7
github.com/golang/protobuf v1.5.4
8
- github.com/google/go-cmp v0.5.9
+ github.com/google/go-cmp v0.7.0
9
github.com/google/go-github/v32 v32.1.0
10
- github.com/xanzy/go-gitlab v0.80.2
11
- golang.org/x/oauth2 v0.5.0
12
- k8s.io/api v0.26.1
13
- k8s.io/apimachinery v0.26.1
+ github.com/xanzy/go-gitlab v0.115.0
+ golang.org/x/oauth2 v0.29.0
+ k8s.io/api v0.32.3
+ k8s.io/apimachinery v0.32.3
14
k8s.io/client-go v0.26.1
15
)
16
0 commit comments