@@ -17,7 +17,6 @@ require (
17
17
github.com/iancoleman/strcase v0.3.0
18
18
github.com/martinlindhe/base36 v1.1.1
19
19
github.com/open-policy-agent/opa v0.60.0
20
- github.com/pomerium/csrf v1.7.0
21
20
github.com/pomerium/pomerium v0.25.1-0.20240130221223-e83b14bcd5da
22
21
github.com/rs/zerolog v1.31.0
23
22
github.com/sergi/go-diff v1.3.1
@@ -27,7 +26,7 @@ require (
27
26
github.com/stretchr/testify v1.8.4
28
27
go.uber.org/zap v1.26.0
29
28
golang.org/x/sync v0.5.0
30
- google.golang.org/grpc v1.60.1
29
+ google.golang.org/grpc v1.61.0
31
30
google.golang.org/protobuf v1.32.0
32
31
gopkg.in/yaml.v3 v3.0.1
33
32
k8s.io/api v0.26.3
@@ -80,7 +79,7 @@ require (
80
79
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
81
80
github.com/cespare/xxhash/v2 v2.2.0 // indirect
82
81
github.com/cloudflare/circl v1.3.7 // indirect
83
- github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
82
+ github.com/cncf/xds/go v0.0.0-20231109132714-523115ebc101 // indirect
84
83
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
85
84
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
86
85
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
@@ -154,6 +153,7 @@ require (
154
153
github.com/philhofer/fwd v1.0.0 // indirect
155
154
github.com/pkg/errors v0.9.1 // indirect
156
155
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
156
+ github.com/pomerium/csrf v1.7.0 // indirect
157
157
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 // indirect
158
158
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b // indirect
159
159
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
0 commit comments