1
1
module github.com/vshn/appuio-keycloak-adapter
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.22.0
4
6
5
7
require (
6
8
github.com/Nerzal/gocloak/v11 v11.2.0
7
9
github.com/appuio/control-api v0.20.0
8
10
github.com/golang/mock v1.6.0
9
- github.com/stretchr/testify v1.8.2
10
- k8s.io/apimachinery v0.26.3
11
- k8s.io/client-go v0.26.3
11
+ github.com/stretchr/testify v1.8.4
12
+ k8s.io/apimachinery v0.29.2
13
+ k8s.io/client-go v0.29.2
12
14
sigs.k8s.io/controller-runtime v0.14.5
13
15
sigs.k8s.io/controller-tools v0.11.3
14
16
sigs.k8s.io/kind v0.17.0
15
17
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
16
18
)
17
19
18
20
require (
19
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
20
21
github.com/blang/semver/v4 v4.0.0 // indirect
21
- github.com/emicklei/go-restful/v3 v3.10.2 // indirect
22
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
22
23
github.com/google/gnostic v0.6.9 // indirect
24
+ github.com/google/gnostic-models v0.6.8 // indirect
23
25
github.com/google/safetext v0.0.0-20230106111101-7156a760e523 // indirect
24
26
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
25
27
)
26
28
27
29
require (
28
- cloud.google.com/go v0.97.0 // indirect
29
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
30
- github.com/Azure/go-autorest/autorest v0.11.28 // indirect
31
- github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
32
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
33
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
34
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
35
30
github.com/BurntSushi/toml v1.2.1 // indirect
36
- github.com/PuerkitoBio/purell v1.2.0 // indirect
37
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
38
31
github.com/alessio/shellescape v1.4.1 // indirect
39
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
40
32
github.com/beorn7/perks v1.0.1 // indirect
41
- github.com/blang/semver v3.5.1+incompatible // indirect
42
33
github.com/cespare/xxhash/v2 v2.2.0 // indirect
43
34
github.com/davecgh/go-spew v1.1.1 // indirect
44
35
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
45
36
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
46
37
github.com/fatih/color v1.15.0 // indirect
47
- github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
48
38
github.com/fsnotify/fsnotify v1.6.0 // indirect
49
39
github.com/go-errors/errors v1.4.2 // indirect
50
- github.com/go-logr/logr v1.2.3
40
+ github.com/go-logr/logr v1.3.0
51
41
github.com/go-logr/zapr v1.2.3 // indirect
52
42
github.com/go-openapi/jsonpointer v0.19.6 // indirect
53
43
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -58,25 +48,21 @@ require (
58
48
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
59
49
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
60
50
github.com/golang/protobuf v1.5.3 // indirect
61
- github.com/google/go-cmp v0.5.9 // indirect
51
+ github.com/google/go-cmp v0.6.0 // indirect
62
52
github.com/google/gofuzz v1.2.0 // indirect
63
53
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
64
54
github.com/google/uuid v1.3.0 // indirect
65
- github.com/googleapis/gnostic v0.5.5 // indirect
66
55
github.com/imdario/mergo v0.3.15 // indirect
67
56
github.com/inconshreveable/mousetrap v1.1.0 // indirect
68
57
github.com/josharian/intern v1.0.0 // indirect
69
58
github.com/json-iterator/go v1.1.12 // indirect
70
59
github.com/mailru/easyjson v0.7.7 // indirect
71
60
github.com/mattn/go-colorable v0.1.13 // indirect
72
61
github.com/mattn/go-isatty v0.0.18 // indirect
73
- github.com/mattn/go-runewidth v0.0.14 // indirect
74
62
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
75
- github.com/mitchellh/mapstructure v1.5.0 // indirect
76
63
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
77
64
github.com/modern-go/reflect2 v1.0.2 // indirect
78
65
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
79
- github.com/olekukonko/tablewriter v0.0.5 // indirect
80
66
github.com/opentracing/opentracing-go v1.2.0 // indirect
81
67
github.com/pelletier/go-toml v1.9.5 // indirect
82
68
github.com/pkg/errors v0.9.1 // indirect
@@ -94,34 +80,32 @@ require (
94
80
go.uber.org/atomic v1.10.0 // indirect
95
81
go.uber.org/multierr v1.10.0
96
82
go.uber.org/zap v1.24.0 // indirect
97
- golang.org/x/crypto v0.7.0 // indirect
98
- golang.org/x/mod v0.9.0 // indirect
99
- golang.org/x/net v0.8.0 // indirect
100
- golang.org/x/oauth2 v0.6.0 // indirect
101
- golang.org/x/sys v0.6.0 // indirect
102
- golang.org/x/term v0.6.0 // indirect
103
- golang.org/x/text v0.8.0 // indirect
83
+ golang.org/x/mod v0.14.0 // indirect
84
+ golang.org/x/net v0.19.0 // indirect
85
+ golang.org/x/oauth2 v0.10.0 // indirect
86
+ golang.org/x/sys v0.15.0 // indirect
87
+ golang.org/x/term v0.15.0 // indirect
88
+ golang.org/x/text v0.14.0 // indirect
104
89
golang.org/x/time v0.3.0 // indirect
105
- golang.org/x/tools v0.7.0 // indirect
106
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
90
+ golang.org/x/tools v0.16.1 // indirect
107
91
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
108
92
google.golang.org/appengine v1.6.7 // indirect
109
- google.golang.org/protobuf v1.30 .0 // indirect
93
+ google.golang.org/protobuf v1.31 .0 // indirect
110
94
gopkg.in/inf.v0 v0.9.1 // indirect
111
95
gopkg.in/yaml.v2 v2.4.0 // indirect
112
96
gopkg.in/yaml.v3 v3.0.1 // indirect
113
- k8s.io/api v0.26.3
97
+ k8s.io/api v0.29.2
114
98
k8s.io/apiextensions-apiserver v0.26.3 // indirect
115
99
k8s.io/apiserver v0.26.3 // indirect
116
100
k8s.io/component-base v0.26.3 // indirect
117
- k8s.io/klog/v2 v2.90 .1 // indirect
118
- k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
119
- k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 // indirect
101
+ k8s.io/klog/v2 v2.110 .1 // indirect
102
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
103
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
120
104
sigs.k8s.io/apiserver-runtime v1.1.2-0.20221226021050-33c901856927 // indirect
121
105
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
122
106
sigs.k8s.io/kustomize/api v0.13.2 // indirect
123
107
sigs.k8s.io/kustomize/cmd/config v0.11.1 // indirect
124
108
sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect
125
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
109
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
126
110
sigs.k8s.io/yaml v1.3.0 // indirect
127
111
)
0 commit comments