TUN-5129: Use go 1.17 and copy .git folder to docker build to compute version

This commit is contained in:
cthuang
2021-09-21 12:06:27 +01:00
committed by Chung Ting Huang
parent 548e85829a
commit d54c8cc745
65 changed files with 99 additions and 1606 deletions

89
vendor/modules.txt vendored
View File

@@ -1,23 +1,28 @@
# github.com/BurntSushi/toml v0.3.1
## explicit
github.com/BurntSushi/toml
# github.com/beorn7/perks v1.0.1
## explicit; go 1.11
github.com/beorn7/perks/quantile
# github.com/caddyserver/caddy v1.0.5
## explicit; go 1.13
github.com/caddyserver/caddy
github.com/caddyserver/caddy/caddyfile
github.com/caddyserver/caddy/telemetry
# github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894
## explicit
## explicit; go 1.12
github.com/certifi/gocertifi
# github.com/cespare/xxhash/v2 v2.1.1
## explicit; go 1.11
github.com/cespare/xxhash/v2
# github.com/cheekybits/genny v1.0.0
## explicit
github.com/cheekybits/genny
github.com/cheekybits/genny/generic
github.com/cheekybits/genny/out
github.com/cheekybits/genny/parse
# github.com/cloudflare/brotli-go v0.0.0-20191101163834-d34379f7ff93
## explicit
## explicit; go 1.12
github.com/cloudflare/brotli-go
github.com/cloudflare/brotli-go/brotli
github.com/cloudflare/brotli-go/common
@@ -27,7 +32,7 @@ github.com/cloudflare/brotli-go/enc
## explicit
github.com/cloudflare/golibs/lrucache
# github.com/coredns/coredns v1.7.0
## explicit
## explicit; go 1.13
github.com/coredns/coredns/core/dnsserver
github.com/coredns/coredns/coremain
github.com/coredns/coredns/pb
@@ -61,9 +66,10 @@ github.com/coreos/go-oidc/jose
## explicit
github.com/coreos/go-systemd/daemon
# github.com/cpuguy83/go-md2man/v2 v2.0.0
## explicit
## explicit; go 1.12
github.com/cpuguy83/go-md2man/v2/md2man
# github.com/davecgh/go-spew v1.1.1
## explicit
github.com/davecgh/go-spew/spew
# github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51
## explicit
@@ -77,14 +83,16 @@ github.com/facebookgo/grace/gracenet
# github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870
## explicit
# github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
## explicit
github.com/flynn/go-shlex
# github.com/fsnotify/fsnotify v1.4.9
## explicit
## explicit; go 1.13
github.com/fsnotify/fsnotify
# github.com/gdamore/encoding v1.0.0
## explicit; go 1.9
github.com/gdamore/encoding
# github.com/gdamore/tcell v1.3.0
## explicit
## explicit; go 1.12
github.com/gdamore/tcell
github.com/gdamore/tcell/terminfo
github.com/gdamore/tcell/terminfo/a/adm3a
@@ -139,6 +147,7 @@ github.com/gdamore/tcell/terminfo/x/xterm_kitty
## explicit
github.com/getsentry/raven-go
# github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
## explicit; go 1.13
github.com/go-task/slim-sprig
# github.com/gobwas/httphead v0.0.0-20200921212729-da3d93bc3c58
## explicit
@@ -157,6 +166,7 @@ github.com/gobwas/ws/wsutil
## explicit
github.com/golang-collections/collections/queue
# github.com/golang/protobuf v1.5.2
## explicit; go 1.9
github.com/golang/protobuf/proto
github.com/golang/protobuf/ptypes
github.com/golang/protobuf/ptypes/any
@@ -169,19 +179,20 @@ github.com/google/uuid
## explicit
github.com/gorilla/mux
# github.com/gorilla/websocket v1.4.2
## explicit
## explicit; go 1.12
github.com/gorilla/websocket
# github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
## explicit
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc
# github.com/json-iterator/go v1.1.10
## explicit
## explicit; go 1.12
github.com/json-iterator/go
# github.com/kr/text v0.2.0
## explicit
# github.com/kylelemons/godebug v1.1.0
## explicit
## explicit; go 1.11
# github.com/lucas-clemente/quic-go v0.23.0
## explicit
## explicit; go 1.16
github.com/lucas-clemente/quic-go
github.com/lucas-clemente/quic-go/internal/ackhandler
github.com/lucas-clemente/quic-go/internal/congestion
@@ -196,39 +207,49 @@ github.com/lucas-clemente/quic-go/internal/wire
github.com/lucas-clemente/quic-go/logging
github.com/lucas-clemente/quic-go/quicvarint
# github.com/lucasb-eyer/go-colorful v1.0.3
## explicit; go 1.12
github.com/lucasb-eyer/go-colorful
# github.com/marten-seemann/qtls-go1-16 v0.1.4
## explicit; go 1.16
github.com/marten-seemann/qtls-go1-16
# github.com/marten-seemann/qtls-go1-17 v0.1.0
## explicit; go 1.17
github.com/marten-seemann/qtls-go1-17
# github.com/mattn/go-colorable v0.1.8
## explicit
## explicit; go 1.13
github.com/mattn/go-colorable
# github.com/mattn/go-isatty v0.0.12
## explicit; go 1.12
github.com/mattn/go-isatty
# github.com/mattn/go-runewidth v0.0.8
## explicit; go 1.9
github.com/mattn/go-runewidth
# github.com/matttproud/golang_protobuf_extensions v1.0.1
## explicit
github.com/matttproud/golang_protobuf_extensions/pbutil
# github.com/miekg/dns v1.1.31
## explicit
## explicit; go 1.12
github.com/miekg/dns
# github.com/mitchellh/go-homedir v1.1.0
## explicit
github.com/mitchellh/go-homedir
# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
## explicit
github.com/modern-go/concurrent
# github.com/modern-go/reflect2 v1.0.1
## explicit
github.com/modern-go/reflect2
# github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
## explicit
## explicit; go 1.12
# github.com/nxadm/tail v1.4.8
## explicit; go 1.13
github.com/nxadm/tail
github.com/nxadm/tail/ratelimiter
github.com/nxadm/tail/util
github.com/nxadm/tail/watch
github.com/nxadm/tail/winfile
# github.com/onsi/ginkgo v1.16.4
## explicit; go 1.15
github.com/onsi/ginkgo/config
github.com/onsi/ginkgo/formatter
github.com/onsi/ginkgo/ginkgo
@@ -253,7 +274,7 @@ github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable
github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty
github.com/onsi/ginkgo/types
# github.com/opentracing/opentracing-go v1.2.0
## explicit
## explicit; go 1.14
github.com/opentracing/opentracing-go
github.com/opentracing/opentracing-go/ext
github.com/opentracing/opentracing-go/log
@@ -261,32 +282,35 @@ github.com/opentracing/opentracing-go/log
## explicit
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35
## explicit
github.com/pquerna/cachecontrol
github.com/pquerna/cachecontrol/cacheobject
# github.com/prometheus/client_golang v1.7.1
## explicit
## explicit; go 1.11
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/internal
github.com/prometheus/client_golang/prometheus/promhttp
# github.com/prometheus/client_model v0.2.0
## explicit
## explicit; go 1.9
github.com/prometheus/client_model/go
# github.com/prometheus/common v0.13.0
## explicit
## explicit; go 1.11
github.com/prometheus/common/expfmt
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
github.com/prometheus/common/model
# github.com/prometheus/procfs v0.1.3
## explicit; go 1.12
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
## explicit
## explicit; go 1.12
github.com/rivo/tview
# github.com/rivo/uniseg v0.1.0
## explicit; go 1.12
github.com/rivo/uniseg
# github.com/rs/zerolog v1.20.0
## explicit
@@ -298,20 +322,20 @@ github.com/rs/zerolog/log
## explicit
github.com/russross/blackfriday/v2
# github.com/stretchr/testify v1.6.0
## explicit
## explicit; go 1.13
github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# github.com/urfave/cli/v2 v2.2.0 => github.com/ipostelnik/cli/v2 v2.3.1-0.20210324024421-b6ea8234fe3d
## explicit
## explicit; go 1.11
github.com/urfave/cli/v2
github.com/urfave/cli/v2/altsrc
# go.uber.org/automaxprocs v1.4.0
## explicit
## explicit; go 1.13
go.uber.org/automaxprocs/internal/cgroups
go.uber.org/automaxprocs/internal/runtime
go.uber.org/automaxprocs/maxprocs
# golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
## explicit
## explicit; go 1.11
golang.org/x/crypto/blake2b
golang.org/x/crypto/blowfish
golang.org/x/crypto/chacha20
@@ -332,10 +356,11 @@ golang.org/x/crypto/ssh
golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
golang.org/x/crypto/ssh/terminal
# golang.org/x/mod v0.4.2
## explicit; go 1.12
golang.org/x/mod/module
golang.org/x/mod/semver
# golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
## explicit
## explicit; go 1.11
golang.org/x/net/bpf
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
@@ -353,14 +378,14 @@ golang.org/x/net/proxy
golang.org/x/net/trace
golang.org/x/net/websocket
# golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
## explicit
## explicit; go 1.11
golang.org/x/oauth2
golang.org/x/oauth2/internal
# golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
## explicit
golang.org/x/sync/errgroup
# golang.org/x/sys v0.0.0-20210510120138-977fb7262007
## explicit
## explicit; go 1.17
golang.org/x/sys/cpu
golang.org/x/sys/execabs
golang.org/x/sys/internal/unsafeheader
@@ -372,9 +397,10 @@ golang.org/x/sys/windows/svc
golang.org/x/sys/windows/svc/eventlog
golang.org/x/sys/windows/svc/mgr
# golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
## explicit
## explicit; go 1.11
golang.org/x/term
# golang.org/x/text v0.3.6
## explicit; go 1.11
golang.org/x/text/encoding
golang.org/x/text/encoding/internal/identifier
golang.org/x/text/secure/bidirule
@@ -382,6 +408,7 @@ golang.org/x/text/transform
golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
# golang.org/x/tools v0.1.1
## explicit; go 1.17
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/ast/inspector
golang.org/x/tools/imports
@@ -394,9 +421,11 @@ golang.org/x/tools/internal/gocommand
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/imports
# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
## explicit; go 1.11
golang.org/x/xerrors
golang.org/x/xerrors/internal
# google.golang.org/appengine v1.6.6
## explicit; go 1.11
google.golang.org/appengine/internal
google.golang.org/appengine/internal/base
google.golang.org/appengine/internal/datastore
@@ -405,10 +434,10 @@ google.golang.org/appengine/internal/remote_api
google.golang.org/appengine/internal/urlfetch
google.golang.org/appengine/urlfetch
# google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d
## explicit
## explicit; go 1.11
google.golang.org/genproto/googleapis/rpc/status
# google.golang.org/grpc v1.32.0
## explicit
## explicit; go 1.11
google.golang.org/grpc
google.golang.org/grpc/attributes
google.golang.org/grpc/backoff
@@ -450,6 +479,7 @@ google.golang.org/grpc/stats
google.golang.org/grpc/status
google.golang.org/grpc/tap
# google.golang.org/protobuf v1.26.0
## explicit; go 1.9
google.golang.org/protobuf/encoding/prototext
google.golang.org/protobuf/encoding/protowire
google.golang.org/protobuf/internal/descfmt
@@ -494,9 +524,10 @@ gopkg.in/square/go-jose.v2
gopkg.in/square/go-jose.v2/cipher
gopkg.in/square/go-jose.v2/json
# gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
## explicit
gopkg.in/tomb.v1
# gopkg.in/yaml.v2 v2.4.0
## explicit
## explicit; go 1.15
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
## explicit