Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/energi3/files/, net-p2p/energi3/
Date: Tue, 24 Aug 2021 13:20:59
Message-Id: 1629811250.14815bc1a407fc40cc0e3152819f7f6ab549637d.candrews@gentoo
1 commit: 14815bc1a407fc40cc0e3152819f7f6ab549637d
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 13:20:31 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 13:20:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14815bc1
7
8 net-p2p/energi3: tidy go, fixes go 1.17 compatibility
9
10 Closes: https://bugs.gentoo.org/808829
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 net-p2p/energi3/energi3-3.1.0.ebuild | 4 +
15 net-p2p/energi3/files/3.1.0-tidy.patch | 472 +++++++++++++++++++++++++++++++++
16 2 files changed, 476 insertions(+)
17
18 diff --git a/net-p2p/energi3/energi3-3.1.0.ebuild b/net-p2p/energi3/energi3-3.1.0.ebuild
19 index 0e67da73ca4..0df0ff588ba 100644
20 --- a/net-p2p/energi3/energi3-3.1.0.ebuild
21 +++ b/net-p2p/energi3/energi3-3.1.0.ebuild
22 @@ -8,6 +8,10 @@ inherit go-module systemd
23 DESCRIPTION="Official golang implementation of the Energi Core"
24 HOMEPAGE="https://www.energi.world/"
25
26 +PATCHES=(
27 + "${FILESDIR}/${PV}-tidy.patch"
28 +)
29 +
30 if [[ ${PV} == *9999 ]] ; then
31 EGIT_REPO_URI="https://github.com/energicryptocurrency/${PN}.git"
32 EGIT_SUBMODULES=()
33
34 diff --git a/net-p2p/energi3/files/3.1.0-tidy.patch b/net-p2p/energi3/files/3.1.0-tidy.patch
35 new file mode 100644
36 index 00000000000..047bc36afcf
37 --- /dev/null
38 +++ b/net-p2p/energi3/files/3.1.0-tidy.patch
39 @@ -0,0 +1,472 @@
40 +https://github.com/energicryptocurrency/energi3/pull/8
41 +
42 +From 3ebedbdd924cbc07b745140c4c7fed82c45f178f Mon Sep 17 00:00:00 2001
43 +From: Craig Andrews <candrews@××××××××××××.com>
44 +Date: Tue, 24 Aug 2021 09:06:53 -0400
45 +Subject: [PATCH] tidy up go.mod and vendor/modules.txt
46 +
47 +Provides compatibility with go 1.17
48 +Fixes warnings in earlier versions of go
49 +
50 +See https://github.com/golang/go/issues/47823
51 +---
52 + go.mod | 69 +++++++++++++++
53 + vendor/modules.txt | 204 ++++++++++++++++++++++++++++++++++-----------
54 + 2 files changed, 224 insertions(+), 49 deletions(-)
55 +
56 +diff --git a/go.mod b/go.mod
57 +index 887cb8fc6..7ada2d1be 100644
58 +--- a/go.mod
59 ++++ b/go.mod
60 +@@ -1,3 +1,72 @@
61 + go 1.15
62 +
63 ++require (
64 ++ bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
65 ++ github.com/Azure/azure-pipeline-go v0.1.9 // indirect
66 ++ github.com/Azure/azure-storage-blob-go v0.0.0-20180712005634-eaae161d9d5e
67 ++ github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
68 ++ github.com/allegro/bigcache v1.2.0
69 ++ github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
70 ++ github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6
71 ++ github.com/cespare/cp v0.1.0
72 ++ github.com/davecgh/go-spew v1.1.1
73 ++ github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
74 ++ github.com/docker/docker v0.0.0-20180625184442-8e610b2b55bf
75 ++ github.com/edsrzf/mmap-go v1.0.0
76 ++ github.com/elastic/gosigar v0.0.0-20180330100440-37f05ff46ffa
77 ++ github.com/fatih/color v1.9.0
78 ++ github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
79 ++ github.com/gizak/termui v2.3.0+incompatible
80 ++ github.com/go-kit/kit v0.11.0 // indirect
81 ++ github.com/go-ole/go-ole v1.2.4 // indirect
82 ++ github.com/go-stack/stack v1.8.0
83 ++ github.com/golang/protobuf v1.5.2
84 ++ github.com/golang/snappy v0.0.1
85 ++ github.com/hashicorp/golang-lru v0.5.1
86 ++ github.com/huin/goupnp v1.0.0
87 ++ github.com/influxdata/influxdb v1.7.3
88 ++ github.com/influxdata/platform v0.0.0-20190117200541-d500d3cf5589 // indirect
89 ++ github.com/jackpal/go-nat-pmp v1.0.1
90 ++ github.com/julienschmidt/httprouter v1.3.0
91 ++ github.com/karalabe/hid v1.0.0
92 ++ github.com/kylelemons/godebug v1.1.0 // indirect
93 ++ github.com/maruel/panicparse v1.2.1 // indirect
94 ++ github.com/mattn/go-colorable v0.1.6
95 ++ github.com/mattn/go-isatty v0.0.12
96 ++ github.com/mitchellh/go-wordwrap v1.0.0 // indirect
97 ++ github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
98 ++ github.com/naoina/go-stringutil v0.1.0 // indirect
99 ++ github.com/naoina/toml v0.1.1
100 ++ github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e // indirect
101 ++ github.com/olekukonko/tablewriter v0.0.1
102 ++ github.com/opentracing/opentracing-go v1.2.0
103 ++ github.com/pborman/uuid v1.2.0
104 ++ github.com/peterh/liner v1.1.0
105 ++ github.com/prometheus/prometheus v2.1.0+incompatible
106 ++ github.com/prometheus/tsdb v0.10.0 // indirect
107 ++ github.com/rjeczalik/notify v0.9.1
108 ++ github.com/robertkrimen/otto v0.0.0-20170205013659-6a77b7cbc37d
109 ++ github.com/rs/cors v1.3.0
110 ++ github.com/shengdoushi/base58 v1.0.0
111 ++ github.com/stretchr/testify v1.7.0
112 ++ github.com/syndtr/goleveldb v1.0.0
113 ++ github.com/uber-go/atomic v0.0.0-00010101000000-000000000000 // indirect
114 ++ github.com/uber/jaeger-client-go v2.16.0+incompatible
115 ++ github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
116 ++ golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
117 ++ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
118 ++ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
119 ++ golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
120 ++ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
121 ++ gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
122 ++ gopkg.in/olebedev/go-duktape.v3 v3.0.0-20180302121509-abf0ba0be5d5
123 ++ gopkg.in/sourcemap.v1 v1.0.5 // indirect
124 ++ gopkg.in/urfave/cli.v1 v1.20.0
125 ++)
126 ++
127 + module energi.world/core/gen3
128 ++
129 ++replace github.com/codahale/hdrhistogram => github.com/HdrHistogram/hdrhistogram-go v0.9.0
130 ++
131 ++replace github.com/uber-go/atomic => github.com/uber-go/atomic v1.4.0
132 ++
133 +diff --git a/vendor/modules.txt b/vendor/modules.txt
134 +index 192df8944..3142c7337 100644
135 +--- a/vendor/modules.txt
136 ++++ b/vendor/modules.txt
137 +@@ -1,56 +1,80 @@
138 + # bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
139 ++## explicit
140 + bazil.org/fuse
141 + bazil.org/fuse/fs
142 + bazil.org/fuse/fuseutil
143 + # github.com/Azure/azure-pipeline-go v0.1.9
144 ++## explicit
145 + github.com/Azure/azure-pipeline-go/pipeline
146 + # github.com/Azure/azure-storage-blob-go v0.0.0-20180712005634-eaae161d9d5e
147 ++## explicit
148 + github.com/Azure/azure-storage-blob-go/2018-03-28/azblob
149 + # github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
150 ++## explicit
151 + github.com/StackExchange/wmi
152 + # github.com/allegro/bigcache v1.2.0
153 ++## explicit
154 + github.com/allegro/bigcache
155 + github.com/allegro/bigcache/queue
156 + # github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
157 ++## explicit
158 + github.com/aristanetworks/goarista/monotime
159 + # github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6
160 ++## explicit
161 + github.com/btcsuite/btcd/btcec
162 + # github.com/cespare/cp v0.1.0
163 ++## explicit
164 + github.com/cespare/cp
165 + # github.com/davecgh/go-spew v1.1.1
166 ++## explicit
167 + github.com/davecgh/go-spew/spew
168 + # github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
169 ++## explicit
170 + github.com/deckarep/golang-set
171 + # github.com/docker/docker v0.0.0-20180625184442-8e610b2b55bf
172 ++## explicit
173 + github.com/docker/docker/pkg/reexec
174 +-# github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c
175 ++# github.com/edsrzf/mmap-go v1.0.0
176 ++## explicit
177 + github.com/edsrzf/mmap-go
178 + # github.com/elastic/gosigar v0.0.0-20180330100440-37f05ff46ffa
179 ++## explicit
180 + github.com/elastic/gosigar
181 + github.com/elastic/gosigar/sys/windows
182 +-# github.com/fatih/color v1.7.0
183 ++# github.com/fatih/color v1.9.0
184 ++## explicit
185 + github.com/fatih/color
186 + # github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
187 +-github.com/fjl/memsize/memsizeui
188 ++## explicit
189 + github.com/fjl/memsize
190 ++github.com/fjl/memsize/memsizeui
191 + # github.com/gizak/termui v2.3.0+incompatible
192 ++## explicit
193 + github.com/gizak/termui
194 ++# github.com/go-kit/kit v0.11.0
195 ++## explicit
196 + # github.com/go-ole/go-ole v1.2.4
197 ++## explicit
198 + github.com/go-ole/go-ole
199 + github.com/go-ole/go-ole/oleutil
200 + # github.com/go-stack/stack v1.8.0
201 ++## explicit
202 + github.com/go-stack/stack
203 +-# github.com/golang/protobuf v1.2.0
204 ++# github.com/golang/protobuf v1.5.2
205 ++## explicit
206 + github.com/golang/protobuf/proto
207 + github.com/golang/protobuf/protoc-gen-go/descriptor
208 + # github.com/golang/snappy v0.0.1
209 ++## explicit
210 + github.com/golang/snappy
211 +-# github.com/google/uuid v1.0.0
212 ++# github.com/google/uuid v1.1.2
213 + github.com/google/uuid
214 + # github.com/hashicorp/golang-lru v0.5.1
215 ++## explicit
216 + github.com/hashicorp/golang-lru
217 + github.com/hashicorp/golang-lru/simplelru
218 + # github.com/huin/goupnp v1.0.0
219 ++## explicit
220 + github.com/huin/goupnp
221 + github.com/huin/goupnp/dcps/internetgateway1
222 + github.com/huin/goupnp/dcps/internetgateway2
223 +@@ -59,60 +83,84 @@ github.com/huin/goupnp/scpd
224 + github.com/huin/goupnp/soap
225 + github.com/huin/goupnp/ssdp
226 + # github.com/influxdata/influxdb v1.7.3
227 ++## explicit
228 + github.com/influxdata/influxdb/client
229 + github.com/influxdata/influxdb/models
230 + github.com/influxdata/influxdb/pkg/escape
231 + # github.com/influxdata/platform v0.0.0-20190117200541-d500d3cf5589
232 ++## explicit
233 + github.com/influxdata/platform/models
234 + github.com/influxdata/platform/pkg/escape
235 + # github.com/jackpal/go-nat-pmp v1.0.1
236 ++## explicit
237 + github.com/jackpal/go-nat-pmp
238 +-# github.com/julienschmidt/httprouter v1.2.0
239 ++# github.com/julienschmidt/httprouter v1.3.0
240 ++## explicit
241 + github.com/julienschmidt/httprouter
242 + # github.com/karalabe/hid v1.0.0
243 ++## explicit
244 + github.com/karalabe/hid
245 +-# github.com/kr/pretty v0.1.0
246 ++# github.com/kr/pretty v0.2.0
247 + github.com/kr/pretty
248 + # github.com/kr/text v0.1.0
249 + github.com/kr/text
250 ++# github.com/kylelemons/godebug v1.1.0
251 ++## explicit
252 + # github.com/maruel/panicparse v1.2.1
253 ++## explicit
254 + github.com/maruel/panicparse/stack
255 +-# github.com/mattn/go-colorable v0.1.1
256 ++# github.com/mattn/go-colorable v0.1.6
257 ++## explicit
258 + github.com/mattn/go-colorable
259 +-# github.com/mattn/go-isatty v0.0.7
260 ++# github.com/mattn/go-isatty v0.0.12
261 ++## explicit
262 + github.com/mattn/go-isatty
263 + # github.com/mattn/go-runewidth v0.0.3
264 + github.com/mattn/go-runewidth
265 + # github.com/mitchellh/go-wordwrap v1.0.0
266 ++## explicit
267 + github.com/mitchellh/go-wordwrap
268 + # github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
269 ++## explicit
270 + github.com/mohae/deepcopy
271 + # github.com/naoina/go-stringutil v0.1.0
272 ++## explicit
273 + github.com/naoina/go-stringutil
274 + # github.com/naoina/toml v0.1.1
275 ++## explicit
276 + github.com/naoina/toml
277 + github.com/naoina/toml/ast
278 + # github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e
279 ++## explicit
280 + github.com/nsf/termbox-go
281 + # github.com/olekukonko/tablewriter v0.0.1
282 ++## explicit
283 + github.com/olekukonko/tablewriter
284 +-# github.com/opentracing/opentracing-go v1.1.0
285 ++# github.com/opentracing/opentracing-go v1.2.0
286 ++## explicit
287 + github.com/opentracing/opentracing-go
288 +-github.com/opentracing/opentracing-go/log
289 + github.com/opentracing/opentracing-go/ext
290 ++github.com/opentracing/opentracing-go/log
291 + # github.com/pborman/uuid v1.2.0
292 ++## explicit
293 + github.com/pborman/uuid
294 + # github.com/peterh/liner v1.1.0
295 ++## explicit
296 + github.com/peterh/liner
297 +-# github.com/pkg/errors v0.8.1
298 ++# github.com/pkg/errors v0.9.1
299 + github.com/pkg/errors
300 + # github.com/pmezard/go-difflib v1.0.0
301 + github.com/pmezard/go-difflib/difflib
302 + # github.com/prometheus/prometheus v2.1.0+incompatible
303 ++## explicit
304 + github.com/prometheus/prometheus/util/flock
305 ++# github.com/prometheus/tsdb v0.10.0
306 ++## explicit
307 + # github.com/rjeczalik/notify v0.9.1
308 ++## explicit
309 + github.com/rjeczalik/notify
310 + # github.com/robertkrimen/otto v0.0.0-20170205013659-6a77b7cbc37d
311 ++## explicit
312 + github.com/robertkrimen/otto
313 + github.com/robertkrimen/otto/ast
314 + github.com/robertkrimen/otto/dbg
315 +@@ -121,101 +169,159 @@ github.com/robertkrimen/otto/parser
316 + github.com/robertkrimen/otto/registry
317 + github.com/robertkrimen/otto/token
318 + # github.com/rs/cors v1.3.0
319 ++## explicit
320 + github.com/rs/cors
321 + # github.com/shengdoushi/base58 v1.0.0
322 ++## explicit
323 + github.com/shengdoushi/base58
324 +-# github.com/stretchr/testify v1.3.0
325 ++# github.com/stretchr/testify v1.7.0
326 ++## explicit
327 + github.com/stretchr/testify/assert
328 + github.com/stretchr/testify/require
329 + # github.com/syndtr/goleveldb v1.0.0
330 +-github.com/syndtr/goleveldb/leveldb/util
331 ++## explicit
332 + github.com/syndtr/goleveldb/leveldb
333 ++github.com/syndtr/goleveldb/leveldb/cache
334 ++github.com/syndtr/goleveldb/leveldb/comparer
335 + github.com/syndtr/goleveldb/leveldb/errors
336 + github.com/syndtr/goleveldb/leveldb/filter
337 + github.com/syndtr/goleveldb/leveldb/iterator
338 +-github.com/syndtr/goleveldb/leveldb/opt
339 +-github.com/syndtr/goleveldb/leveldb/storage
340 +-github.com/syndtr/goleveldb/leveldb/cache
341 +-github.com/syndtr/goleveldb/leveldb/comparer
342 + github.com/syndtr/goleveldb/leveldb/journal
343 + github.com/syndtr/goleveldb/leveldb/memdb
344 ++github.com/syndtr/goleveldb/leveldb/opt
345 ++github.com/syndtr/goleveldb/leveldb/storage
346 + github.com/syndtr/goleveldb/leveldb/table
347 ++github.com/syndtr/goleveldb/leveldb/util
348 ++# github.com/uber-go/atomic v0.0.0-00010101000000-000000000000 => github.com/uber-go/atomic v1.4.0
349 ++## explicit
350 + # github.com/uber/jaeger-client-go v2.16.0+incompatible
351 ++## explicit
352 + github.com/uber/jaeger-client-go
353 + github.com/uber/jaeger-client-go/config
354 + github.com/uber/jaeger-client-go/internal/baggage
355 ++github.com/uber/jaeger-client-go/internal/baggage/remote
356 + github.com/uber/jaeger-client-go/internal/spanlog
357 + github.com/uber/jaeger-client-go/internal/throttler
358 ++github.com/uber/jaeger-client-go/internal/throttler/remote
359 + github.com/uber/jaeger-client-go/log
360 ++github.com/uber/jaeger-client-go/rpcmetrics
361 + github.com/uber/jaeger-client-go/thrift
362 ++github.com/uber/jaeger-client-go/thrift-gen/agent
363 ++github.com/uber/jaeger-client-go/thrift-gen/baggage
364 + github.com/uber/jaeger-client-go/thrift-gen/jaeger
365 + github.com/uber/jaeger-client-go/thrift-gen/sampling
366 + github.com/uber/jaeger-client-go/thrift-gen/zipkincore
367 +-github.com/uber/jaeger-client-go/utils
368 +-github.com/uber/jaeger-client-go/internal/baggage/remote
369 +-github.com/uber/jaeger-client-go/internal/throttler/remote
370 +-github.com/uber/jaeger-client-go/rpcmetrics
371 + github.com/uber/jaeger-client-go/transport
372 +-github.com/uber/jaeger-client-go/thrift-gen/agent
373 +-github.com/uber/jaeger-client-go/thrift-gen/baggage
374 ++github.com/uber/jaeger-client-go/utils
375 + # github.com/uber/jaeger-lib v2.0.0+incompatible
376 ++## explicit
377 + github.com/uber/jaeger-lib/metrics
378 +-# golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
379 +-golang.org/x/crypto/pbkdf2
380 +-golang.org/x/crypto/scrypt
381 +-golang.org/x/crypto/ssh
382 +-golang.org/x/crypto/ssh/terminal
383 +-golang.org/x/crypto/sha3
384 +-golang.org/x/crypto/ripemd160
385 +-golang.org/x/crypto/openpgp
386 ++# golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
387 ++## explicit
388 ++golang.org/x/crypto/blowfish
389 ++golang.org/x/crypto/cast5
390 ++golang.org/x/crypto/chacha20
391 + golang.org/x/crypto/curve25519
392 + golang.org/x/crypto/ed25519
393 +-golang.org/x/crypto/internal/chacha20
394 +-golang.org/x/crypto/poly1305
395 ++golang.org/x/crypto/ed25519/internal/edwards25519
396 ++golang.org/x/crypto/internal/subtle
397 ++golang.org/x/crypto/openpgp
398 + golang.org/x/crypto/openpgp/armor
399 ++golang.org/x/crypto/openpgp/elgamal
400 + golang.org/x/crypto/openpgp/errors
401 + golang.org/x/crypto/openpgp/packet
402 + golang.org/x/crypto/openpgp/s2k
403 +-golang.org/x/crypto/ed25519/internal/edwards25519
404 +-golang.org/x/crypto/internal/subtle
405 +-golang.org/x/crypto/cast5
406 +-golang.org/x/crypto/openpgp/elgamal
407 +-# golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519
408 +-golang.org/x/net/websocket
409 ++golang.org/x/crypto/pbkdf2
410 ++golang.org/x/crypto/poly1305
411 ++golang.org/x/crypto/ripemd160
412 ++golang.org/x/crypto/scrypt
413 ++golang.org/x/crypto/sha3
414 ++golang.org/x/crypto/ssh
415 ++golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
416 ++golang.org/x/crypto/ssh/terminal
417 ++# golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
418 ++## explicit
419 + golang.org/x/net/context
420 +-golang.org/x/net/html/charset
421 + golang.org/x/net/html
422 + golang.org/x/net/html/atom
423 +-# golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
424 ++golang.org/x/net/html/charset
425 ++golang.org/x/net/websocket
426 ++# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
427 ++## explicit
428 + golang.org/x/sync/syncmap
429 +-# golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
430 ++# golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
431 ++## explicit
432 + golang.org/x/sys/cpu
433 ++golang.org/x/sys/internal/unsafeheader
434 ++golang.org/x/sys/plan9
435 + golang.org/x/sys/unix
436 + golang.org/x/sys/windows
437 +-# golang.org/x/text v0.3.0
438 ++# golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
439 ++golang.org/x/term
440 ++# golang.org/x/text v0.3.5
441 + golang.org/x/text/encoding
442 + golang.org/x/text/encoding/charmap
443 + golang.org/x/text/encoding/htmlindex
444 +-golang.org/x/text/transform
445 +-golang.org/x/text/encoding/internal/identifier
446 + golang.org/x/text/encoding/internal
447 ++golang.org/x/text/encoding/internal/identifier
448 + golang.org/x/text/encoding/japanese
449 + golang.org/x/text/encoding/korean
450 + golang.org/x/text/encoding/simplifiedchinese
451 + golang.org/x/text/encoding/traditionalchinese
452 + golang.org/x/text/encoding/unicode
453 +-golang.org/x/text/language
454 ++golang.org/x/text/internal/language
455 ++golang.org/x/text/internal/language/compact
456 ++golang.org/x/text/internal/tag
457 + golang.org/x/text/internal/utf8internal
458 ++golang.org/x/text/language
459 + golang.org/x/text/runes
460 +-golang.org/x/text/internal/tag
461 +-# gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
462 ++golang.org/x/text/transform
463 ++# google.golang.org/protobuf v1.27.1
464 ++google.golang.org/protobuf/encoding/prototext
465 ++google.golang.org/protobuf/encoding/protowire
466 ++google.golang.org/protobuf/internal/descfmt
467 ++google.golang.org/protobuf/internal/descopts
468 ++google.golang.org/protobuf/internal/detrand
469 ++google.golang.org/protobuf/internal/encoding/defval
470 ++google.golang.org/protobuf/internal/encoding/messageset
471 ++google.golang.org/protobuf/internal/encoding/tag
472 ++google.golang.org/protobuf/internal/encoding/text
473 ++google.golang.org/protobuf/internal/errors
474 ++google.golang.org/protobuf/internal/filedesc
475 ++google.golang.org/protobuf/internal/filetype
476 ++google.golang.org/protobuf/internal/flags
477 ++google.golang.org/protobuf/internal/genid
478 ++google.golang.org/protobuf/internal/impl
479 ++google.golang.org/protobuf/internal/order
480 ++google.golang.org/protobuf/internal/pragma
481 ++google.golang.org/protobuf/internal/set
482 ++google.golang.org/protobuf/internal/strs
483 ++google.golang.org/protobuf/internal/version
484 ++google.golang.org/protobuf/proto
485 ++google.golang.org/protobuf/reflect/protodesc
486 ++google.golang.org/protobuf/reflect/protoreflect
487 ++google.golang.org/protobuf/reflect/protoregistry
488 ++google.golang.org/protobuf/runtime/protoiface
489 ++google.golang.org/protobuf/runtime/protoimpl
490 ++google.golang.org/protobuf/types/descriptorpb
491 ++# gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
492 ++## explicit
493 + gopkg.in/check.v1
494 + # gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
495 ++## explicit
496 + gopkg.in/natefinch/npipe.v2
497 + # gopkg.in/olebedev/go-duktape.v3 v3.0.0-20180302121509-abf0ba0be5d5
498 ++## explicit
499 + gopkg.in/olebedev/go-duktape.v3
500 + # gopkg.in/sourcemap.v1 v1.0.5
501 ++## explicit
502 + gopkg.in/sourcemap.v1
503 + gopkg.in/sourcemap.v1/base64vlq
504 + # gopkg.in/urfave/cli.v1 v1.20.0
505 ++## explicit
506 + gopkg.in/urfave/cli.v1
507 ++# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
508 ++gopkg.in/yaml.v3
509 ++# github.com/codahale/hdrhistogram => github.com/HdrHistogram/hdrhistogram-go v0.9.0
510 ++# github.com/uber-go/atomic => github.com/uber-go/atomic v1.4.0
511 ++