Skip to content

Commit df2af4b

Browse files
apparitorgithub-actions[bot]
authored andcommitted
ci: update dependencies
1 parent 3caf6f0 commit df2af4b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/google/go-cmp v0.7.0
1414
github.com/google/uuid v1.6.0
1515
github.com/martinlindhe/base36 v1.1.1
16-
github.com/pomerium/pomerium v0.32.1-0.20260319205915-0b904a0ef087
16+
github.com/pomerium/pomerium v0.32.1-0.20260323191608-4f0b5a1ee25f
1717
github.com/quic-go/quic-go v0.59.0
1818
github.com/rs/zerolog v1.34.0
1919
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
@@ -99,7 +99,7 @@ require (
9999
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
100100
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
101101
github.com/pomerium/envoy-custom v1.37.0-rc3 // indirect
102-
github.com/pomerium/protoutil v0.0.0-20260312234106-081b925b4a27 // indirect
102+
github.com/pomerium/protoutil v0.0.0-20260320182559-344554199ec4 // indirect
103103
github.com/prometheus/client_golang v1.23.2 // indirect
104104
github.com/prometheus/client_model v0.6.2 // indirect
105105
github.com/prometheus/common v0.67.5 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -621,14 +621,14 @@ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10/go.mod h1
621621
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
622622
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
623623
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
624-
github.com/pomerium/datasource v0.18.2-0.20260311180112-0d81c44f811d h1:P5iUTivw0SSS+9DTlMhq+ruOpvK49XpBiHBMEMTj6zI=
625-
github.com/pomerium/datasource v0.18.2-0.20260311180112-0d81c44f811d/go.mod h1:vNQ+UHyJ+539EfXAxYeMPeUYza4ddVOqKA56lnvWhNI=
624+
github.com/pomerium/datasource v0.18.2-0.20260318181039-f7d4e2d07572 h1:dJlhmFyobMUrDOYmjsWKUW/OBEob8s4jzXGWZQe1D8E=
625+
github.com/pomerium/datasource v0.18.2-0.20260318181039-f7d4e2d07572/go.mod h1:vNQ+UHyJ+539EfXAxYeMPeUYza4ddVOqKA56lnvWhNI=
626626
github.com/pomerium/envoy-custom v1.37.0-rc3 h1:IymnBJgKYsiTxv4iYYpOceN/7hDuVnlPwUELRQGoEKc=
627627
github.com/pomerium/envoy-custom v1.37.0-rc3/go.mod h1:R70sMIoym9epTfWd3Zghf9/2nLw44nhT6xZBFTPaGRg=
628-
github.com/pomerium/pomerium v0.32.1-0.20260319205915-0b904a0ef087 h1:t3bfgzm0doH7na6h66fVxkhTat1I0ILx0UW5loR0aAc=
629-
github.com/pomerium/pomerium v0.32.1-0.20260319205915-0b904a0ef087/go.mod h1:0XQgwC/xd2QtugGzwKYtf+Db2VTE6+XJLXJ3aazhJIQ=
630-
github.com/pomerium/protoutil v0.0.0-20260312234106-081b925b4a27 h1:YjMNqN6Fp7yxKfpnWKZRQok/O+8v5z60TTzMJv75JEo=
631-
github.com/pomerium/protoutil v0.0.0-20260312234106-081b925b4a27/go.mod h1:N81RWX6YmxJoRrVutDLO5JS7LgRWMGZquSAI9i2Dhps=
628+
github.com/pomerium/pomerium v0.32.1-0.20260323191608-4f0b5a1ee25f h1:oX8xO9pK7lZupNav/eUkU4XjbX6lYWdDqQ1WKWCk5As=
629+
github.com/pomerium/pomerium v0.32.1-0.20260323191608-4f0b5a1ee25f/go.mod h1:/aYQFLR16EzQsszRcpxYXCvSx6X47iSb6U06NvJqTSs=
630+
github.com/pomerium/protoutil v0.0.0-20260320182559-344554199ec4 h1:RHHibl6nTworBf9VOicD8+nEnfXTdfU6sik/yC8qrNE=
631+
github.com/pomerium/protoutil v0.0.0-20260320182559-344554199ec4/go.mod h1:m5tdX94ef0vCL5fgAJP6vW2GZWkU1+KfLlERBzlVeDs=
632632
github.com/pomerium/webauthn v0.0.0-20260311175151-b7a2d5d3c8a9 h1:aj43azL5UNBQ7XVV4ZMsXerTcCaJQKxm6Vuu/KbGhZg=
633633
github.com/pomerium/webauthn v0.0.0-20260311175151-b7a2d5d3c8a9/go.mod h1:4LjRVgMRZWSRoWzllcVFRHLBb9waPvz3JPJXCY4vqNI=
634634
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt9k/+g42oCprj/FisM4qX9L3sZB3upGN2ZU=

0 commit comments

Comments
 (0)