Skip to content

Commit abc2193

Browse files
authored
ci: update core to latest commit in main (#1013)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 50119de commit abc2193

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ require (
1616
github.com/iancoleman/strcase v0.3.0
1717
github.com/martinlindhe/base36 v1.1.1
1818
github.com/open-policy-agent/opa v0.66.0
19-
github.com/pomerium/csrf v1.7.0
20-
github.com/pomerium/pomerium v0.26.1-0.20240705192647-8f8c66e9fdef
19+
github.com/pomerium/pomerium v0.26.1-0.20240709230512-fd086bd06b94
2120
github.com/rs/zerolog v1.33.0
2221
github.com/sergi/go-diff v1.3.1
2322
github.com/spf13/cobra v1.8.1
@@ -156,6 +155,7 @@ require (
156155
github.com/philhofer/fwd v1.0.0 // indirect
157156
github.com/pkg/errors v0.9.1 // indirect
158157
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
158+
github.com/pomerium/csrf v1.7.0 // indirect
159159
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 // indirect
160160
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 // indirect
161161
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
542542
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
543543
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb54tEEbr0L73rjHkpLB0IB6qh3zl1+XQbMLis=
544544
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
545-
github.com/pomerium/pomerium v0.26.1-0.20240705192647-8f8c66e9fdef h1:YUrJykoAtoCTGHlYWWqPuMeUjtVG71IT8MQZGgAMlKc=
546-
github.com/pomerium/pomerium v0.26.1-0.20240705192647-8f8c66e9fdef/go.mod h1:xKXUaJkTcgDx3qO+rPU8M9qvxR1fA0SdZYW9gSkhKkE=
545+
github.com/pomerium/pomerium v0.26.1-0.20240709230512-fd086bd06b94 h1:sl1S8ouH2W7CQ0/aPNuaakkCwNLtdxMaC0ShJgOOCV4=
546+
github.com/pomerium/pomerium v0.26.1-0.20240709230512-fd086bd06b94/go.mod h1:IzGNAHROWB2OUcBllvinHVLYXxPqI8huxGnwyQdT5v4=
547547
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 h1:TqoPqRgXSHpn+tEJq6H72iCS5pv66j3rPprThUEZg0E=
548548
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172/go.mod h1:kBQ45E9LluzW7FP1Scn3esaiS2WVbvNRLMOTHareZNQ=
549549
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=

0 commit comments

Comments
 (0)