Skip to content

Commit 6cc7c05

Browse files
authoredJul 3, 2024··
ci: update core to latest commit in main (#1000)
Co-authored-by: GitHub Actions <apparitor@users.noreply.github.com>
1 parent e1d4738 commit 6cc7c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +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/pomerium v0.26.1-0.20240625203555-d9c6afc16819
19+
github.com/pomerium/pomerium v0.26.1-0.20240701220939-e5e0b103016c
2020
github.com/rs/zerolog v1.33.0
2121
github.com/sergi/go-diff v1.3.1
2222
github.com/spf13/cobra v1.8.1

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
540540
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
541541
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb54tEEbr0L73rjHkpLB0IB6qh3zl1+XQbMLis=
542542
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
543-
github.com/pomerium/pomerium v0.26.1-0.20240625203555-d9c6afc16819 h1:/yLXEN6GLRe3Sh2ExFVjx4B0yKN/xzuoDP3LaiDon6M=
544-
github.com/pomerium/pomerium v0.26.1-0.20240625203555-d9c6afc16819/go.mod h1:ie3hAE276WhaSMH1zUN7Rh3k0W6VNMFH+B34v4NXGpA=
543+
github.com/pomerium/pomerium v0.26.1-0.20240701220939-e5e0b103016c h1:4LSmUBQSF/3Z3RQLwJ/rmP3xIoGp2xmqa9aUMGHb9l0=
544+
github.com/pomerium/pomerium v0.26.1-0.20240701220939-e5e0b103016c/go.mod h1:ie3hAE276WhaSMH1zUN7Rh3k0W6VNMFH+B34v4NXGpA=
545545
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 h1:TqoPqRgXSHpn+tEJq6H72iCS5pv66j3rPprThUEZg0E=
546546
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172/go.mod h1:kBQ45E9LluzW7FP1Scn3esaiS2WVbvNRLMOTHareZNQ=
547547
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=

0 commit comments

Comments
 (0)
Please sign in to comment.