1
1
module github.com/kyverno/policy-reporter-ui
2
2
3
- go 1.22.4
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/gin-contrib/cors v1.7.2
7
7
github.com/gin-contrib/gzip v1.0.1
8
8
github.com/gin-contrib/sessions v1.0.1
9
- github.com/gin-contrib/zap v1.1.3
9
+ github.com/gin-contrib/zap v1.1.4
10
10
github.com/gin-gonic/gin v1.10.0
11
- github.com/gorilla/sessions v1.3 .0
11
+ github.com/gorilla/sessions v1.4 .0
12
12
github.com/gosimple/slug v1.14.0
13
- github.com/kyverno/policy-reporter-plugins/sdk/api v0.0.0-20240429111643-27252fed3cc7
13
+ github.com/kyverno/policy-reporter-plugins/sdk/api v0.0.0-20240901101921-488816a13bf5
14
14
github.com/markbates/goth v1.80.0
15
15
github.com/spf13/cobra v1.8.1
16
16
github.com/spf13/viper v1.19.0
17
17
go.uber.org/zap v1.27.0
18
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
19
- golang.org/x/sync v0.7 .0
20
- golang.org/x/text v0.16 .0
21
- k8s.io/api v0.30.2
22
- k8s.io/apimachinery v0.30.2
23
- k8s.io/client-go v0.30.2
18
+ golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
19
+ golang.org/x/sync v0.8 .0
20
+ golang.org/x/text v0.17 .0
21
+ k8s.io/api v0.31.0
22
+ k8s.io/apimachinery v0.31.0
23
+ k8s.io/client-go v0.31.0
24
24
)
25
25
26
26
require (
27
- cloud.google.com/go/compute/metadata v0.4 .0 // indirect
28
- github.com/bytedance/sonic v1.11.9 // indirect
29
- github.com/bytedance/sonic/loader v0.1.1 // indirect
27
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
28
+ github.com/bytedance/sonic v1.12.2 // indirect
29
+ github.com/bytedance/sonic/loader v0.2.0 // indirect
30
30
github.com/cloudwego/base64x v0.1.4 // indirect
31
31
github.com/cloudwego/iasm v0.2.0 // indirect
32
32
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
33
33
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
34
34
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
35
- github.com/evanphx/json-patch v4.12.0+incompatible // indirect
36
35
github.com/fsnotify/fsnotify v1.7.0 // indirect
37
- github.com/gabriel-vasile/mimetype v1.4.4 // indirect
36
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
37
+ github.com/gabriel-vasile/mimetype v1.4.5 // indirect
38
38
github.com/gin-contrib/sse v0.1.0 // indirect
39
39
github.com/go-logr/logr v1.4.2 // indirect
40
40
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -48,6 +48,7 @@ require (
48
48
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
49
49
github.com/golang/protobuf v1.5.4 // indirect
50
50
github.com/google/gnostic-models v0.6.8 // indirect
51
+ github.com/google/go-cmp v0.6.0 // indirect
51
52
github.com/google/gofuzz v1.2.0 // indirect
52
53
github.com/google/uuid v1.6.0 // indirect
53
54
github.com/gorilla/context v1.1.2 // indirect
@@ -65,7 +66,7 @@ require (
65
66
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
66
67
github.com/lestrrat-go/httpcc v1.0.1 // indirect
67
68
github.com/lestrrat-go/iter v1.0.2 // indirect
68
- github.com/lestrrat-go/jwx v1.2.29 // indirect
69
+ github.com/lestrrat-go/jwx v1.2.30 // indirect
69
70
github.com/lestrrat-go/option v1.0.1 // indirect
70
71
github.com/magiconair/properties v1.8.7 // indirect
71
72
github.com/mailru/easyjson v0.7.7 // indirect
@@ -74,33 +75,35 @@ require (
74
75
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
75
76
github.com/modern-go/reflect2 v1.0.2 // indirect
76
77
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
77
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
78
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
78
79
github.com/pkg/errors v0.9.1 // indirect
79
80
github.com/sagikazarmark/locafero v0.6.0 // indirect
80
81
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
81
82
github.com/sourcegraph/conc v0.3.0 // indirect
82
83
github.com/spf13/afero v1.11.0 // indirect
83
- github.com/spf13/cast v1.6 .0 // indirect
84
+ github.com/spf13/cast v1.7 .0 // indirect
84
85
github.com/spf13/pflag v1.0.5 // indirect
85
86
github.com/subosito/gotenv v1.6.0 // indirect
86
87
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
87
88
github.com/ugorji/go/codec v1.2.12 // indirect
89
+ github.com/x448/float16 v0.8.4 // indirect
88
90
go.uber.org/multierr v1.11.0 // indirect
89
- golang.org/x/arch v0.8 .0 // indirect
90
- golang.org/x/crypto v0.24 .0 // indirect
91
- golang.org/x/net v0.26 .0 // indirect
92
- golang.org/x/oauth2 v0.21 .0 // indirect
93
- golang.org/x/sys v0.21 .0 // indirect
94
- golang.org/x/term v0.21 .0 // indirect
95
- golang.org/x/time v0.5 .0 // indirect
91
+ golang.org/x/arch v0.9 .0 // indirect
92
+ golang.org/x/crypto v0.26 .0 // indirect
93
+ golang.org/x/net v0.28 .0 // indirect
94
+ golang.org/x/oauth2 v0.22 .0 // indirect
95
+ golang.org/x/sys v0.24 .0 // indirect
96
+ golang.org/x/term v0.23 .0 // indirect
97
+ golang.org/x/time v0.6 .0 // indirect
96
98
google.golang.org/protobuf v1.34.2 // indirect
99
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
97
100
gopkg.in/inf.v0 v0.9.1 // indirect
98
101
gopkg.in/ini.v1 v1.67.0 // indirect
99
102
gopkg.in/yaml.v2 v2.4.0 // indirect
100
103
gopkg.in/yaml.v3 v3.0.1 // indirect
101
104
k8s.io/klog/v2 v2.130.1 // indirect
102
- k8s.io/kube-openapi v0.0.0-20240703190633-0aa61b46e8c2 // indirect
103
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
105
+ k8s.io/kube-openapi v0.0.0-20240827152857-f7e401e7b4c2 // indirect
106
+ k8s.io/utils v0.0.0-20240821151609-f90d01438635 // indirect
104
107
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
105
108
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
106
109
sigs.k8s.io/yaml v1.4.0 // indirect
0 commit comments