sync ports with The Matrix
This commit is contained in:
parent
358e427f5b
commit
6f57aa08fd
149 changed files with 1364 additions and 3248 deletions
|
@ -1,11 +1,11 @@
|
|||
MODGO_MODULES = \
|
||||
cloud.google.com/go v0.105.0 \
|
||||
cloud.google.com/go v0.110.0 \
|
||||
cloud.google.com/go/bigquery v1.8.0 \
|
||||
cloud.google.com/go/compute v1.14.0 \
|
||||
cloud.google.com/go/compute v1.19.0 \
|
||||
cloud.google.com/go/compute/metadata v0.2.3 \
|
||||
cloud.google.com/go/datastore v1.1.0 \
|
||||
cloud.google.com/go/firestore v1.9.0 \
|
||||
cloud.google.com/go/longrunning v0.3.0 \
|
||||
cloud.google.com/go/longrunning v0.4.1 \
|
||||
cloud.google.com/go/pubsub v1.3.1 \
|
||||
cloud.google.com/go/storage v1.14.0 \
|
||||
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 \
|
||||
|
@ -37,14 +37,14 @@ MODGO_MODULES = \
|
|||
github.com/coreos/go-systemd/v22 v22.3.2 \
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.2 \
|
||||
github.com/creack/pty v1.1.17 \
|
||||
github.com/danieljoos/wincred v1.1.2 \
|
||||
github.com/danieljoos/wincred v1.2.0 \
|
||||
github.com/davecgh/go-spew v1.1.1 \
|
||||
github.com/dlclark/regexp2 v1.9.0 \
|
||||
github.com/dlclark/regexp2 v1.10.0 \
|
||||
github.com/dustin/go-humanize v1.0.1 \
|
||||
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad \
|
||||
github.com/envoyproxy/protoc-gen-validate v0.1.0 \
|
||||
github.com/fatih/color v1.15.0 \
|
||||
github.com/frankban/quicktest v1.14.3 \
|
||||
github.com/frankban/quicktest v1.14.4 \
|
||||
github.com/fsnotify/fsnotify v1.6.0 \
|
||||
github.com/gdamore/encoding v1.0.0 \
|
||||
github.com/gdamore/tcell/v2 v2.6.0 \
|
||||
|
@ -63,14 +63,15 @@ MODGO_MODULES = \
|
|||
github.com/google/martian/v3 v3.1.0 \
|
||||
github.com/google/pprof v0.0.0-20201218002935-b9804c9f04c2 \
|
||||
github.com/google/renameio v1.0.1 \
|
||||
github.com/google/s2a-go v0.1.3 \
|
||||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 \
|
||||
github.com/google/uuid v1.1.2 \
|
||||
github.com/googleapis/enterprise-certificate-proxy v0.2.1 \
|
||||
github.com/googleapis/gax-go/v2 v2.7.0 \
|
||||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 \
|
||||
github.com/googleapis/gax-go/v2 v2.8.0 \
|
||||
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 \
|
||||
github.com/gorilla/css v1.0.0 \
|
||||
github.com/gosuri/uilive v0.0.4 \
|
||||
github.com/hashicorp/consul/api v1.18.0 \
|
||||
github.com/hashicorp/consul/api v1.20.0 \
|
||||
github.com/hashicorp/errwrap v1.1.0 \
|
||||
github.com/hashicorp/go-cleanhttp v0.5.2 \
|
||||
github.com/hashicorp/go-hclog v1.2.0 \
|
||||
|
@ -91,17 +92,17 @@ MODGO_MODULES = \
|
|||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 \
|
||||
github.com/kisielk/gotool v1.0.0 \
|
||||
github.com/kr/fs v0.1.0 \
|
||||
github.com/kr/pretty v0.3.0 \
|
||||
github.com/kr/pretty v0.3.1 \
|
||||
github.com/kr/pty v1.1.1 \
|
||||
github.com/kr/text v0.2.0 \
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0 \
|
||||
github.com/lunixbochs/vtclean v1.0.0 \
|
||||
github.com/magiconair/properties v1.8.7 \
|
||||
github.com/mattn/go-colorable v0.1.13 \
|
||||
github.com/mattn/go-isatty v0.0.18 \
|
||||
github.com/mattn/go-isatty v0.0.19 \
|
||||
github.com/mattn/go-runewidth v0.0.14 \
|
||||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d \
|
||||
github.com/microcosm-cc/bluemonday v1.0.23 \
|
||||
github.com/microcosm-cc/bluemonday v1.0.24 \
|
||||
github.com/mitchellh/go-homedir v1.1.0 \
|
||||
github.com/mitchellh/mapstructure v1.5.0 \
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd \
|
||||
|
@ -111,58 +112,58 @@ MODGO_MODULES = \
|
|||
github.com/olekukonko/tablewriter v0.0.5 \
|
||||
github.com/otiai10/copy v1.11.0 \
|
||||
github.com/otiai10/mint v1.5.1 \
|
||||
github.com/pelletier/go-toml/v2 v2.0.7 \
|
||||
github.com/pelletier/go-toml/v2 v2.0.8 \
|
||||
github.com/pkg/errors v0.9.1 \
|
||||
github.com/pkg/sftp v1.13.1 \
|
||||
github.com/pmezard/go-difflib v1.0.0 \
|
||||
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 \
|
||||
github.com/rivo/tview v0.0.0-20211029142923-a4acb08f513e \
|
||||
github.com/rivo/tview v0.0.0-20230621164836-6cc0565babaf \
|
||||
github.com/rivo/uniseg v0.4.4 \
|
||||
github.com/rogpeppe/go-internal v1.6.1 \
|
||||
github.com/rogpeppe/go-internal v1.9.0 \
|
||||
github.com/russross/blackfriday/v2 v2.1.0 \
|
||||
github.com/sagikazarmark/crypt v0.9.0 \
|
||||
github.com/sagikazarmark/crypt v0.10.0 \
|
||||
github.com/sergi/go-diff v1.0.0 \
|
||||
github.com/spf13/afero v1.9.5 \
|
||||
github.com/spf13/cast v1.5.0 \
|
||||
github.com/spf13/cast v1.5.1 \
|
||||
github.com/spf13/cobra v1.7.0 \
|
||||
github.com/spf13/jwalterweatherman v1.1.0 \
|
||||
github.com/spf13/pflag v1.0.5 \
|
||||
github.com/spf13/viper v1.15.0 \
|
||||
github.com/spf13/viper v1.16.0 \
|
||||
github.com/stretchr/objx v0.5.0 \
|
||||
github.com/stretchr/testify v1.8.1 \
|
||||
github.com/stretchr/testify v1.8.3 \
|
||||
github.com/subosito/gotenv v1.4.2 \
|
||||
github.com/tidwall/pretty v1.2.1 \
|
||||
github.com/xanzy/go-gitlab v0.83.0 \
|
||||
github.com/xanzy/go-gitlab v0.88.0 \
|
||||
github.com/yuin/goldmark v1.5.4 \
|
||||
github.com/yuin/goldmark-emoji v1.0.1 \
|
||||
github.com/zalando/go-keyring v0.2.2 \
|
||||
go.etcd.io/etcd/api/v3 v3.5.6 \
|
||||
go.etcd.io/etcd/client/pkg/v3 v3.5.6 \
|
||||
go.etcd.io/etcd/client/v2 v2.305.6 \
|
||||
go.etcd.io/etcd/client/v3 v3.5.6 \
|
||||
github.com/zalando/go-keyring v0.2.3 \
|
||||
go.etcd.io/etcd/api/v3 v3.5.9 \
|
||||
go.etcd.io/etcd/client/pkg/v3 v3.5.9 \
|
||||
go.etcd.io/etcd/client/v2 v2.305.7 \
|
||||
go.etcd.io/etcd/client/v3 v3.5.9 \
|
||||
go.opencensus.io v0.24.0 \
|
||||
go.uber.org/atomic v1.9.0 \
|
||||
go.uber.org/multierr v1.8.0 \
|
||||
go.uber.org/zap v1.21.0 \
|
||||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa \
|
||||
golang.org/x/crypto v0.9.0 \
|
||||
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 \
|
||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b \
|
||||
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 \
|
||||
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 \
|
||||
golang.org/x/mod v0.8.0 \
|
||||
golang.org/x/net v0.9.0 \
|
||||
golang.org/x/oauth2 v0.7.0 \
|
||||
golang.org/x/sync v0.1.0 \
|
||||
golang.org/x/sys v0.7.0 \
|
||||
golang.org/x/term v0.7.0 \
|
||||
golang.org/x/net v0.10.0 \
|
||||
golang.org/x/oauth2 v0.8.0 \
|
||||
golang.org/x/sync v0.2.0 \
|
||||
golang.org/x/sys v0.8.0 \
|
||||
golang.org/x/term v0.8.0 \
|
||||
golang.org/x/text v0.9.0 \
|
||||
golang.org/x/time v0.3.0 \
|
||||
golang.org/x/tools v0.6.0 \
|
||||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 \
|
||||
google.golang.org/api v0.107.0 \
|
||||
google.golang.org/api v0.122.0 \
|
||||
google.golang.org/appengine v1.6.7 \
|
||||
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef \
|
||||
google.golang.org/grpc v1.52.0 \
|
||||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 \
|
||||
google.golang.org/grpc v1.55.0 \
|
||||
google.golang.org/protobuf v1.30.0 \
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 \
|
||||
gopkg.in/errgo.v2 v2.1.0 \
|
||||
|
@ -219,7 +220,6 @@ MODGO_MODFILES = \
|
|||
github.com/envoyproxy/go-control-plane v0.9.7 \
|
||||
github.com/fatih/color v1.13.0 \
|
||||
github.com/fatih/color v1.7.0 \
|
||||
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1 \
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72 \
|
||||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 \
|
||||
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 \
|
||||
|
@ -257,7 +257,6 @@ MODGO_MODFILES = \
|
|||
github.com/google/go-cmp v0.5.2 \
|
||||
github.com/google/go-cmp v0.5.4 \
|
||||
github.com/google/go-cmp v0.5.5 \
|
||||
github.com/google/go-cmp v0.5.7 \
|
||||
github.com/google/go-cmp v0.5.8 \
|
||||
github.com/google/martian/v3 v3.0.0 \
|
||||
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 \
|
||||
|
@ -287,17 +286,14 @@ MODGO_MODFILES = \
|
|||
github.com/mattn/go-isatty v0.0.17 \
|
||||
github.com/mattn/go-isatty v0.0.8 \
|
||||
github.com/mattn/go-runewidth v0.0.12 \
|
||||
github.com/mattn/go-runewidth v0.0.13 \
|
||||
github.com/mattn/go-runewidth v0.0.9 \
|
||||
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b \
|
||||
github.com/microcosm-cc/bluemonday v1.0.21 \
|
||||
github.com/muesli/termenv v0.13.0 \
|
||||
github.com/pelletier/go-toml/v2 v2.0.6 \
|
||||
github.com/rivo/uniseg v0.1.0 \
|
||||
github.com/rivo/uniseg v0.2.0 \
|
||||
github.com/rivo/uniseg v0.4.3 \
|
||||
github.com/rogpeppe/go-internal v1.3.0 \
|
||||
github.com/spf13/afero v1.9.3 \
|
||||
github.com/stretchr/objx v0.1.0 \
|
||||
github.com/stretchr/objx v0.4.0 \
|
||||
github.com/stretchr/testify v1.2.2 \
|
||||
|
@ -308,6 +304,7 @@ MODGO_MODFILES = \
|
|||
github.com/stretchr/testify v1.7.1 \
|
||||
github.com/stretchr/testify v1.7.5 \
|
||||
github.com/stretchr/testify v1.8.0 \
|
||||
github.com/stretchr/testify v1.8.1 \
|
||||
github.com/yuin/goldmark v1.1.25 \
|
||||
github.com/yuin/goldmark v1.1.27 \
|
||||
github.com/yuin/goldmark v1.1.32 \
|
||||
|
@ -327,7 +324,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 \
|
||||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b \
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 \
|
||||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e \
|
||||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa \
|
||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 \
|
||||
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 \
|
||||
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 \
|
||||
|
@ -392,7 +389,6 @@ MODGO_MODFILES = \
|
|||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 \
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b \
|
||||
golang.org/x/net v0.0.0-20221002022538-bcab6841153b \
|
||||
golang.org/x/net v0.4.0 \
|
||||
golang.org/x/net v0.8.0 \
|
||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be \
|
||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 \
|
||||
|
@ -403,8 +399,8 @@ MODGO_MODFILES = \
|
|||
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 \
|
||||
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 \
|
||||
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99 \
|
||||
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 \
|
||||
golang.org/x/oauth2 v0.6.0 \
|
||||
golang.org/x/oauth2 v0.7.0 \
|
||||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f \
|
||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f \
|
||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 \
|
||||
|
@ -416,6 +412,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 \
|
||||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a \
|
||||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 \
|
||||
golang.org/x/sync v0.1.0 \
|
||||
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 \
|
||||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a \
|
||||
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 \
|
||||
|
@ -449,11 +446,9 @@ MODGO_MODFILES = \
|
|||
golang.org/x/sys v0.0.0-20210104204734-6f8348627aad \
|
||||
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 \
|
||||
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 \
|
||||
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 \
|
||||
golang.org/x/sys v0.0.0-20210423082822-04245dca01da \
|
||||
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 \
|
||||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 \
|
||||
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c \
|
||||
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 \
|
||||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a \
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 \
|
||||
|
@ -461,12 +456,9 @@ MODGO_MODFILES = \
|
|||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 \
|
||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab \
|
||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956 \
|
||||
golang.org/x/sys v0.3.0 \
|
||||
golang.org/x/sys v0.5.0 \
|
||||
golang.org/x/sys v0.6.0 \
|
||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 \
|
||||
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf \
|
||||
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d \
|
||||
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 \
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \
|
||||
golang.org/x/term v0.1.0 \
|
||||
|
@ -479,7 +471,6 @@ MODGO_MODFILES = \
|
|||
golang.org/x/text v0.3.4 \
|
||||
golang.org/x/text v0.3.6 \
|
||||
golang.org/x/text v0.3.7 \
|
||||
golang.org/x/text v0.5.0 \
|
||||
golang.org/x/text v0.7.0 \
|
||||
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c \
|
||||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 \
|
||||
|
@ -627,7 +618,6 @@ MODGO_MODFILES = \
|
|||
google.golang.org/protobuf v1.26.0 \
|
||||
google.golang.org/protobuf v1.26.0-rc.1 \
|
||||
google.golang.org/protobuf v1.28.0 \
|
||||
google.golang.org/protobuf v1.28.1 \
|
||||
google.golang.org/protobuf v1.29.1 \
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue