Skip to content

Commit 6760b68

Browse files
authored
ci: update dependencies (#612)
Co-authored-by: GitHub Actions <apparitor@users.noreply.github.com>
1 parent 7951abd commit 6760b68

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
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.20260122205720-cc9a401b9b1e
16+
github.com/pomerium/pomerium v0.32.1-0.20260124171013-325475c4ce4f
1717
github.com/quic-go/quic-go v0.58.0
1818
github.com/rs/zerolog v1.34.0
1919
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
@@ -33,6 +33,7 @@ require (
3333
charm.land/bubbles/v2 v2.0.0-rc.1 // indirect
3434
charm.land/bubbletea/v2 v2.0.0-rc.2 // indirect
3535
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251106192539-4b304240aab7 // indirect
36+
connectrpc.com/connect v1.19.1 // indirect
3637
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
3738
filippo.io/bigmod v0.0.3 // indirect
3839
filippo.io/csrf v0.2.1 // indirect

go.sum

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
5656
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
5757
cloud.google.com/go/storage v1.58.0 h1:PflFXlmFJjG/nBeR9B7pKddLQWaFaRWx4uUi/LyNxxo=
5858
cloud.google.com/go/storage v1.58.0/go.mod h1:cMWbtM+anpC74gn6qjLh+exqYcfmB9Hqe5z6adx+CLI=
59+
connectrpc.com/connect v1.19.1 h1:R5M57z05+90EfEvCY1b7hBxDVOUl45PrtXtAV2fOC14=
60+
connectrpc.com/connect v1.19.1/go.mod h1:tN20fjdGlewnSFeZxLKb0xwIZ6ozc3OQs2hTXy4du9w=
61+
connectrpc.com/grpchealth v1.4.0 h1:MJC96JLelARPgZTiRF9KRfY/2N9OcoQvF2EWX07v2IE=
62+
connectrpc.com/grpchealth v1.4.0/go.mod h1:WhW6m1EzTmq3Ky1FE8EfkIpSDc6TfUx2M2KqZO3ts/Q=
63+
connectrpc.com/grpcreflect v1.3.0 h1:Y4V+ACf8/vOb1XOc251Qun7jMB75gCUNw6llvB9csXc=
64+
connectrpc.com/grpcreflect v1.3.0/go.mod h1:nfloOtCS8VUQOQ1+GTdFzVg2CJo4ZGaat8JIovCtDYs=
65+
connectrpc.com/otelconnect v0.9.0 h1:NggB3pzRC3pukQWaYbRHJulxuXvmCKCKkQ9hbrHAWoA=
66+
connectrpc.com/otelconnect v0.9.0/go.mod h1:AEkVLjCPXra+ObGFCOClcJkNjS7zPaQSqvO0lCyjfZc=
5967
contrib.go.opencensus.io/exporter/prometheus v0.4.2 h1:sqfsYl5GIY/L570iT+l93ehxaWJs2/OwXtiWwew3oAg=
6068
contrib.go.opencensus.io/exporter/prometheus v0.4.2/go.mod h1:dvEHbiKmgvbr5pjaF9fpw1KeYcjrnC1J8B+JKjsZyRQ=
6169
dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
@@ -575,8 +583,8 @@ github.com/pomerium/datasource v0.18.2-0.20260116153236-1f58110d0e17 h1:0xmmqjD1
575583
github.com/pomerium/datasource v0.18.2-0.20260116153236-1f58110d0e17/go.mod h1:E+aEx9rVJm+lNWcKUzMHY6MobZC0HchBCn9zdP2EfHE=
576584
github.com/pomerium/envoy-custom v1.36.4-rc3 h1:VCJN03YO1KGz3oVR3Y8+FNIF82CbxdVaeBOgwJcESoQ=
577585
github.com/pomerium/envoy-custom v1.36.4-rc3/go.mod h1:+wpbZvum83bq/OD4cp9/8IZiMV6boBkwDhlFPLOoWoI=
578-
github.com/pomerium/pomerium v0.32.1-0.20260122205720-cc9a401b9b1e h1:9Bc0o3jB8nC26SYTZ1JPczx8XtGgEt52KVVj1xKBn3A=
579-
github.com/pomerium/pomerium v0.32.1-0.20260122205720-cc9a401b9b1e/go.mod h1:SOBbqS6/cDrZCB2Sr8Ud72sb7bLIlFREYe98VlgJAHU=
586+
github.com/pomerium/pomerium v0.32.1-0.20260124171013-325475c4ce4f h1:AQ1wfjpSRhXA9XU/BcnaZapYjxFvBgZ7DHAHauahDh4=
587+
github.com/pomerium/pomerium v0.32.1-0.20260124171013-325475c4ce4f/go.mod h1:jCPisL14wjT3Yy9I3cNnQI67wNKiKbwl7ZnLu2Gowzw=
580588
github.com/pomerium/protoutil v0.0.0-20260116153545-19d2ae5b7518 h1:xIW5acZOr+EBXMapcOYsBCY/o7uh5GpKVVkk8iaTRFU=
581589
github.com/pomerium/protoutil v0.0.0-20260116153545-19d2ae5b7518/go.mod h1:vPV2+oC0DppJcM14IwN5nCJXW0Bh6J6r5Kg/vjEb0kQ=
582590
github.com/pomerium/webauthn v0.0.0-20260116153041-d32e028c3f7e h1:ACaHHitpK9WxN8Rd+hXPktyE3dWvfsfq9Hq86Kb8yU4=

0 commit comments

Comments
 (0)