Skip to content

Commit 70fcdfe

Browse files
authoredJan 31, 2024
update core to latest main (#880)
1 parent ce9df0d commit 70fcdfe

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
@@ -18,7 +18,7 @@ require (
1818
github.com/martinlindhe/base36 v1.1.1
1919
github.com/open-policy-agent/opa v0.60.0
2020
github.com/pomerium/csrf v1.7.0
21-
github.com/pomerium/pomerium v0.25.0
21+
github.com/pomerium/pomerium v0.25.1-0.20240130221223-e83b14bcd5da
2222
github.com/rs/zerolog v1.31.0
2323
github.com/sergi/go-diff v1.3.1
2424
github.com/spf13/cobra v1.8.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
568568
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
569569
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb54tEEbr0L73rjHkpLB0IB6qh3zl1+XQbMLis=
570570
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
571-
github.com/pomerium/pomerium v0.25.0 h1:WHGuPrPIWt0aXBPu4hnZCUO+xgIrcAmqt1Z3E27ibME=
572-
github.com/pomerium/pomerium v0.25.0/go.mod h1:MOnimQ8mWvD9225u/e59B1KyEkU6xSpf9i5BEAsdabM=
571+
github.com/pomerium/pomerium v0.25.1-0.20240130221223-e83b14bcd5da h1:M0fjTJXnHLjBWmrKrSCXw6xr1CHxulGnRmktRTGwBcc=
572+
github.com/pomerium/pomerium v0.25.1-0.20240130221223-e83b14bcd5da/go.mod h1:9tGWbkY3DgQuEiCuWBCA05G3tAhKnVD1INzMhkAfgxM=
573573
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b h1:oll/aOfJudnqFAwCvoXK9+WN2zVjTzHVPLXCggHQmHk=
574574
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b/go.mod h1:KswTenBBh4y1pmhU2dpm8VgJQCgSErCg7OOFTeebrNc=
575575
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=

0 commit comments

Comments
 (0)
Please sign in to comment.