Skip to content

Commit 72f2651

Browse files
authored
ci: update core to latest commit in main (#1260)
This PR updates the Pomerium Core to the latest commit in main Co-authored-by: GitHub Actions <apparitor@users.noreply.github.com>
1 parent 6fb28cb commit 72f2651

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
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 v1.9.0
19-
github.com/pomerium/pomerium v0.30.7-0.20251022165609-c4d51b8a80cc
19+
github.com/pomerium/pomerium v0.30.7-0.20251024213156-3532665eb4c4
2020
github.com/rs/zerolog v1.34.0
2121
github.com/sergi/go-diff v1.4.0
2222
github.com/spf13/cobra v1.10.1
@@ -215,7 +215,7 @@ require (
215215
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
216216
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
217217
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 // indirect
218-
github.com/pomerium/envoy-custom v1.35.4-p1 // indirect
218+
github.com/pomerium/envoy-custom v1.35.6-p1 // indirect
219219
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 // indirect
220220
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 // indirect
221221
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,10 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
691691
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
692692
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb54tEEbr0L73rjHkpLB0IB6qh3zl1+XQbMLis=
693693
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
694-
github.com/pomerium/envoy-custom v1.35.4-p1 h1:jgDpNtVxW2Ug+nvaGgCQEEtX1p4K1/Bsrltcgclwwlk=
695-
github.com/pomerium/envoy-custom v1.35.4-p1/go.mod h1:+wpbZvum83bq/OD4cp9/8IZiMV6boBkwDhlFPLOoWoI=
696-
github.com/pomerium/pomerium v0.30.7-0.20251022165609-c4d51b8a80cc h1:zhA1+ejj284JsadIaswC5WobfFYxld18TgXfZ7lso1U=
697-
github.com/pomerium/pomerium v0.30.7-0.20251022165609-c4d51b8a80cc/go.mod h1:JzRHK/1/yslIJ7I4IglqL/SncJJmVK5Bk0Q+rscnkdQ=
694+
github.com/pomerium/envoy-custom v1.35.6-p1 h1:RpyNhpD/u20nmjUfO/spE6UyJtZPAu8CFQDmQp9crsg=
695+
github.com/pomerium/envoy-custom v1.35.6-p1/go.mod h1:+wpbZvum83bq/OD4cp9/8IZiMV6boBkwDhlFPLOoWoI=
696+
github.com/pomerium/pomerium v0.30.7-0.20251024213156-3532665eb4c4 h1:AFOoN3GhPrGyOKkqZ7qhXv2Z8RGYNA6KlQ0Nh3MsIaU=
697+
github.com/pomerium/pomerium v0.30.7-0.20251024213156-3532665eb4c4/go.mod h1:mDN5O7YL86BaxlDprdFRnPBxjozyMRiIz1270ApezBc=
698698
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 h1:NRTg8JOXCxcIA1lAgD74iYud0rbshbWOB3Ou4+Huil8=
699699
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46/go.mod h1:QqZmx6ZgPxz18va7kqoT4t/0yJtP7YFIDiT/W2n2fZ4=
700700
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 h1:TqoPqRgXSHpn+tEJq6H72iCS5pv66j3rPprThUEZg0E=

0 commit comments

Comments
 (0)