Skip to content

Commit 80ac719

Browse files
Update module github.com/labstack/echo/v4 to v4.13.4
1 parent 36ce88c commit 80ac719

File tree

2 files changed

+204
-3
lines changed

2 files changed

+204
-3
lines changed

go.mod

Lines changed: 193 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,202 @@
11
module github.com/atlassian/go-sentry-api
22

3-
go 1.13
3+
go 1.23.0
4+
5+
toolchain go1.24.6
46

57
require (
68
github.com/getsentry/sentry-go v0.29.0
9+
github.com/stretchr/testify v1.10.0
10+
)
11+
12+
require (
13+
github.com/BurntSushi/toml v1.2.1 // indirect
14+
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
15+
github.com/CloudyKit/jet/v6 v6.2.0 // indirect
16+
github.com/Joker/hpp v1.0.0 // indirect
17+
github.com/Joker/jade v1.1.3 // indirect
18+
github.com/OneOfOne/xxhash v1.2.2 // indirect
19+
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect
20+
github.com/ajg/form v1.5.1 // indirect
21+
github.com/andybalholm/brotli v1.1.0 // indirect
22+
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
23+
github.com/aymerick/douceur v0.2.0 // indirect
24+
github.com/blang/semver/v4 v4.0.0 // indirect
25+
github.com/cespare/xxhash v1.1.0 // indirect
26+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
27+
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
28+
github.com/chzyer/logex v1.1.10 // indirect
29+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
30+
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
31+
github.com/coreos/etcd v3.3.10+incompatible // indirect
32+
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
33+
github.com/coreos/go-semver v0.2.0 // indirect
34+
github.com/cpuguy83/go-md2man v1.0.10 // indirect
35+
github.com/creack/pty v1.1.9 // indirect
36+
github.com/davecgh/go-spew v1.1.1 // indirect
37+
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
38+
github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de // indirect
39+
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
40+
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
41+
github.com/djherbis/atime v1.1.0 // indirect
42+
github.com/dustin/go-humanize v1.0.0 // indirect
43+
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
44+
github.com/fatih/structs v1.1.0 // indirect
45+
github.com/flosch/pongo2/v4 v4.0.2 // indirect
46+
github.com/fsnotify/fsnotify v1.6.0 // indirect
47+
github.com/gin-contrib/sse v0.1.0 // indirect
48+
github.com/gin-gonic/gin v1.8.1 // indirect
49+
github.com/go-errors/errors v1.4.2 // indirect
50+
github.com/go-logr/logr v1.2.3 // indirect
51+
github.com/go-ole/go-ole v1.2.6 // indirect
52+
github.com/go-playground/assert/v2 v2.0.1 // indirect
53+
github.com/go-playground/locales v0.14.0 // indirect
54+
github.com/go-playground/universal-translator v0.18.0 // indirect
55+
github.com/go-playground/validator/v10 v10.11.1 // indirect
56+
github.com/go-redis/redis/v8 v8.11.5 // indirect
57+
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
58+
github.com/gobwas/httphead v0.1.0 // indirect
59+
github.com/gobwas/pool v0.2.1 // indirect
60+
github.com/gobwas/ws v1.1.0 // indirect
61+
github.com/goccy/go-json v0.9.11 // indirect
62+
github.com/gofiber/fiber/v2 v2.52.2 // indirect
63+
github.com/golang/protobuf v1.5.2 // indirect
64+
github.com/golang/snappy v0.0.4 // indirect
65+
github.com/google/go-cmp v0.6.0 // indirect
66+
github.com/google/go-querystring v1.1.0 // indirect
67+
github.com/google/gofuzz v1.0.0 // indirect
68+
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
69+
github.com/google/uuid v1.6.0 // indirect
70+
github.com/gorilla/css v1.0.0 // indirect
71+
github.com/gorilla/securecookie v1.1.1 // indirect
72+
github.com/gorilla/websocket v1.5.0 // indirect
73+
github.com/hashicorp/hcl v1.0.0 // indirect
74+
github.com/hpcloud/tail v1.0.0 // indirect
75+
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 // indirect
76+
github.com/imkira/go-interpol v1.1.0 // indirect
77+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
78+
github.com/iris-contrib/go.uuid v2.0.0+incompatible // indirect
79+
github.com/iris-contrib/httpexpect/v2 v2.12.1 // indirect
80+
github.com/iris-contrib/schema v0.0.6 // indirect
81+
github.com/josharian/intern v1.0.0 // indirect
82+
github.com/json-iterator/go v1.1.12 // indirect
83+
github.com/kataras/blocks v0.0.7 // indirect
84+
github.com/kataras/golog v0.1.8 // indirect
85+
github.com/kataras/iris/v12 v12.2.0 // indirect
86+
github.com/kataras/jwt v0.1.8 // indirect
87+
github.com/kataras/neffos v0.0.21 // indirect
88+
github.com/kataras/pio v0.0.11 // indirect
89+
github.com/kataras/sitemap v0.0.6 // indirect
90+
github.com/kataras/tunnel v0.0.4 // indirect
91+
github.com/klauspost/compress v1.17.7 // indirect
92+
github.com/kr/pretty v0.3.0 // indirect
93+
github.com/kr/pty v1.1.1 // indirect
94+
github.com/kr/text v0.2.0 // indirect
95+
github.com/labstack/echo/v4 v4.10.0 // indirect
96+
github.com/labstack/gommon v0.4.2 // indirect
97+
github.com/leodido/go-urn v1.2.1 // indirect
98+
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
99+
github.com/magiconair/properties v1.8.0 // indirect
100+
github.com/mailgun/raymond/v2 v2.0.48 // indirect
101+
github.com/mailru/easyjson v0.7.7 // indirect
102+
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
103+
github.com/mattn/go-colorable v0.1.14 // indirect
104+
github.com/mattn/go-isatty v0.0.20 // indirect
105+
github.com/mattn/go-runewidth v0.0.15 // indirect
106+
github.com/mediocregopher/radix/v3 v3.8.1 // indirect
107+
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
108+
github.com/minio/highwayhash v1.0.2 // indirect
109+
github.com/mitchellh/go-homedir v1.1.0 // indirect
110+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
111+
github.com/mitchellh/mapstructure v1.1.2 // indirect
112+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
113+
github.com/modern-go/reflect2 v1.0.2 // indirect
114+
github.com/nats-io/jwt/v2 v2.3.0 // indirect
115+
github.com/nats-io/nats-server/v2 v2.9.11 // indirect
116+
github.com/nats-io/nats.go v1.23.0 // indirect
117+
github.com/nats-io/nkeys v0.3.0 // indirect
118+
github.com/nats-io/nuid v1.0.1 // indirect
119+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
120+
github.com/nxadm/tail v1.4.11 // indirect
121+
github.com/onsi/ginkgo v1.16.5 // indirect
122+
github.com/onsi/ginkgo/v2 v2.8.1 // indirect
123+
github.com/onsi/gomega v1.27.1 // indirect
124+
github.com/pelletier/go-toml v1.2.0 // indirect
125+
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
126+
github.com/philhofer/fwd v1.1.2 // indirect
127+
github.com/pingcap/errors v0.11.4 // indirect
128+
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
7129
github.com/pkg/errors v0.9.1 // indirect
8-
github.com/stretchr/testify v1.9.0
130+
github.com/pmezard/go-difflib v1.0.0 // indirect
131+
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
132+
github.com/prashantv/gostub v1.1.0 // indirect
133+
github.com/rivo/uniseg v0.2.0 // indirect
134+
github.com/rogpeppe/go-internal v1.8.0 // indirect
135+
github.com/russross/blackfriday v1.5.2 // indirect
136+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
137+
github.com/sanity-io/litter v1.5.5 // indirect
138+
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
139+
github.com/sergi/go-diff v1.0.0 // indirect
140+
github.com/shirou/gopsutil/v3 v3.23.2 // indirect
141+
github.com/sirupsen/logrus v1.9.0 // indirect
142+
github.com/spaolacci/murmur3 v1.1.0 // indirect
143+
github.com/spf13/afero v1.1.2 // indirect
144+
github.com/spf13/cast v1.3.0 // indirect
145+
github.com/spf13/cobra v0.0.5 // indirect
146+
github.com/spf13/jwalterweatherman v1.0.0 // indirect
147+
github.com/spf13/pflag v1.0.5 // indirect
148+
github.com/spf13/viper v1.3.2 // indirect
149+
github.com/stretchr/objx v0.5.2 // indirect
150+
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502 // indirect
151+
github.com/tdewolff/minify/v2 v2.12.4 // indirect
152+
github.com/tdewolff/parse/v2 v2.6.4 // indirect
153+
github.com/tdewolff/test v1.0.7 // indirect
154+
github.com/tinylib/msgp v1.1.8 // indirect
155+
github.com/tklauser/go-sysconf v0.3.11 // indirect
156+
github.com/tklauser/numcpus v0.6.0 // indirect
157+
github.com/ugorji/go v1.2.7 // indirect
158+
github.com/ugorji/go/codec v1.2.7 // indirect
159+
github.com/urfave/negroni v1.0.0 // indirect
160+
github.com/valyala/bytebufferpool v1.0.0 // indirect
161+
github.com/valyala/fasthttp v1.52.0 // indirect
162+
github.com/valyala/fasttemplate v1.2.2 // indirect
163+
github.com/valyala/tcplisten v1.0.0 // indirect
164+
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
165+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
166+
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
167+
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
168+
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
169+
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
170+
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
171+
github.com/yosssi/ace v0.0.5 // indirect
172+
github.com/yudai/gojsondiff v1.0.0 // indirect
173+
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
174+
github.com/yudai/pp v2.0.1+incompatible // indirect
175+
github.com/yuin/goldmark v1.4.13 // indirect
176+
github.com/yusufpapurcu/wmi v1.2.2 // indirect
177+
go.etcd.io/bbolt v1.3.7 // indirect
178+
go.etcd.io/gofail v0.1.0 // indirect
179+
go.uber.org/automaxprocs v1.5.1 // indirect
180+
golang.org/x/crypto v0.38.0 // indirect
181+
golang.org/x/mod v0.17.0 // indirect
182+
golang.org/x/net v0.40.0 // indirect
183+
golang.org/x/sync v0.8.0 // indirect
184+
golang.org/x/sys v0.33.0 // indirect
185+
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2 // indirect
186+
golang.org/x/term v0.32.0 // indirect
187+
golang.org/x/text v0.25.0 // indirect
188+
golang.org/x/time v0.11.0 // indirect
189+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
9190
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
191+
google.golang.org/protobuf v1.33.0 // indirect
192+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
193+
gopkg.in/errgo.v2 v2.1.0 // indirect
194+
gopkg.in/fsnotify.v1 v1.4.7 // indirect
195+
gopkg.in/ini.v1 v1.67.0 // indirect
196+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
197+
gopkg.in/yaml.v2 v2.4.0 // indirect
198+
gopkg.in/yaml.v3 v3.0.1 // indirect
199+
moul.io/http2curl/v2 v2.3.0 // indirect
10200
)
11201

12202
replace (
@@ -17,6 +207,6 @@ replace (
17207
// See: https://github.com/golang/go/issues/37352
18208
github.com/coreos/etcd => github.com/coreos/etcd v3.3.27+incompatible
19209
github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.2
20-
github.com/labstack/echo/v4 => github.com/labstack/echo/v4 v4.2.0
210+
github.com/labstack/echo/v4 => github.com/labstack/echo/v4 v4.13.4
21211
golang.org/x/text => golang.org/x/text v0.18.0
22212
)

go.sum

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,10 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
166166
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
167167
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
168168
github.com/labstack/echo/v4 v4.2.0/go.mod h1:AA49e0DZ8kk5jTOOCKNuPR6oTnBS0dYiM4FW1e6jwpg=
169+
github.com/labstack/echo/v4 v4.13.4/go.mod h1:g63b33BZ5vZzcIUF8AtRH40DrTlXnx4UMC8rBdndmjQ=
169170
github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k=
170171
github.com/labstack/gommon v0.4.0/go.mod h1:uW6kP17uPlLJsD3ijUYn3/M5bAxtlZhMI6m3MFxTMTM=
172+
github.com/labstack/gommon v0.4.2/go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU=
171173
github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY=
172174
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
173175
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
@@ -178,6 +180,7 @@ github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVc
178180
github.com/mattn/go-colorable v0.1.7/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
179181
github.com/mattn/go-colorable v0.1.11/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
180182
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
183+
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
181184
github.com/mattn/go-isatty v0.0.7/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
182185
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
183186
github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ=
@@ -302,6 +305,8 @@ github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
302305
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
303306
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
304307
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
308+
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
309+
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
305310
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502/go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8=
306311
github.com/tdewolff/minify/v2 v2.12.4/go.mod h1:h+SRvSIX3kwgwTFOpSckvSxgax3uy8kZTSF1Ojrr3bk=
307312
github.com/tdewolff/parse/v2 v2.6.4/go.mod h1:woz0cgbLwFdtbjJu8PIKxhW05KplTFQkOdX78o+Jgrs=
@@ -362,6 +367,7 @@ golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf
362367
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
363368
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
364369
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
370+
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
365371
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
366372
golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
367373
golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
@@ -406,6 +412,7 @@ golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
406412
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
407413
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
408414
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
415+
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
409416
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
410417
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
411418
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -472,6 +479,8 @@ golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
472479
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
473480
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
474481
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
482+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
483+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
475484
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE=
476485
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
477486
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
@@ -487,13 +496,15 @@ golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
487496
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
488497
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
489498
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
499+
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
490500
golang.org/x/text v0.3.5 h1:i6eZZ+zk0SOf0xgBpEpPD18qWcJda6q1sxt3S0kzyUQ=
491501
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
492502
golang.org/x/text v0.18.0 h1:XvMDiNzPAl0jr17s6W9lcaIhGUfUORdGCNsuLmPG224=
493503
golang.org/x/text v0.18.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
494504
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
495505
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
496506
golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
507+
golang.org/x/time v0.11.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
497508
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
498509
golang.org/x/tools v0.0.0-20181221001348-537d06c36207/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
499510
golang.org/x/tools v0.0.0-20190327201419-c70d86f8b7cf/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=

0 commit comments

Comments
 (0)