Skip to content

Commit 91bcd0b

Browse files
Update module github.com/olekukonko/tablewriter to v1
1 parent 5bf6dd1 commit 91bcd0b

File tree

2 files changed

+203
-2
lines changed

2 files changed

+203
-2
lines changed

go.mod

Lines changed: 184 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,192 @@
11
module github.com/kekeniker/marco
22

3-
go 1.16
3+
go 1.21
4+
5+
toolchain go1.24.5
46

57
require (
6-
github.com/olekukonko/tablewriter v0.0.4
8+
github.com/olekukonko/tablewriter v1.0.9
79
github.com/spf13/cobra v1.1.3
810
github.com/spf13/pflag v1.0.5
911
github.com/spinnaker/spin v0.4.1-0.20201211003717-9e6d8f2f1f78
1012
)
13+
14+
require (
15+
cloud.google.com/go v0.46.3 // indirect
16+
cloud.google.com/go/bigquery v1.0.1 // indirect
17+
cloud.google.com/go/datastore v1.0.0 // indirect
18+
cloud.google.com/go/firestore v1.1.0 // indirect
19+
cloud.google.com/go/pubsub v1.0.1 // indirect
20+
cloud.google.com/go/storage v1.0.0 // indirect
21+
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 // indirect
22+
github.com/BurntSushi/toml v0.3.1 // indirect
23+
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
24+
github.com/OneOfOne/xxhash v1.2.2 // indirect
25+
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
26+
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
27+
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 // indirect
28+
github.com/antihax/optional v1.0.0 // indirect
29+
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e // indirect
30+
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
31+
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
32+
github.com/armon/go-radix v1.0.0 // indirect
33+
github.com/beorn7/perks v1.0.0 // indirect
34+
github.com/bgentry/speakeasy v0.1.0 // indirect
35+
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect
36+
github.com/cespare/xxhash v1.1.0 // indirect
37+
github.com/client9/misspell v0.3.4 // indirect
38+
github.com/coreos/bbolt v1.3.2 // indirect
39+
github.com/coreos/etcd v3.3.13+incompatible // indirect
40+
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
41+
github.com/coreos/go-semver v0.3.0 // indirect
42+
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
43+
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
44+
github.com/cpuguy83/go-md2man v1.0.10 // indirect
45+
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
46+
github.com/davecgh/go-spew v1.1.1 // indirect
47+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
48+
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 // indirect
49+
github.com/fatih/color v1.15.0 // indirect
50+
github.com/fsnotify/fsnotify v1.4.7 // indirect
51+
github.com/ghodss/yaml v1.0.0 // indirect
52+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
53+
github.com/go-kit/kit v0.8.0 // indirect
54+
github.com/go-logfmt/logfmt v0.4.0 // indirect
55+
github.com/go-stack/stack v1.8.0 // indirect
56+
github.com/gogo/protobuf v1.2.1 // indirect
57+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
58+
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
59+
github.com/golang/mock v1.3.1 // indirect
60+
github.com/golang/protobuf v1.3.2 // indirect
61+
github.com/google/btree v1.0.0 // indirect
62+
github.com/google/go-cmp v0.3.0 // indirect
63+
github.com/google/martian v2.1.0+incompatible // indirect
64+
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect
65+
github.com/google/renameio v0.1.0 // indirect
66+
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
67+
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
68+
github.com/gorilla/websocket v1.4.2 // indirect
69+
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
70+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
71+
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
72+
github.com/hashicorp/consul/api v1.1.0 // indirect
73+
github.com/hashicorp/consul/sdk v0.1.1 // indirect
74+
github.com/hashicorp/errwrap v1.0.0 // indirect
75+
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
76+
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
77+
github.com/hashicorp/go-msgpack v0.5.3 // indirect
78+
github.com/hashicorp/go-multierror v1.0.0 // indirect
79+
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
80+
github.com/hashicorp/go-sockaddr v1.0.0 // indirect
81+
github.com/hashicorp/go-syslog v1.0.0 // indirect
82+
github.com/hashicorp/go-uuid v1.0.1 // indirect
83+
github.com/hashicorp/go.net v0.0.1 // indirect
84+
github.com/hashicorp/golang-lru v0.5.1 // indirect
85+
github.com/hashicorp/hcl v1.0.0 // indirect
86+
github.com/hashicorp/logutils v1.0.0 // indirect
87+
github.com/hashicorp/mdns v1.0.0 // indirect
88+
github.com/hashicorp/memberlist v0.1.3 // indirect
89+
github.com/hashicorp/serf v0.8.2 // indirect
90+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
91+
github.com/jonboulle/clockwork v0.1.0 // indirect
92+
github.com/json-iterator/go v1.1.6 // indirect
93+
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 // indirect
94+
github.com/jtolds/gls v4.20.0+incompatible // indirect
95+
github.com/julienschmidt/httprouter v1.2.0 // indirect
96+
github.com/kisielk/errcheck v1.1.0 // indirect
97+
github.com/kisielk/gotool v1.0.0 // indirect
98+
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
99+
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
100+
github.com/kr/pretty v0.1.0 // indirect
101+
github.com/kr/pty v1.1.1 // indirect
102+
github.com/kr/text v0.1.0 // indirect
103+
github.com/magiconair/properties v1.8.1 // indirect
104+
github.com/mattn/go-colorable v0.1.13 // indirect
105+
github.com/mattn/go-isatty v0.0.19 // indirect
106+
github.com/mattn/go-runewidth v0.0.16 // indirect
107+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
108+
github.com/miekg/dns v1.0.14 // indirect
109+
github.com/mitchellh/cli v1.0.0 // indirect
110+
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
111+
github.com/mitchellh/go-homedir v1.1.0 // indirect
112+
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
113+
github.com/mitchellh/gox v0.4.0 // indirect
114+
github.com/mitchellh/iochan v1.0.0 // indirect
115+
github.com/mitchellh/mapstructure v1.1.2 // indirect
116+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
117+
github.com/modern-go/reflect2 v1.0.1 // indirect
118+
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
119+
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce // indirect
120+
github.com/oklog/ulid v1.3.1 // indirect
121+
github.com/olekukonko/errors v1.1.0 // indirect
122+
github.com/olekukonko/ll v0.0.9 // indirect
123+
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0 // indirect
124+
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
125+
github.com/pelletier/go-toml v1.2.0 // indirect
126+
github.com/pkg/errors v0.9.1 // indirect
127+
github.com/pmezard/go-difflib v1.0.0 // indirect
128+
github.com/posener/complete v1.2.1 // indirect
129+
github.com/prometheus/client_golang v0.9.3 // indirect
130+
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
131+
github.com/prometheus/common v0.4.0 // indirect
132+
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 // indirect
133+
github.com/prometheus/tsdb v0.7.1 // indirect
134+
github.com/rivo/uniseg v0.2.0 // indirect
135+
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af // indirect
136+
github.com/rogpeppe/go-internal v1.3.0 // indirect
137+
github.com/russross/blackfriday v1.5.2 // indirect
138+
github.com/russross/blackfriday/v2 v2.0.1 // indirect
139+
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f // indirect
140+
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
141+
github.com/sergi/go-diff v1.1.0 // indirect
142+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
143+
github.com/sirupsen/logrus v1.2.0 // indirect
144+
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
145+
github.com/smartystreets/goconvey v1.6.4 // indirect
146+
github.com/soheilhy/cmux v0.1.4 // indirect
147+
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
148+
github.com/spf13/afero v1.1.2 // indirect
149+
github.com/spf13/cast v1.3.0 // indirect
150+
github.com/spf13/jwalterweatherman v1.0.0 // indirect
151+
github.com/spf13/viper v1.7.0 // indirect
152+
github.com/stretchr/objx v0.1.1 // indirect
153+
github.com/stretchr/testify v1.4.0 // indirect
154+
github.com/subosito/gotenv v1.2.0 // indirect
155+
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
156+
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
157+
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
158+
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
159+
go.etcd.io/bbolt v1.3.2 // indirect
160+
go.opencensus.io v0.22.0 // indirect
161+
go.uber.org/atomic v1.4.0 // indirect
162+
go.uber.org/multierr v1.1.0 // indirect
163+
go.uber.org/zap v1.10.0 // indirect
164+
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
165+
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
166+
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
167+
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
168+
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
169+
golang.org/x/mod v0.1.0 // indirect
170+
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
171+
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
172+
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
173+
golang.org/x/sys v0.12.0 // indirect
174+
golang.org/x/text v0.3.2 // indirect
175+
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
176+
golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc // indirect
177+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
178+
google.golang.org/api v0.13.0 // indirect
179+
google.golang.org/appengine v1.6.2 // indirect
180+
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
181+
google.golang.org/grpc v1.21.1 // indirect
182+
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
183+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
184+
gopkg.in/errgo.v2 v2.1.0 // indirect
185+
gopkg.in/ini.v1 v1.51.0 // indirect
186+
gopkg.in/resty.v1 v1.12.0 // indirect
187+
gopkg.in/yaml.v2 v2.4.0 // indirect
188+
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
189+
k8s.io/client-go v11.0.0+incompatible // indirect
190+
rsc.io/binaryregexp v0.2.0 // indirect
191+
sigs.k8s.io/yaml v1.2.0 // indirect
192+
)

go.sum

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
5151
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
5252
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
5353
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
54+
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
55+
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
5456
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
5557
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
5658
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
@@ -127,12 +129,18 @@ github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czP
127129
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
128130
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=
129131
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
132+
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
133+
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
130134
github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
131135
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
132136
github.com/mattn/go-isatty v0.0.9 h1:d5US/mDsogSGW37IV293h//ZFaeajb69h+EHFsv2xGg=
133137
github.com/mattn/go-isatty v0.0.9/go.mod h1:YNRxwqDuOph6SZLI9vUUz6OYw3QyUt7WiY2yME+cCiQ=
138+
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
139+
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
134140
github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=
135141
github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
142+
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
143+
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
136144
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
137145
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
138146
github.com/mitchellh/cli v1.0.0 h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=
@@ -151,8 +159,15 @@ github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3Rllmb
151159
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
152160
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce/go.mod h1:uFMI8w+ref4v2r9jz+c9i1IfIttS/OkmLfrk1jne5hs=
153161
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
162+
github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM=
163+
github.com/olekukonko/errors v1.1.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
164+
github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI=
165+
github.com/olekukonko/ll v0.0.9/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g=
154166
github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=
155167
github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA=
168+
github.com/olekukonko/tablewriter v1.0.9 h1:XGwRsYLC2bY7bNd93Dk51bcPZksWZmLYuaTHR0FqfL8=
169+
github.com/olekukonko/tablewriter v1.0.9/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo=
170+
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0/go.mod h1:F/7q8/HZz+TXjlsoZQQKVYvXTZaFH4QRa3y+j1p7MS0=
156171
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
157172
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
158173
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -173,6 +188,8 @@ github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
173188
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
174189
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
175190
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
191+
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
192+
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
176193
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
177194
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
178195
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
@@ -288,6 +305,8 @@ golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7w
288305
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
289306
golang.org/x/sys v0.0.0-20190910064555-bbd175535a8b h1:3S2h5FadpNr0zUUCVZjlKIEYF+KaX/OBplTGo89CYHI=
290307
golang.org/x/sys v0.0.0-20190910064555-bbd175535a8b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
308+
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
309+
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
291310
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
292311
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
293312
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=

0 commit comments

Comments
 (0)