Skip to content

Commit 1745c9f

Browse files
authored
ci: update core to latest (#954)
1 parent f966708 commit 1745c9f

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.64.1
19-
github.com/pomerium/csrf v1.7.0
20-
github.com/pomerium/pomerium v0.25.1-0.20240501190122-e30d90206df9
19+
github.com/pomerium/pomerium v0.25.1-0.20240504001559-b1feff5d56ea
2120
github.com/rs/zerolog v1.32.0
2221
github.com/sergi/go-diff v1.3.1
2322
github.com/spf13/cobra v1.8.0
@@ -155,6 +154,7 @@ require (
155154
github.com/philhofer/fwd v1.0.0 // indirect
156155
github.com/pkg/errors v0.9.1 // indirect
157156
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
157+
github.com/pomerium/csrf v1.7.0 // indirect
158158
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 // indirect
159159
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b // indirect
160160
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
569569
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
570570
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb54tEEbr0L73rjHkpLB0IB6qh3zl1+XQbMLis=
571571
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
572-
github.com/pomerium/pomerium v0.25.1-0.20240501190122-e30d90206df9 h1:OJEu4i7ZSIto1yI+aX6Nz76iLxx+QhaMv03Od0dwMPI=
573-
github.com/pomerium/pomerium v0.25.1-0.20240501190122-e30d90206df9/go.mod h1:pFr/4FMz0STwuNnKf1HJsDsodUpT+qpvyl8h6BkIYUA=
572+
github.com/pomerium/pomerium v0.25.1-0.20240504001559-b1feff5d56ea h1:VEjMp9H1QhqQo5vjDaH7q+MnKcXgdZx/BN54Kt4CRuQ=
573+
github.com/pomerium/pomerium v0.25.1-0.20240504001559-b1feff5d56ea/go.mod h1:pFr/4FMz0STwuNnKf1HJsDsodUpT+qpvyl8h6BkIYUA=
574574
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b h1:oll/aOfJudnqFAwCvoXK9+WN2zVjTzHVPLXCggHQmHk=
575575
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b/go.mod h1:KswTenBBh4y1pmhU2dpm8VgJQCgSErCg7OOFTeebrNc=
576576
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=

0 commit comments

Comments
 (0)