Skip to content

Commit e3762ec

Browse files
authored
ci: update dependencies (#607)
Co-authored-by: GitHub Actions <apparitor@users.noreply.github.com>
1 parent fb41be5 commit e3762ec

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
golangci-lint 2.8.0
2-
golang 1.25.5
2+
golang 1.25.6

go.mod

Lines changed: 19 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.30.7-0.20260112162251-2b72017e5262
16+
github.com/pomerium/pomerium v0.30.7-0.20260115232310-02faeb9e7f68
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
@@ -30,6 +30,9 @@ require (
3030

3131
require (
3232
cel.dev/expr v0.25.1 // indirect
33+
charm.land/bubbles/v2 v2.0.0-rc.1 // indirect
34+
charm.land/bubbletea/v2 v2.0.0-rc.2 // indirect
35+
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251106192539-4b304240aab7 // indirect
3336
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
3437
filippo.io/bigmod v0.0.3 // indirect
3538
filippo.io/csrf v0.2.1 // indirect
@@ -40,6 +43,15 @@ require (
4043
github.com/caddyserver/zerossl v0.1.4 // indirect
4144
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4245
github.com/cespare/xxhash/v2 v2.3.0 // indirect
46+
github.com/charmbracelet/colorprofile v0.4.1 // indirect
47+
github.com/charmbracelet/ultraviolet v0.0.0-20251116181749-377898bcce38 // indirect
48+
github.com/charmbracelet/x/ansi v0.11.3 // indirect
49+
github.com/charmbracelet/x/term v0.2.2 // indirect
50+
github.com/charmbracelet/x/termios v0.1.1 // indirect
51+
github.com/charmbracelet/x/windows v0.2.2 // indirect
52+
github.com/clipperhouse/displaywidth v0.6.1 // indirect
53+
github.com/clipperhouse/stringish v0.1.1 // indirect
54+
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
4355
github.com/cloudflare/circl v1.6.2 // indirect
4456
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
4557
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
@@ -70,11 +82,14 @@ require (
7082
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
7183
github.com/libdns/libdns v1.1.1 // indirect
7284
github.com/libp2p/go-reuseport v0.4.0 // indirect
85+
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
7386
github.com/mattn/go-colorable v0.1.14 // indirect
7487
github.com/mattn/go-isatty v0.0.20 // indirect
88+
github.com/mattn/go-runewidth v0.0.19 // indirect
7589
github.com/mholt/acmez/v3 v3.1.4 // indirect
7690
github.com/miekg/dns v1.1.69 // indirect
7791
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
92+
github.com/muesli/cancelreader v0.2.2 // indirect
7893
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7994
github.com/open-policy-agent/opa v1.12.1 // indirect
8095
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
@@ -90,6 +105,7 @@ require (
90105
github.com/prometheus/statsd_exporter v0.22.7 // indirect
91106
github.com/quic-go/qpack v0.6.0 // indirect
92107
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
108+
github.com/rivo/uniseg v0.4.7 // indirect
93109
github.com/sagikazarmark/locafero v0.11.0 // indirect
94110
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
95111
github.com/spf13/afero v1.15.0 // indirect
@@ -99,6 +115,7 @@ require (
99115
github.com/subosito/gotenv v1.6.0 // indirect
100116
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
101117
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
118+
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
102119
github.com/zeebo/blake3 v0.2.4 // indirect
103120
github.com/zeebo/xxh3 v1.0.2 // indirect
104121
go.opencensus.io v0.24.0 // indirect
@@ -126,6 +143,7 @@ require (
126143
go.yaml.in/yaml/v3 v3.0.4 // indirect
127144
golang.org/x/mod v0.31.0 // indirect
128145
golang.org/x/oauth2 v0.34.0 // indirect
146+
golang.org/x/term v0.38.0 // indirect
129147
golang.org/x/text v0.32.0 // indirect
130148
golang.org/x/tools v0.40.0 // indirect
131149
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b // indirect

go.sum

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ github.com/aws/smithy-go v1.24.0 h1:LpilSUItNPFr1eY85RYgTIg5eIEPtvFbskaFcmmIUnk=
147147
github.com/aws/smithy-go v1.24.0/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=
148148
github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=
149149
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
150+
github.com/aymanbagabas/go-udiff v0.3.1 h1:LV+qyBQ2pqe0u42ZsUEtPiCaUoqgA9gYRDs3vj1nolY=
151+
github.com/aymanbagabas/go-udiff v0.3.1/go.mod h1:G0fsKmG+P6ylD0r6N/KgQD/nWzgfnl8ZBcNLgcbrw8E=
150152
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
151153
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
152154
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
@@ -176,6 +178,8 @@ github.com/charmbracelet/ultraviolet v0.0.0-20251116181749-377898bcce38 h1:7Rs87
176178
github.com/charmbracelet/ultraviolet v0.0.0-20251116181749-377898bcce38/go.mod h1:6lfcr3MNP+kZR25sF1nQwJFuQnNYBlFy3PGX5rvslXc=
177179
github.com/charmbracelet/x/ansi v0.11.3 h1:6DcVaqWI82BBVM/atTyq6yBoRLZFBsnoDoX9GCu2YOI=
178180
github.com/charmbracelet/x/ansi v0.11.3/go.mod h1:yI7Zslym9tCJcedxz5+WBq+eUGMJT0bM06Fqy1/Y4dI=
181+
github.com/charmbracelet/x/exp/golden v0.0.0-20250806222409-83e3a29d542f h1:pk6gmGpCE7F3FcjaOEKYriCvpmIN4+6OS/RD0vm4uIA=
182+
github.com/charmbracelet/x/exp/golden v0.0.0-20250806222409-83e3a29d542f/go.mod h1:IfZAMTHB6XkZSeXUqriemErjAWCCzT0LwjKFYCZyw0I=
179183
github.com/charmbracelet/x/term v0.2.2 h1:xVRT/S2ZcKdhhOuSP4t5cLi5o+JxklsoEObBSgfgZRk=
180184
github.com/charmbracelet/x/term v0.2.2/go.mod h1:kF8CY5RddLWrsgVwpw4kAa6TESp6EB5y3uxGLeCqzAI=
181185
github.com/charmbracelet/x/termios v0.1.1 h1:o3Q2bT8eqzGnGPOYheoYS8eEleT5ZVNYNy8JawjaNZY=
@@ -571,8 +575,8 @@ github.com/pomerium/datasource v0.18.2-0.20260108134453-dff7d3604729 h1:WF4G/eX+
571575
github.com/pomerium/datasource v0.18.2-0.20260108134453-dff7d3604729/go.mod h1:E+aEx9rVJm+lNWcKUzMHY6MobZC0HchBCn9zdP2EfHE=
572576
github.com/pomerium/envoy-custom v1.36.4-rc3 h1:VCJN03YO1KGz3oVR3Y8+FNIF82CbxdVaeBOgwJcESoQ=
573577
github.com/pomerium/envoy-custom v1.36.4-rc3/go.mod h1:+wpbZvum83bq/OD4cp9/8IZiMV6boBkwDhlFPLOoWoI=
574-
github.com/pomerium/pomerium v0.30.7-0.20260112162251-2b72017e5262 h1:e8+t/O5lsdOl8M5iZKotwKhFPNMvh2wzpD48K2BX+ns=
575-
github.com/pomerium/pomerium v0.30.7-0.20260112162251-2b72017e5262/go.mod h1:w9IWeT1hW9iidH6mVCGistaJKvcxNvEKW0n7O97gSpc=
578+
github.com/pomerium/pomerium v0.30.7-0.20260115232310-02faeb9e7f68 h1:+MdaczC1cER6ILZxAyBp3AB4QQm+w5Lz+W6WE3yixcs=
579+
github.com/pomerium/pomerium v0.30.7-0.20260115232310-02faeb9e7f68/go.mod h1:w9IWeT1hW9iidH6mVCGistaJKvcxNvEKW0n7O97gSpc=
576580
github.com/pomerium/protoutil v0.0.0-20260102191206-7bf40c93b795 h1:lw19lz6M97fEMW3gEJ9bkCNrco+osC78qdnhg7oRPho=
577581
github.com/pomerium/protoutil v0.0.0-20260102191206-7bf40c93b795/go.mod h1:vPV2+oC0DppJcM14IwN5nCJXW0Bh6J6r5Kg/vjEb0kQ=
578582
github.com/pomerium/webauthn v0.0.0-20260108135400-4272659774e8 h1:dRtmYqPKtFAwjeWaSdmcN6bTc5pOYhAlIpyb/e/k+NE=
@@ -960,6 +964,8 @@ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuX
960964
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
961965
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
962966
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
967+
golang.org/x/term v0.38.0 h1:PQ5pkm/rLO6HnxFR7N2lJHOZX6Kez5Y1gDSJla6jo7Q=
968+
golang.org/x/term v0.38.0/go.mod h1:bSEAKrOT1W+VSu9TSCMtoGEOUcKxOKgl3LE5QEF/xVg=
963969
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
964970
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
965971
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)