Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/martinlindhe/base36 v1.1.1
github.com/pomerium/pomerium v0.32.1-0.20260316152823-2baab6573c39
github.com/pomerium/pomerium v0.32.1-0.20260317224044-0b4631bf0633
github.com/quic-go/quic-go v0.59.0
github.com/rs/zerolog v1.34.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ github.com/pomerium/datasource v0.18.2-0.20260311180112-0d81c44f811d h1:P5iUTivw
github.com/pomerium/datasource v0.18.2-0.20260311180112-0d81c44f811d/go.mod h1:vNQ+UHyJ+539EfXAxYeMPeUYza4ddVOqKA56lnvWhNI=
github.com/pomerium/envoy-custom v1.37.0-rc3 h1:IymnBJgKYsiTxv4iYYpOceN/7hDuVnlPwUELRQGoEKc=
github.com/pomerium/envoy-custom v1.37.0-rc3/go.mod h1:R70sMIoym9epTfWd3Zghf9/2nLw44nhT6xZBFTPaGRg=
github.com/pomerium/pomerium v0.32.1-0.20260316152823-2baab6573c39 h1:+rBLh391c28xYOKLj2BjDFaZGG80HlZyyJ0jA2t+SUo=
github.com/pomerium/pomerium v0.32.1-0.20260316152823-2baab6573c39/go.mod h1:oGPw+TneS3t09yJ3H9NE61L4EhrD7gJ1c+JE8GuzMD0=
github.com/pomerium/pomerium v0.32.1-0.20260317224044-0b4631bf0633 h1:3jUuU4GCwBufbbchmWTKJVNZcFf4hatjnrpuohVTlds=
github.com/pomerium/pomerium v0.32.1-0.20260317224044-0b4631bf0633/go.mod h1:oGPw+TneS3t09yJ3H9NE61L4EhrD7gJ1c+JE8GuzMD0=
github.com/pomerium/protoutil v0.0.0-20260312234106-081b925b4a27 h1:YjMNqN6Fp7yxKfpnWKZRQok/O+8v5z60TTzMJv75JEo=
github.com/pomerium/protoutil v0.0.0-20260312234106-081b925b4a27/go.mod h1:N81RWX6YmxJoRrVutDLO5JS7LgRWMGZquSAI9i2Dhps=
github.com/pomerium/webauthn v0.0.0-20260311175151-b7a2d5d3c8a9 h1:aj43azL5UNBQ7XVV4ZMsXerTcCaJQKxm6Vuu/KbGhZg=
Expand Down
Loading