Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 0317077

Browse files
committed
vendor: Update go version to 1.15
Without this change the tests were failing with following error: ``` octal literals requires go1.13 or later (-lang was set to go1.12; check go.mod) ``` Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
1 parent f0ef65e commit 0317077

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kinvolk/lokomotive
22

3-
go 1.12
3+
go 1.15
44

55
require (
66
github.com/MakeNowJust/heredoc v1.0.0 // indirect

vendor/modules.txt

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ github.com/Azure/go-ansiterm/winterm
44
# github.com/BurntSushi/toml v0.3.1
55
github.com/BurntSushi/toml
66
# github.com/MakeNowJust/heredoc v1.0.0
7+
## explicit
78
github.com/MakeNowJust/heredoc
89
# github.com/Masterminds/goutils v1.1.0
910
github.com/Masterminds/goutils
@@ -40,8 +41,10 @@ github.com/PuerkitoBio/purell
4041
# github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
4142
github.com/PuerkitoBio/urlesc
4243
# github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
44+
## explicit
4345
github.com/StackExchange/wmi
4446
# github.com/agext/levenshtein v1.2.3
47+
## explicit
4548
github.com/agext/levenshtein
4649
# github.com/apparentlymart/go-textseg/v12 v12.0.0
4750
github.com/apparentlymart/go-textseg/v12/textseg
@@ -52,6 +55,7 @@ github.com/beorn7/perks/quantile
5255
# github.com/cespare/xxhash/v2 v2.1.1
5356
github.com/cespare/xxhash/v2
5457
# github.com/containerd/cgroups v0.0.0-20200308110149-6c3dec43a103
58+
## explicit
5559
github.com/containerd/cgroups/stats/v1
5660
# github.com/containerd/containerd v1.3.4
5761
github.com/containerd/containerd/archive/compression
@@ -70,6 +74,7 @@ github.com/containerd/containerd/remotes/docker/schema1
7074
github.com/containerd/containerd/sys
7175
github.com/containerd/containerd/version
7276
# github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c
77+
## explicit
7378
github.com/containerd/continuity/pathdriver
7479
# github.com/cpuguy83/go-md2man/v2 v2.0.0
7580
github.com/cpuguy83/go-md2man/v2/md2man
@@ -85,6 +90,7 @@ github.com/deislabs/oras/pkg/content
8590
github.com/deislabs/oras/pkg/context
8691
github.com/deislabs/oras/pkg/oras
8792
# github.com/docker/cli v0.0.0-20200312141509-ef2f64abbd37
93+
## explicit
8894
github.com/docker/cli/cli/config
8995
github.com/docker/cli/cli/config/configfile
9096
github.com/docker/cli/cli/config/credentials
@@ -103,6 +109,7 @@ github.com/docker/distribution/registry/client/transport
103109
github.com/docker/distribution/registry/storage/cache
104110
github.com/docker/distribution/registry/storage/cache/memory
105111
# github.com/docker/docker v1.13.1 => github.com/docker/engine v1.4.2-0.20191113042239-ea84732a7725
112+
## explicit
106113
github.com/docker/docker/api/types
107114
github.com/docker/docker/api/types/blkiodev
108115
github.com/docker/docker/api/types/container
@@ -136,20 +143,23 @@ github.com/docker/go-connections/nat
136143
github.com/docker/go-connections/sockets
137144
github.com/docker/go-connections/tlsconfig
138145
# github.com/docker/go-metrics v0.0.1
146+
## explicit
139147
github.com/docker/go-metrics
140148
# github.com/docker/go-units v0.4.0
141149
github.com/docker/go-units
142150
# github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 => github.com/moby/spdystream v0.1.0
143151
github.com/docker/spdystream
144152
github.com/docker/spdystream/spdy
145153
# github.com/emicklei/go-restful v2.12.0+incompatible
154+
## explicit
146155
github.com/emicklei/go-restful
147156
github.com/emicklei/go-restful/log
148157
# github.com/evanphx/json-patch v4.9.0+incompatible
149158
github.com/evanphx/json-patch
150159
# github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
151160
github.com/exponent-io/jsonpath
152161
# github.com/fatih/color v1.9.0
162+
## explicit
153163
github.com/fatih/color
154164
# github.com/fsnotify/fsnotify v1.4.9
155165
github.com/fsnotify/fsnotify
@@ -158,15 +168,18 @@ github.com/ghodss/yaml
158168
# github.com/go-logr/logr v0.2.0
159169
github.com/go-logr/logr
160170
# github.com/go-ole/go-ole v1.2.4
171+
## explicit
161172
github.com/go-ole/go-ole
162173
github.com/go-ole/go-ole/oleutil
163174
# github.com/go-openapi/jsonpointer v0.19.3
164175
github.com/go-openapi/jsonpointer
165176
# github.com/go-openapi/jsonreference v0.19.3
166177
github.com/go-openapi/jsonreference
167178
# github.com/go-openapi/spec v0.19.7 => github.com/go-openapi/spec v0.19.8
179+
## explicit
168180
github.com/go-openapi/spec
169181
# github.com/go-openapi/swag v0.19.8
182+
## explicit
170183
github.com/go-openapi/swag
171184
# github.com/gobwas/glob v0.2.3
172185
github.com/gobwas/glob
@@ -183,6 +196,7 @@ github.com/gogo/protobuf/proto
183196
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
184197
github.com/gogo/protobuf/sortkeys
185198
# github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
199+
## explicit
186200
github.com/golang/glog
187201
# github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
188202
github.com/golang/groupcache/lru
@@ -195,6 +209,7 @@ github.com/golang/protobuf/ptypes/timestamp
195209
# github.com/google/btree v1.0.0
196210
github.com/google/btree
197211
# github.com/google/go-cmp v0.5.2
212+
## explicit
198213
github.com/google/go-cmp/cmp
199214
github.com/google/go-cmp/cmp/internal/diff
200215
github.com/google/go-cmp/cmp/internal/flags
@@ -209,17 +224,21 @@ github.com/googleapis/gnostic/compiler
209224
github.com/googleapis/gnostic/extensions
210225
github.com/googleapis/gnostic/openapiv2
211226
# github.com/gorilla/mux v1.7.4
227+
## explicit
212228
github.com/gorilla/mux
213229
# github.com/gosuri/uitable v0.0.4
214230
github.com/gosuri/uitable
215231
github.com/gosuri/uitable/util/strutil
216232
github.com/gosuri/uitable/util/wordwrap
217233
# github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
234+
## explicit
218235
github.com/gregjones/httpcache
219236
github.com/gregjones/httpcache/diskcache
220237
# github.com/hashicorp/go-version v1.2.0
238+
## explicit
221239
github.com/hashicorp/go-version
222240
# github.com/hashicorp/golang-lru v0.5.4
241+
## explicit
223242
github.com/hashicorp/golang-lru
224243
github.com/hashicorp/golang-lru/simplelru
225244
# github.com/hashicorp/hcl v1.0.0
@@ -234,6 +253,7 @@ github.com/hashicorp/hcl/json/parser
234253
github.com/hashicorp/hcl/json/scanner
235254
github.com/hashicorp/hcl/json/token
236255
# github.com/hashicorp/hcl/v2 v2.7.2
256+
## explicit
237257
github.com/hashicorp/hcl/v2
238258
github.com/hashicorp/hcl/v2/ext/customdecode
239259
github.com/hashicorp/hcl/v2/gohcl
@@ -242,6 +262,7 @@ github.com/hashicorp/hcl/v2/hclsyntax
242262
github.com/hashicorp/hcl/v2/hclwrite
243263
github.com/hashicorp/hcl/v2/json
244264
# github.com/hpcloud/tail v1.0.0
265+
## explicit
245266
github.com/hpcloud/tail
246267
github.com/hpcloud/tail/ratelimiter
247268
github.com/hpcloud/tail/util
@@ -259,7 +280,10 @@ github.com/jmoiron/sqlx/reflectx
259280
# github.com/json-iterator/go v1.1.10
260281
github.com/json-iterator/go
261282
# github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
283+
## explicit
262284
github.com/kardianos/osext
285+
# github.com/kylelemons/godebug v1.1.0
286+
## explicit
263287
# github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
264288
github.com/lann/builder
265289
# github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
@@ -271,30 +295,37 @@ github.com/lib/pq/scram
271295
# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
272296
github.com/liggitt/tabwriter
273297
# github.com/linkerd/linkerd2 v0.5.1-0.20200623171206-83ae0ccf0f1a
298+
## explicit
274299
github.com/linkerd/linkerd2/pkg/tls
275300
# github.com/magiconair/properties v1.8.1
276301
github.com/magiconair/properties
277302
# github.com/mailru/easyjson v0.7.1
303+
## explicit
278304
github.com/mailru/easyjson/buffer
279305
github.com/mailru/easyjson/jlexer
280306
github.com/mailru/easyjson/jwriter
281307
# github.com/mattn/go-colorable v0.1.6
308+
## explicit
282309
github.com/mattn/go-colorable
283310
# github.com/mattn/go-isatty v0.0.12
284311
github.com/mattn/go-isatty
285312
# github.com/mattn/go-runewidth v0.0.8
313+
## explicit
286314
github.com/mattn/go-runewidth
287315
# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
288316
github.com/matttproud/golang_protobuf_extensions/pbutil
289317
# github.com/mitchellh/copystructure v1.0.0
290318
github.com/mitchellh/copystructure
291319
# github.com/mitchellh/go-homedir v1.1.0
320+
## explicit
292321
github.com/mitchellh/go-homedir
293322
# github.com/mitchellh/go-wordwrap v1.0.1
323+
## explicit
294324
github.com/mitchellh/go-wordwrap
295325
# github.com/mitchellh/mapstructure v1.1.2
296326
github.com/mitchellh/mapstructure
297327
# github.com/mitchellh/reflectwalk v1.0.1
328+
## explicit
298329
github.com/mitchellh/reflectwalk
299330
# github.com/moby/term v0.0.0-20200312100748-672ec06f55cd
300331
github.com/moby/term
@@ -314,16 +345,20 @@ github.com/opencontainers/image-spec/specs-go/v1
314345
github.com/opencontainers/runc/libcontainer/system
315346
github.com/opencontainers/runc/libcontainer/user
316347
# github.com/packethost/packngo v0.2.0
348+
## explicit
317349
github.com/packethost/packngo
318350
# github.com/pelletier/go-toml v1.6.0
351+
## explicit
319352
github.com/pelletier/go-toml
320353
# github.com/peterbourgon/diskv v2.0.1+incompatible
321354
github.com/peterbourgon/diskv
322355
# github.com/pkg/errors v0.9.1
323356
github.com/pkg/errors
324357
# github.com/prometheus/alertmanager v0.20.0
358+
## explicit
325359
github.com/prometheus/alertmanager/pkg/modtimevfs
326360
# github.com/prometheus/client_golang v1.7.1
361+
## explicit
327362
github.com/prometheus/client_golang/api
328363
github.com/prometheus/client_golang/api/prometheus/v1
329364
github.com/prometheus/client_golang/prometheus
@@ -339,14 +374,18 @@ github.com/prometheus/common/model
339374
github.com/prometheus/procfs
340375
github.com/prometheus/procfs/internal/fs
341376
github.com/prometheus/procfs/internal/util
377+
# github.com/rogpeppe/go-internal v1.6.1
378+
## explicit
342379
# github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
343380
github.com/rubenv/sql-migrate
344381
github.com/rubenv/sql-migrate/sqlparse
345382
# github.com/russross/blackfriday v2.0.0+incompatible => github.com/russross/blackfriday v1.5.2
383+
## explicit
346384
github.com/russross/blackfriday
347385
# github.com/russross/blackfriday/v2 v2.0.1
348386
github.com/russross/blackfriday/v2
349387
# github.com/shirou/gopsutil v2.20.2+incompatible
388+
## explicit
350389
github.com/shirou/gopsutil/cpu
351390
github.com/shirou/gopsutil/internal/common
352391
github.com/shirou/gopsutil/mem
@@ -355,37 +394,46 @@ github.com/shirou/gopsutil/process
355394
# github.com/shopspring/decimal v1.2.0
356395
github.com/shopspring/decimal
357396
# github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
397+
## explicit
358398
github.com/shurcooL/httpfs/union
359399
github.com/shurcooL/httpfs/vfsutil
360400
# github.com/shurcooL/sanitized_anchor_name v1.0.0
361401
github.com/shurcooL/sanitized_anchor_name
362402
# github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
403+
## explicit
363404
github.com/shurcooL/vfsgen
364405
# github.com/sirupsen/logrus v1.7.0
406+
## explicit
365407
github.com/sirupsen/logrus
366408
# github.com/spf13/afero v1.2.2
367409
github.com/spf13/afero
368410
github.com/spf13/afero/mem
369411
# github.com/spf13/cast v1.3.1
370412
github.com/spf13/cast
371413
# github.com/spf13/cobra v1.1.1
414+
## explicit
372415
github.com/spf13/cobra
373416
github.com/spf13/cobra/doc
374417
# github.com/spf13/jwalterweatherman v1.1.0
418+
## explicit
375419
github.com/spf13/jwalterweatherman
376420
# github.com/spf13/pflag v1.0.5
421+
## explicit
377422
github.com/spf13/pflag
378423
# github.com/spf13/viper v1.7.0
424+
## explicit
379425
github.com/spf13/viper
380426
# github.com/subosito/gotenv v1.2.0
381427
github.com/subosito/gotenv
382428
# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
429+
## explicit
383430
github.com/xeipuuv/gojsonpointer
384431
# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
385432
github.com/xeipuuv/gojsonreference
386433
# github.com/xeipuuv/gojsonschema v1.2.0
387434
github.com/xeipuuv/gojsonschema
388435
# github.com/zclconf/go-cty v1.7.0
436+
## explicit
389437
github.com/zclconf/go-cty/cty
390438
github.com/zclconf/go-cty/cty/convert
391439
github.com/zclconf/go-cty/cty/function
@@ -446,6 +494,8 @@ golang.org/x/text/unicode/norm
446494
golang.org/x/text/width
447495
# golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
448496
golang.org/x/time/rate
497+
# golang.org/x/tools v0.0.0-20200731060945-b5fad4ed8dd6
498+
## explicit
449499
# google.golang.org/appengine v1.6.5
450500
google.golang.org/appengine/internal
451501
google.golang.org/appengine/internal/base
@@ -457,6 +507,7 @@ google.golang.org/appengine/urlfetch
457507
# google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a
458508
google.golang.org/genproto/googleapis/rpc/status
459509
# google.golang.org/grpc v1.28.0
510+
## explicit
460511
google.golang.org/grpc/codes
461512
google.golang.org/grpc/connectivity
462513
google.golang.org/grpc/grpclog
@@ -500,12 +551,14 @@ gopkg.in/gorp.v1
500551
# gopkg.in/inf.v0 v0.9.1
501552
gopkg.in/inf.v0
502553
# gopkg.in/ini.v1 v1.54.0
554+
## explicit
503555
gopkg.in/ini.v1
504556
# gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
505557
gopkg.in/tomb.v1
506558
# gopkg.in/yaml.v2 v2.3.0
507559
gopkg.in/yaml.v2
508560
# helm.sh/helm/v3 v3.5.1 => github.com/kinvolk/helm/v3 v3.5.1-2-g498bb0c0
561+
## explicit
509562
helm.sh/helm/v3/internal/experimental/registry
510563
helm.sh/helm/v3/internal/fileutil
511564
helm.sh/helm/v3/internal/ignore
@@ -542,6 +595,7 @@ helm.sh/helm/v3/pkg/storage
542595
helm.sh/helm/v3/pkg/storage/driver
543596
helm.sh/helm/v3/pkg/time
544597
# k8s.io/api v0.20.2
598+
## explicit
545599
k8s.io/api/admission/v1
546600
k8s.io/api/admission/v1beta1
547601
k8s.io/api/admissionregistration/v1
@@ -593,6 +647,7 @@ k8s.io/apiextensions-apiserver/pkg/apis/apiextensions
593647
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1
594648
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1
595649
# k8s.io/apimachinery v0.20.2
650+
## explicit
596651
k8s.io/apimachinery/pkg/api/equality
597652
k8s.io/apimachinery/pkg/api/errors
598653
k8s.io/apimachinery/pkg/api/meta
@@ -661,6 +716,7 @@ k8s.io/cli-runtime/pkg/kustomize/k8sdeps/validator
661716
k8s.io/cli-runtime/pkg/printers
662717
k8s.io/cli-runtime/pkg/resource
663718
# k8s.io/client-go v0.20.2 => k8s.io/client-go v0.20.2
719+
## explicit
664720
k8s.io/client-go/discovery
665721
k8s.io/client-go/discovery/cached/disk
666722
k8s.io/client-go/discovery/cached/memory
@@ -846,4 +902,12 @@ sigs.k8s.io/kustomize/pkg/types
846902
# sigs.k8s.io/structured-merge-diff/v4 v4.0.2
847903
sigs.k8s.io/structured-merge-diff/v4/value
848904
# sigs.k8s.io/yaml v1.2.0
905+
## explicit
849906
sigs.k8s.io/yaml
907+
# github.com/docker/docker => github.com/docker/engine v1.4.2-0.20191113042239-ea84732a7725
908+
# github.com/docker/spdystream => github.com/moby/spdystream v0.1.0
909+
# github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
910+
# github.com/russross/blackfriday => github.com/russross/blackfriday v1.5.2
911+
# helm.sh/helm/v3 => github.com/kinvolk/helm/v3 v3.5.1-2-g498bb0c0
912+
# github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.8
913+
# k8s.io/client-go => k8s.io/client-go v0.20.2

0 commit comments

Comments
 (0)