Skip to content

Commit 5d31245

Browse files
Update module github.com/spf13/afero to v1.14.0
1 parent b1e154c commit 5d31245

2 files changed

Lines changed: 200 additions & 7 deletions

File tree

go.mod

Lines changed: 183 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/mpppk/cli-template
22

3-
go 1.14
3+
go 1.23.0
4+
5+
toolchain go1.24.2
46

57
require (
68
github.com/blang/semver v3.5.1+incompatible
@@ -9,16 +11,190 @@ require (
911
github.com/go-playground/validator/v10 v10.4.1
1012
github.com/google/wire v0.5.0
1113
github.com/labstack/echo v3.3.10+incompatible
12-
github.com/labstack/gommon v0.3.0 // indirect
13-
github.com/mattn/go-colorable v0.1.4 // indirect
14-
github.com/mattn/go-isatty v0.0.12 // indirect
1514
github.com/mitchellh/go-homedir v1.1.0
1615
github.com/rhysd/go-github-selfupdate v1.2.3
17-
github.com/spf13/afero v1.5.1
16+
github.com/spf13/afero v1.14.0
1817
github.com/spf13/cobra v1.1.3
1918
github.com/spf13/pflag v1.0.5
2019
github.com/spf13/viper v1.7.1
20+
)
21+
22+
require (
23+
cloud.google.com/go v0.46.3 // indirect
24+
cloud.google.com/go/bigquery v1.0.1 // indirect
25+
cloud.google.com/go/datastore v1.0.0 // indirect
26+
cloud.google.com/go/firestore v1.1.0 // indirect
27+
cloud.google.com/go/pubsub v1.0.1 // indirect
28+
cloud.google.com/go/storage v1.0.0 // indirect
29+
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 // indirect
30+
github.com/BurntSushi/toml v0.3.1 // indirect
31+
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
32+
github.com/OneOfOne/xxhash v1.2.2 // indirect
33+
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
34+
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
35+
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e // indirect
36+
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
37+
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect
38+
github.com/beorn7/perks v1.0.0 // indirect
39+
github.com/bgentry/speakeasy v0.1.0 // indirect
40+
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect
41+
github.com/cespare/xxhash v1.1.0 // indirect
42+
github.com/client9/misspell v0.3.4 // indirect
43+
github.com/coreos/bbolt v1.3.2 // indirect
44+
github.com/coreos/etcd v3.3.13+incompatible // indirect
45+
github.com/coreos/go-semver v0.3.0 // indirect
46+
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
47+
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
48+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
49+
github.com/davecgh/go-spew v1.1.1 // indirect
50+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
51+
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 // indirect
52+
github.com/fatih/color v1.7.0 // indirect
53+
github.com/fsnotify/fsnotify v1.4.7 // indirect
54+
github.com/ghodss/yaml v1.0.0 // indirect
55+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
56+
github.com/go-kit/kit v0.8.0 // indirect
57+
github.com/go-logfmt/logfmt v0.4.0 // indirect
58+
github.com/go-playground/assert/v2 v2.0.1 // indirect
59+
github.com/go-playground/locales v0.13.0 // indirect
60+
github.com/go-playground/universal-translator v0.17.0 // indirect
61+
github.com/go-stack/stack v1.8.0 // indirect
62+
github.com/gogo/protobuf v1.2.1 // indirect
63+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
64+
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
65+
github.com/golang/mock v1.3.1 // indirect
66+
github.com/golang/protobuf v1.3.2 // indirect
67+
github.com/google/btree v1.0.0 // indirect
68+
github.com/google/go-cmp v0.6.0 // indirect
69+
github.com/google/go-github/v30 v30.1.0 // indirect
70+
github.com/google/go-querystring v1.0.0 // indirect
71+
github.com/google/martian v2.1.0+incompatible // indirect
72+
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect
73+
github.com/google/renameio v0.1.0 // indirect
74+
github.com/google/subcommands v1.0.1 // indirect
75+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
76+
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
77+
github.com/gorilla/websocket v1.4.2 // indirect
78+
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
79+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
80+
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
81+
github.com/hashicorp/consul/api v1.1.0 // indirect
82+
github.com/hashicorp/consul/sdk v0.1.1 // indirect
83+
github.com/hashicorp/errwrap v1.0.0 // indirect
84+
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
85+
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
86+
github.com/hashicorp/go-msgpack v0.5.3 // indirect
87+
github.com/hashicorp/go-multierror v1.0.0 // indirect
88+
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
89+
github.com/hashicorp/go-sockaddr v1.0.0 // indirect
90+
github.com/hashicorp/go-syslog v1.0.0 // indirect
91+
github.com/hashicorp/go-uuid v1.0.1 // indirect
92+
github.com/hashicorp/go.net v0.0.1 // indirect
93+
github.com/hashicorp/golang-lru v0.5.1 // indirect
94+
github.com/hashicorp/hcl v1.0.0 // indirect
95+
github.com/hashicorp/logutils v1.0.0 // indirect
96+
github.com/hashicorp/mdns v1.0.0 // indirect
97+
github.com/hashicorp/memberlist v0.1.3 // indirect
98+
github.com/hashicorp/serf v0.8.2 // indirect
99+
github.com/hpcloud/tail v1.0.0 // indirect
100+
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
101+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
102+
github.com/jonboulle/clockwork v0.1.0 // indirect
103+
github.com/json-iterator/go v1.1.6 // indirect
104+
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 // indirect
105+
github.com/jtolds/gls v4.20.0+incompatible // indirect
106+
github.com/julienschmidt/httprouter v1.2.0 // indirect
107+
github.com/kisielk/errcheck v1.1.0 // indirect
108+
github.com/kisielk/gotool v1.0.0 // indirect
109+
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
110+
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
111+
github.com/kr/pretty v0.1.0 // indirect
112+
github.com/kr/pty v1.1.1 // indirect
113+
github.com/kr/text v0.1.0 // indirect
114+
github.com/labstack/gommon v0.3.0 // indirect
115+
github.com/leodido/go-urn v1.2.0 // indirect
116+
github.com/magiconair/properties v1.8.1 // indirect
117+
github.com/mattn/go-colorable v0.1.4 // indirect
118+
github.com/mattn/go-isatty v0.0.12 // indirect
119+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
120+
github.com/miekg/dns v1.0.14 // indirect
121+
github.com/mitchellh/cli v1.0.0 // indirect
122+
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
123+
github.com/mitchellh/gox v0.4.0 // indirect
124+
github.com/mitchellh/iochan v1.0.0 // indirect
125+
github.com/mitchellh/mapstructure v1.1.2 // indirect
126+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
127+
github.com/modern-go/reflect2 v1.0.1 // indirect
128+
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
129+
github.com/oklog/ulid v1.3.1 // indirect
130+
github.com/onsi/ginkgo v1.6.0 // indirect
131+
github.com/onsi/gomega v1.4.2 // indirect
132+
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
133+
github.com/pelletier/go-toml v1.2.0 // indirect
134+
github.com/pkg/errors v0.8.1 // indirect
135+
github.com/pmezard/go-difflib v1.0.0 // indirect
136+
github.com/posener/complete v1.1.1 // indirect
137+
github.com/prometheus/client_golang v0.9.3 // indirect
138+
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
139+
github.com/prometheus/common v0.4.0 // indirect
140+
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 // indirect
141+
github.com/prometheus/tsdb v0.7.1 // indirect
142+
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af // indirect
143+
github.com/rogpeppe/go-internal v1.3.0 // indirect
144+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
145+
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f // indirect
146+
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
147+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
148+
github.com/sirupsen/logrus v1.2.0 // indirect
149+
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
150+
github.com/smartystreets/goconvey v1.6.4 // indirect
151+
github.com/soheilhy/cmux v0.1.4 // indirect
152+
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
153+
github.com/spf13/cast v1.3.0 // indirect
154+
github.com/spf13/jwalterweatherman v1.0.0 // indirect
155+
github.com/stretchr/objx v0.1.1 // indirect
156+
github.com/stretchr/testify v1.4.0 // indirect
157+
github.com/subosito/gotenv v1.2.0 // indirect
158+
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
159+
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
160+
github.com/ulikunitz/xz v0.5.9 // indirect
161+
github.com/valyala/bytebufferpool v1.0.0 // indirect
21162
github.com/valyala/fasttemplate v1.1.0 // indirect
22-
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
23-
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect
163+
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
164+
github.com/yuin/goldmark v1.4.13 // indirect
165+
go.etcd.io/bbolt v1.3.2 // indirect
166+
go.opencensus.io v0.22.0 // indirect
167+
go.uber.org/atomic v1.4.0 // indirect
168+
go.uber.org/multierr v1.1.0 // indirect
169+
go.uber.org/zap v1.10.0 // indirect
170+
golang.org/x/crypto v0.23.0 // indirect
171+
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
172+
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
173+
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
174+
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
175+
golang.org/x/mod v0.17.0 // indirect
176+
golang.org/x/net v0.25.0 // indirect
177+
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
178+
golang.org/x/sync v0.12.0 // indirect
179+
golang.org/x/sys v0.20.0 // indirect
180+
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2 // indirect
181+
golang.org/x/term v0.20.0 // indirect
182+
golang.org/x/text v0.23.0 // indirect
183+
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
184+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
185+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
186+
google.golang.org/api v0.13.0 // indirect
187+
google.golang.org/appengine v1.6.1 // indirect
188+
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
189+
google.golang.org/grpc v1.21.1 // indirect
190+
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
191+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
192+
gopkg.in/errgo.v2 v2.1.0 // indirect
193+
gopkg.in/fsnotify.v1 v1.4.7 // indirect
194+
gopkg.in/ini.v1 v1.51.0 // indirect
195+
gopkg.in/resty.v1 v1.12.0 // indirect
196+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
197+
gopkg.in/yaml.v2 v2.4.0 // indirect
198+
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
199+
rsc.io/binaryregexp v0.2.0 // indirect
24200
)

go.sum

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Z
8181
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
8282
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
8383
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
84+
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
8485
github.com/google/go-github/v30 v30.1.0 h1:VLDx+UolQICEOKu2m4uAoMti1SxuEBAl7RSEG16L+Oo=
8586
github.com/google/go-github/v30 v30.1.0/go.mod h1:n8jBpHl45a/rlBUtRJMOG4GhNADUQFEufcolZ95JfU8=
8687
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=
@@ -240,6 +241,8 @@ github.com/spf13/afero v1.4.1 h1:asw9sl74539yqavKaglDM5hFpdJVK0Y5Dr/JOgQ89nQ=
240241
github.com/spf13/afero v1.4.1/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
241242
github.com/spf13/afero v1.5.1 h1:VHu76Lk0LSP1x254maIu2bplkWpfBWI+B+6fdoZprcg=
242243
github.com/spf13/afero v1.5.1/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
244+
github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
245+
github.com/spf13/afero v1.14.0/go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo=
243246
github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=
244247
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
245248
github.com/spf13/cobra v1.0.0 h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=
@@ -283,6 +286,7 @@ github.com/valyala/fasttemplate v1.1.0 h1:RZqt0yGBsps8NGvLSGW804QQqCUYYLsaOjTVHy
283286
github.com/valyala/fasttemplate v1.1.0/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8=
284287
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
285288
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
289+
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
286290
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
287291
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
288292
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
@@ -300,6 +304,8 @@ golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d/go.mod h1:LzIPMQfyMNhhGPh
300304
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
301305
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad h1:DN0cp81fZ3njFcrLCytUHRSUkqBjfTo4Tx9RJTWs0EY=
302306
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
307+
golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
308+
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
303309
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
304310
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
305311
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -318,6 +324,7 @@ golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU
318324
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o=
319325
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
320326
golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY=
327+
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
321328
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
322329
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
323330
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -336,6 +343,8 @@ golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR
336343
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
337344
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 h1:CCH4IOTTfewWjGOlSp+zGcjutRKlBEZQ6wTn8ozI/nI=
338345
golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
346+
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
347+
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
339348
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
340349
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 h1:JIqe8uIcRBHXDQVvZtHwp80ai3Lw3IJAeJEs55Dc1W0=
341350
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
@@ -347,6 +356,7 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ
347356
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
348357
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
349358
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
359+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
350360
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
351361
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
352362
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -367,7 +377,11 @@ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7w
367377
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
368378
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 h1:1/DFK4b7JH8DmkqhUk48onnSfrPzImPoVxuomtbT2nk=
369379
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
380+
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
381+
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
382+
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE=
370383
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
384+
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
371385
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
372386
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
373387
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
@@ -376,6 +390,8 @@ golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
376390
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
377391
golang.org/x/text v0.3.5 h1:i6eZZ+zk0SOf0xgBpEpPD18qWcJda6q1sxt3S0kzyUQ=
378392
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
393+
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
394+
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
379395
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
380396
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
381397
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -396,6 +412,7 @@ golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtn
396412
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
397413
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
398414
golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
415+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
399416
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
400417
google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
401418
google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=

0 commit comments

Comments
 (0)