sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
|
@ -1,253 +1,252 @@
|
|||
MODGO_MODULES = \
|
||||
cloud.google.com/go v0.34.0 \
|
||||
git.torproject.org/pluggable-transports/goptlib.git v1.3.0 \
|
||||
github.com/!burnt!sushi/toml v0.3.1 \
|
||||
github.com/!knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible \
|
||||
github.com/!shopify/sarama v1.19.0 \
|
||||
github.com/!shopify/toxiproxy v2.1.4+incompatible \
|
||||
github.com/!vivid!cortex/gohistogram v1.0.0 \
|
||||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 \
|
||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 \
|
||||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d \
|
||||
github.com/apache/thrift v0.13.0 \
|
||||
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e \
|
||||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da \
|
||||
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 \
|
||||
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a \
|
||||
github.com/aws/aws-lambda-go v1.13.3 \
|
||||
github.com/aws/aws-sdk-go v1.27.0 \
|
||||
github.com/aws/aws-sdk-go-v2 v0.18.0 \
|
||||
github.com/beorn7/perks v1.0.1 \
|
||||
github.com/bgentry/speakeasy v0.1.0 \
|
||||
github.com/casbin/casbin/v2 v2.1.2 \
|
||||
github.com/cenkalti/backoff v2.2.1+incompatible \
|
||||
github.com/census-instrumentation/opencensus-proto v0.2.1 \
|
||||
github.com/cespare/xxhash/v2 v2.1.1 \
|
||||
github.com/clarkduvall/hyperloglog v0.0.0-20171127014514-a0107a5d8004 \
|
||||
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec \
|
||||
github.com/client9/misspell v0.3.4 \
|
||||
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa \
|
||||
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd \
|
||||
github.com/coreos/go-semver v0.2.0 \
|
||||
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 \
|
||||
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf \
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d \
|
||||
github.com/creack/pty v1.1.7 \
|
||||
github.com/davecgh/go-spew v1.1.1 \
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible \
|
||||
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 \
|
||||
github.com/eapache/go-resiliency v1.1.0 \
|
||||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 \
|
||||
github.com/eapache/queue v1.1.0 \
|
||||
github.com/edsrzf/mmap-go v1.0.0 \
|
||||
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 \
|
||||
github.com/envoyproxy/protoc-gen-validate v0.1.0 \
|
||||
github.com/fatih/color v1.7.0 \
|
||||
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db \
|
||||
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 \
|
||||
github.com/fsnotify/fsnotify v1.4.9 \
|
||||
github.com/ghodss/yaml v1.0.0 \
|
||||
github.com/go-kit/kit v0.10.0 \
|
||||
github.com/go-logfmt/logfmt v0.5.0 \
|
||||
github.com/go-sql-driver/mysql v1.4.0 \
|
||||
github.com/go-stack/stack v1.8.0 \
|
||||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 \
|
||||
github.com/gogo/googleapis v1.1.0 \
|
||||
github.com/gogo/protobuf v1.2.1 \
|
||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b \
|
||||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 \
|
||||
github.com/golang/mock v1.1.1 \
|
||||
github.com/golang/protobuf v1.5.2 \
|
||||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db \
|
||||
github.com/google/btree v1.0.0 \
|
||||
github.com/google/go-cmp v0.5.5 \
|
||||
github.com/google/gofuzz v1.0.0 \
|
||||
github.com/google/renameio v0.1.0 \
|
||||
github.com/google/uuid v1.3.0 \
|
||||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 \
|
||||
github.com/gorilla/context v1.1.1 \
|
||||
github.com/gorilla/mux v1.7.3 \
|
||||
github.com/gorilla/websocket v1.5.0 \
|
||||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 \
|
||||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 \
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.9.5 \
|
||||
github.com/hashicorp/consul/api v1.3.0 \
|
||||
github.com/hashicorp/consul/sdk v0.3.0 \
|
||||
github.com/hashicorp/errwrap v1.0.0 \
|
||||
github.com/hashicorp/go-cleanhttp v0.5.1 \
|
||||
github.com/hashicorp/go-immutable-radix v1.0.0 \
|
||||
github.com/hashicorp/go-msgpack v0.5.3 \
|
||||
github.com/hashicorp/go-multierror v1.0.0 \
|
||||
github.com/hashicorp/go-rootcerts v1.0.0 \
|
||||
github.com/hashicorp/go-sockaddr v1.0.0 \
|
||||
github.com/hashicorp/go-syslog v1.0.0 \
|
||||
github.com/hashicorp/go-uuid v1.0.1 \
|
||||
github.com/hashicorp/go-version v1.2.0 \
|
||||
github.com/hashicorp/go.net v0.0.1 \
|
||||
github.com/hashicorp/golang-lru v0.5.1 \
|
||||
github.com/hashicorp/logutils v1.0.0 \
|
||||
github.com/hashicorp/mdns v1.0.0 \
|
||||
github.com/hashicorp/memberlist v0.1.3 \
|
||||
github.com/hashicorp/serf v0.8.2 \
|
||||
github.com/hpcloud/tail v1.0.0 \
|
||||
github.com/hudl/fargo v1.3.0 \
|
||||
github.com/inconshreveable/mousetrap v1.0.0 \
|
||||
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d \
|
||||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af \
|
||||
github.com/jonboulle/clockwork v0.1.0 \
|
||||
github.com/jpillora/backoff v1.0.0 \
|
||||
github.com/json-iterator/go v1.1.10 \
|
||||
github.com/jtolds/gls v4.20.0+incompatible \
|
||||
github.com/julienschmidt/httprouter v1.3.0 \
|
||||
github.com/kisielk/errcheck v1.1.0 \
|
||||
github.com/kisielk/gotool v1.0.0 \
|
||||
github.com/klauspost/cpuid v1.3.1 \
|
||||
github.com/klauspost/reedsolomon v1.9.9 \
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 \
|
||||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 \
|
||||
github.com/kr/pretty v0.1.0 \
|
||||
github.com/kr/pty v1.1.1 \
|
||||
github.com/kr/text v0.1.0 \
|
||||
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743 \
|
||||
github.com/lightstep/lightstep-tracer-go v0.18.1 \
|
||||
github.com/lyft/protoc-gen-validate v0.0.13 \
|
||||
github.com/mattn/go-colorable v0.0.9 \
|
||||
github.com/mattn/go-isatty v0.0.4 \
|
||||
github.com/mattn/go-runewidth v0.0.2 \
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 \
|
||||
github.com/miekg/dns v1.0.14 \
|
||||
github.com/mitchellh/cli v1.0.0 \
|
||||
github.com/mitchellh/go-homedir v1.0.0 \
|
||||
github.com/mitchellh/go-testing-interface v1.0.0 \
|
||||
github.com/mitchellh/gox v0.4.0 \
|
||||
github.com/mitchellh/iochan v1.0.0 \
|
||||
github.com/mitchellh/mapstructure v1.1.2 \
|
||||
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 \
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd \
|
||||
github.com/modern-go/reflect2 v1.0.1 \
|
||||
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f \
|
||||
github.com/nats-io/jwt v0.3.2 \
|
||||
github.com/nats-io/nats-server/v2 v2.1.2 \
|
||||
github.com/nats-io/nats.go v1.9.1 \
|
||||
github.com/nats-io/nkeys v0.1.3 \
|
||||
github.com/nats-io/nuid v1.0.1 \
|
||||
github.com/nxadm/tail v1.4.8 \
|
||||
github.com/oklog/oklog v0.3.2 \
|
||||
github.com/oklog/run v1.0.0 \
|
||||
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 \
|
||||
github.com/onsi/ginkgo v1.16.5 \
|
||||
github.com/onsi/gomega v1.17.0 \
|
||||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 \
|
||||
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 \
|
||||
github.com/opentracing/basictracer-go v1.0.0 \
|
||||
github.com/opentracing/opentracing-go v1.1.0 \
|
||||
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 \
|
||||
github.com/openzipkin/zipkin-go v0.2.2 \
|
||||
github.com/pact-foundation/pact-go v1.0.4 \
|
||||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c \
|
||||
github.com/pborman/uuid v1.2.0 \
|
||||
github.com/performancecopilot/speed v3.0.0+incompatible \
|
||||
github.com/pierrec/lz4 v2.0.5+incompatible \
|
||||
github.com/pion/datachannel v1.5.2 \
|
||||
github.com/pion/dtls/v2 v2.1.5 \
|
||||
github.com/pion/ice/v2 v2.2.6 \
|
||||
github.com/pion/interceptor v0.1.11 \
|
||||
github.com/pion/logging v0.2.2 \
|
||||
github.com/pion/mdns v0.0.5 \
|
||||
github.com/pion/randutil v0.1.0 \
|
||||
github.com/pion/rtcp v1.2.9 \
|
||||
github.com/pion/rtp v1.7.13 \
|
||||
github.com/pion/sctp v1.8.2 \
|
||||
github.com/pion/sdp/v3 v3.0.5 \
|
||||
github.com/pion/srtp/v2 v2.0.9 \
|
||||
github.com/pion/stun v0.3.5 \
|
||||
github.com/pion/transport v0.13.0 \
|
||||
github.com/pion/turn/v2 v2.0.8 \
|
||||
github.com/pion/udp v0.1.1 \
|
||||
github.com/pion/webrtc/v3 v3.1.41 \
|
||||
github.com/pkg/errors v0.9.1 \
|
||||
github.com/pkg/profile v1.2.1 \
|
||||
github.com/pmezard/go-difflib v1.0.0 \
|
||||
github.com/posener/complete v1.1.1 \
|
||||
github.com/prometheus/client_golang v1.10.0 \
|
||||
github.com/prometheus/client_model v0.2.0 \
|
||||
github.com/prometheus/common v0.18.0 \
|
||||
github.com/prometheus/procfs v0.6.0 \
|
||||
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a \
|
||||
github.com/refraction-networking/utls v1.0.0 \
|
||||
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af \
|
||||
github.com/rogpeppe/go-internal v1.3.0 \
|
||||
github.com/russross/blackfriday/v2 v2.0.1 \
|
||||
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f \
|
||||
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da \
|
||||
github.com/sclevine/agouti v3.0.0+incompatible \
|
||||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 \
|
||||
github.com/shurcoo!l/sanitized_anchor_name v1.0.0 \
|
||||
github.com/sirupsen/logrus v1.6.0 \
|
||||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d \
|
||||
github.com/smartystreets/goconvey v1.6.4 \
|
||||
github.com/soheilhy/cmux v0.1.4 \
|
||||
github.com/sony/gobreaker v0.4.1 \
|
||||
github.com/spf13/cobra v0.0.3 \
|
||||
github.com/spf13/pflag v1.0.1 \
|
||||
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 \
|
||||
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a \
|
||||
github.com/stretchr/objx v0.1.1 \
|
||||
github.com/stretchr/testify v1.7.1 \
|
||||
github.com/templexxx/cpu v0.0.7 \
|
||||
github.com/templexxx/xorsimd v0.4.1 \
|
||||
github.com/tjfoc/gmsm v1.3.2 \
|
||||
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8 \
|
||||
github.com/urfave/cli v1.22.1 \
|
||||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 \
|
||||
github.com/xiaokangwang/dtls/v2 v2.0.0-20230118142434-16e5cc8ce01c \
|
||||
github.com/xiaokangwang/webrtc/v3 v3.0.0-20230118142924-be9162e2b526 \
|
||||
github.com/xtaci/kcp-go/v5 v5.6.1 \
|
||||
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae \
|
||||
github.com/xtaci/smux v1.5.15 \
|
||||
github.com/yuin/goldmark v1.2.1 \
|
||||
gitlab.torproject.org/tpo/anti-censorship/geoip v0.0.0-20210928150955-7ce4b3d98d01 \
|
||||
go.etcd.io/bbolt v1.3.3 \
|
||||
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 \
|
||||
go.opencensus.io v0.22.2 \
|
||||
go.uber.org/atomic v1.5.0 \
|
||||
go.uber.org/multierr v1.3.0 \
|
||||
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee \
|
||||
go.uber.org/zap v1.13.0 \
|
||||
golang.org/x/arch v0.0.0-20190909030613-46d78d1859ac \
|
||||
golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8 \
|
||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 \
|
||||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de \
|
||||
golang.org/x/mod v0.3.0 \
|
||||
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 \
|
||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 \
|
||||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a \
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e \
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \
|
||||
golang.org/x/text v0.3.7 \
|
||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 \
|
||||
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e \
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 \
|
||||
google.golang.org/api v0.3.1 \
|
||||
google.golang.org/appengine v1.4.0 \
|
||||
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 \
|
||||
google.golang.org/grpc v1.26.0 \
|
||||
google.golang.org/protobuf v1.26.0 \
|
||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 \
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 \
|
||||
gopkg.in/cheggaaa/pb.v1 v1.0.25 \
|
||||
gopkg.in/errgo.v2 v2.1.0 \
|
||||
gopkg.in/fsnotify.v1 v1.4.7 \
|
||||
gopkg.in/gcfg.v1 v1.2.3 \
|
||||
gopkg.in/resty.v1 v1.12.0 \
|
||||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 \
|
||||
gopkg.in/warnings.v0 v0.1.2 \
|
||||
gopkg.in/yaml.v2 v2.4.0 \
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c \
|
||||
honnef.co/go/tools v0.0.1-2019.2.3 \
|
||||
rsc.io/pdf v0.1.1 \
|
||||
sigs.k8s.io/yaml v1.1.0 \
|
||||
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
|
||||
cloud.google.com/go v0.34.0 \
|
||||
github.com/!burnt!sushi/toml v0.3.1 \
|
||||
github.com/!knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible \
|
||||
github.com/!shopify/sarama v1.19.0 \
|
||||
github.com/!shopify/toxiproxy v2.1.4+incompatible \
|
||||
github.com/!vivid!cortex/gohistogram v1.0.0 \
|
||||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 \
|
||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 \
|
||||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d \
|
||||
github.com/apache/thrift v0.13.0 \
|
||||
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e \
|
||||
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da \
|
||||
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 \
|
||||
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a \
|
||||
github.com/aws/aws-lambda-go v1.13.3 \
|
||||
github.com/aws/aws-sdk-go v1.27.0 \
|
||||
github.com/aws/aws-sdk-go-v2 v0.18.0 \
|
||||
github.com/beorn7/perks v1.0.1 \
|
||||
github.com/bgentry/speakeasy v0.1.0 \
|
||||
github.com/casbin/casbin/v2 v2.1.2 \
|
||||
github.com/cenkalti/backoff v2.2.1+incompatible \
|
||||
github.com/census-instrumentation/opencensus-proto v0.2.1 \
|
||||
github.com/cespare/xxhash/v2 v2.1.1 \
|
||||
github.com/clarkduvall/hyperloglog v0.0.0-20171127014514-a0107a5d8004 \
|
||||
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec \
|
||||
github.com/client9/misspell v0.3.4 \
|
||||
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa \
|
||||
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd \
|
||||
github.com/coreos/go-semver v0.2.0 \
|
||||
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 \
|
||||
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf \
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d \
|
||||
github.com/creack/pty v1.1.7 \
|
||||
github.com/davecgh/go-spew v1.1.1 \
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible \
|
||||
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 \
|
||||
github.com/eapache/go-resiliency v1.1.0 \
|
||||
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 \
|
||||
github.com/eapache/queue v1.1.0 \
|
||||
github.com/edsrzf/mmap-go v1.0.0 \
|
||||
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 \
|
||||
github.com/envoyproxy/protoc-gen-validate v0.1.0 \
|
||||
github.com/fatih/color v1.7.0 \
|
||||
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db \
|
||||
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 \
|
||||
github.com/fsnotify/fsnotify v1.4.9 \
|
||||
github.com/ghodss/yaml v1.0.0 \
|
||||
github.com/go-kit/kit v0.10.0 \
|
||||
github.com/go-logfmt/logfmt v0.5.0 \
|
||||
github.com/go-sql-driver/mysql v1.4.0 \
|
||||
github.com/go-stack/stack v1.8.0 \
|
||||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 \
|
||||
github.com/gogo/googleapis v1.1.0 \
|
||||
github.com/gogo/protobuf v1.2.1 \
|
||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b \
|
||||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 \
|
||||
github.com/golang/mock v1.1.1 \
|
||||
github.com/golang/protobuf v1.5.2 \
|
||||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db \
|
||||
github.com/google/btree v1.0.0 \
|
||||
github.com/google/go-cmp v0.5.5 \
|
||||
github.com/google/gofuzz v1.0.0 \
|
||||
github.com/google/renameio v0.1.0 \
|
||||
github.com/google/uuid v1.3.0 \
|
||||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 \
|
||||
github.com/gorilla/context v1.1.1 \
|
||||
github.com/gorilla/mux v1.7.3 \
|
||||
github.com/gorilla/websocket v1.5.0 \
|
||||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 \
|
||||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 \
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.9.5 \
|
||||
github.com/hashicorp/consul/api v1.3.0 \
|
||||
github.com/hashicorp/consul/sdk v0.3.0 \
|
||||
github.com/hashicorp/errwrap v1.0.0 \
|
||||
github.com/hashicorp/go-cleanhttp v0.5.1 \
|
||||
github.com/hashicorp/go-immutable-radix v1.0.0 \
|
||||
github.com/hashicorp/go-msgpack v0.5.3 \
|
||||
github.com/hashicorp/go-multierror v1.0.0 \
|
||||
github.com/hashicorp/go-rootcerts v1.0.0 \
|
||||
github.com/hashicorp/go-sockaddr v1.0.0 \
|
||||
github.com/hashicorp/go-syslog v1.0.0 \
|
||||
github.com/hashicorp/go-uuid v1.0.1 \
|
||||
github.com/hashicorp/go-version v1.2.0 \
|
||||
github.com/hashicorp/go.net v0.0.1 \
|
||||
github.com/hashicorp/golang-lru v0.5.1 \
|
||||
github.com/hashicorp/logutils v1.0.0 \
|
||||
github.com/hashicorp/mdns v1.0.0 \
|
||||
github.com/hashicorp/memberlist v0.1.3 \
|
||||
github.com/hashicorp/serf v0.8.2 \
|
||||
github.com/hpcloud/tail v1.0.0 \
|
||||
github.com/hudl/fargo v1.3.0 \
|
||||
github.com/inconshreveable/mousetrap v1.0.0 \
|
||||
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d \
|
||||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af \
|
||||
github.com/jonboulle/clockwork v0.1.0 \
|
||||
github.com/jpillora/backoff v1.0.0 \
|
||||
github.com/json-iterator/go v1.1.10 \
|
||||
github.com/jtolds/gls v4.20.0+incompatible \
|
||||
github.com/julienschmidt/httprouter v1.3.0 \
|
||||
github.com/kisielk/errcheck v1.1.0 \
|
||||
github.com/kisielk/gotool v1.0.0 \
|
||||
github.com/klauspost/cpuid v1.3.1 \
|
||||
github.com/klauspost/reedsolomon v1.9.9 \
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 \
|
||||
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 \
|
||||
github.com/kr/pretty v0.1.0 \
|
||||
github.com/kr/pty v1.1.1 \
|
||||
github.com/kr/text v0.1.0 \
|
||||
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743 \
|
||||
github.com/lightstep/lightstep-tracer-go v0.18.1 \
|
||||
github.com/lyft/protoc-gen-validate v0.0.13 \
|
||||
github.com/mattn/go-colorable v0.0.9 \
|
||||
github.com/mattn/go-isatty v0.0.4 \
|
||||
github.com/mattn/go-runewidth v0.0.2 \
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.1 \
|
||||
github.com/miekg/dns v1.0.14 \
|
||||
github.com/mitchellh/cli v1.0.0 \
|
||||
github.com/mitchellh/go-homedir v1.0.0 \
|
||||
github.com/mitchellh/go-testing-interface v1.0.0 \
|
||||
github.com/mitchellh/gox v0.4.0 \
|
||||
github.com/mitchellh/iochan v1.0.0 \
|
||||
github.com/mitchellh/mapstructure v1.1.2 \
|
||||
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 \
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd \
|
||||
github.com/modern-go/reflect2 v1.0.1 \
|
||||
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f \
|
||||
github.com/nats-io/jwt v0.3.2 \
|
||||
github.com/nats-io/nats-server/v2 v2.1.2 \
|
||||
github.com/nats-io/nats.go v1.9.1 \
|
||||
github.com/nats-io/nkeys v0.1.3 \
|
||||
github.com/nats-io/nuid v1.0.1 \
|
||||
github.com/nxadm/tail v1.4.8 \
|
||||
github.com/oklog/oklog v0.3.2 \
|
||||
github.com/oklog/run v1.0.0 \
|
||||
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 \
|
||||
github.com/onsi/ginkgo v1.16.5 \
|
||||
github.com/onsi/gomega v1.17.0 \
|
||||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 \
|
||||
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 \
|
||||
github.com/opentracing/basictracer-go v1.0.0 \
|
||||
github.com/opentracing/opentracing-go v1.1.0 \
|
||||
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 \
|
||||
github.com/openzipkin/zipkin-go v0.2.2 \
|
||||
github.com/pact-foundation/pact-go v1.0.4 \
|
||||
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c \
|
||||
github.com/pborman/uuid v1.2.0 \
|
||||
github.com/performancecopilot/speed v3.0.0+incompatible \
|
||||
github.com/pierrec/lz4 v2.0.5+incompatible \
|
||||
github.com/pion/datachannel v1.5.5 \
|
||||
github.com/pion/dtls/v2 v2.2.6 \
|
||||
github.com/pion/ice/v2 v2.3.1 \
|
||||
github.com/pion/interceptor v0.1.12 \
|
||||
github.com/pion/logging v0.2.2 \
|
||||
github.com/pion/mdns v0.0.7 \
|
||||
github.com/pion/randutil v0.1.0 \
|
||||
github.com/pion/rtcp v1.2.10 \
|
||||
github.com/pion/rtp v1.7.13 \
|
||||
github.com/pion/sctp v1.8.6 \
|
||||
github.com/pion/sdp/v3 v3.0.6 \
|
||||
github.com/pion/srtp/v2 v2.0.12 \
|
||||
github.com/pion/stun v0.4.0 \
|
||||
github.com/pion/transport v0.14.1 \
|
||||
github.com/pion/transport/v2 v2.0.2 \
|
||||
github.com/pion/turn/v2 v2.1.0 \
|
||||
github.com/pion/udp/v2 v2.0.1 \
|
||||
github.com/pion/webrtc/v3 v3.1.57 \
|
||||
github.com/pkg/errors v0.9.1 \
|
||||
github.com/pkg/profile v1.2.1 \
|
||||
github.com/pmezard/go-difflib v1.0.0 \
|
||||
github.com/posener/complete v1.1.1 \
|
||||
github.com/prometheus/client_golang v1.10.0 \
|
||||
github.com/prometheus/client_model v0.2.0 \
|
||||
github.com/prometheus/common v0.18.0 \
|
||||
github.com/prometheus/procfs v0.6.0 \
|
||||
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a \
|
||||
github.com/refraction-networking/utls v1.0.0 \
|
||||
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af \
|
||||
github.com/rogpeppe/go-internal v1.3.0 \
|
||||
github.com/russross/blackfriday/v2 v2.0.1 \
|
||||
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f \
|
||||
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da \
|
||||
github.com/sclevine/agouti v3.0.0+incompatible \
|
||||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 \
|
||||
github.com/shurcoo!l/sanitized_anchor_name v1.0.0 \
|
||||
github.com/sirupsen/logrus v1.6.0 \
|
||||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d \
|
||||
github.com/smartystreets/goconvey v1.6.4 \
|
||||
github.com/soheilhy/cmux v0.1.4 \
|
||||
github.com/sony/gobreaker v0.4.1 \
|
||||
github.com/spf13/cobra v0.0.3 \
|
||||
github.com/spf13/pflag v1.0.1 \
|
||||
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 \
|
||||
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a \
|
||||
github.com/stretchr/objx v0.5.0 \
|
||||
github.com/stretchr/testify v1.8.1 \
|
||||
github.com/templexxx/cpu v0.0.7 \
|
||||
github.com/templexxx/xorsimd v0.4.1 \
|
||||
github.com/tjfoc/gmsm v1.3.2 \
|
||||
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8 \
|
||||
github.com/urfave/cli v1.22.1 \
|
||||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 \
|
||||
github.com/xtaci/kcp-go/v5 v5.6.1 \
|
||||
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae \
|
||||
github.com/xtaci/smux v1.5.15 \
|
||||
github.com/yuin/goldmark v1.4.13 \
|
||||
gitlab.torproject.org/tpo/anti-censorship/geoip v0.0.0-20210928150955-7ce4b3d98d01 \
|
||||
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.4.0 \
|
||||
go.etcd.io/bbolt v1.3.3 \
|
||||
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 \
|
||||
go.opencensus.io v0.22.2 \
|
||||
go.uber.org/atomic v1.5.0 \
|
||||
go.uber.org/multierr v1.3.0 \
|
||||
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee \
|
||||
go.uber.org/zap v1.13.0 \
|
||||
golang.org/x/arch v0.0.0-20190909030613-46d78d1859ac \
|
||||
golang.org/x/crypto v0.6.0 \
|
||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 \
|
||||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de \
|
||||
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 \
|
||||
golang.org/x/net v0.7.0 \
|
||||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 \
|
||||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 \
|
||||
golang.org/x/sys v0.5.0 \
|
||||
golang.org/x/term v0.5.0 \
|
||||
golang.org/x/text v0.7.0 \
|
||||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 \
|
||||
golang.org/x/tools v0.1.12 \
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 \
|
||||
google.golang.org/api v0.3.1 \
|
||||
google.golang.org/appengine v1.4.0 \
|
||||
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 \
|
||||
google.golang.org/grpc v1.26.0 \
|
||||
google.golang.org/protobuf v1.26.0 \
|
||||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 \
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 \
|
||||
gopkg.in/cheggaaa/pb.v1 v1.0.25 \
|
||||
gopkg.in/errgo.v2 v2.1.0 \
|
||||
gopkg.in/fsnotify.v1 v1.4.7 \
|
||||
gopkg.in/gcfg.v1 v1.2.3 \
|
||||
gopkg.in/resty.v1 v1.12.0 \
|
||||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 \
|
||||
gopkg.in/warnings.v0 v0.1.2 \
|
||||
gopkg.in/yaml.v2 v2.4.0 \
|
||||
gopkg.in/yaml.v3 v3.0.1 \
|
||||
honnef.co/go/tools v0.0.1-2019.2.3 \
|
||||
rsc.io/pdf v0.1.1 \
|
||||
sigs.k8s.io/yaml v1.1.0 \
|
||||
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
|
||||
|
||||
MODGO_MODFILES = \
|
||||
cloud.google.com/go v0.26.0 \
|
||||
|
@ -314,10 +313,8 @@ MODGO_MODFILES = \
|
|||
github.com/openzipkin/zipkin-go v0.1.6 \
|
||||
github.com/openzipkin/zipkin-go v0.2.1 \
|
||||
github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1 \
|
||||
github.com/pion/dtls/v2 v2.1.3 \
|
||||
github.com/pion/sctp v1.8.0 \
|
||||
github.com/pion/transport v0.12.2 \
|
||||
github.com/pion/transport v0.12.3 \
|
||||
github.com/pion/sctp v1.8.5 \
|
||||
github.com/pion/transport/v2 v2.0.0 \
|
||||
github.com/pkg/errors v0.8.0 \
|
||||
github.com/pkg/errors v0.8.1 \
|
||||
github.com/prometheus/client_golang v0.9.1 \
|
||||
|
@ -343,16 +340,20 @@ MODGO_MODFILES = \
|
|||
github.com/sirupsen/logrus v1.4.2 \
|
||||
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94 \
|
||||
github.com/stretchr/objx v0.1.0 \
|
||||
github.com/stretchr/objx v0.1.1 \
|
||||
github.com/stretchr/objx v0.4.0 \
|
||||
github.com/stretchr/testify v1.2.2 \
|
||||
github.com/stretchr/testify v1.3.0 \
|
||||
github.com/stretchr/testify v1.4.0 \
|
||||
github.com/stretchr/testify v1.5.1 \
|
||||
github.com/stretchr/testify v1.6.1 \
|
||||
github.com/stretchr/testify v1.7.0 \
|
||||
github.com/stretchr/testify v1.7.1 \
|
||||
github.com/stretchr/testify v1.8.0 \
|
||||
github.com/templexxx/cpu v0.0.1 \
|
||||
github.com/urfave/cli v1.20.0 \
|
||||
github.com/yuin/goldmark v1.1.27 \
|
||||
github.com/yuin/goldmark v1.1.32 \
|
||||
github.com/yuin/goldmark v1.2.1 \
|
||||
go.opencensus.io v0.20.1 \
|
||||
go.opencensus.io v0.20.2 \
|
||||
go.uber.org/atomic v1.3.2 \
|
||||
|
@ -367,8 +368,8 @@ MODGO_MODFILES = \
|
|||
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 \
|
||||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 \
|
||||
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de \
|
||||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 \
|
||||
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f \
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 \
|
||||
golang.org/x/crypto v0.5.0 \
|
||||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 \
|
||||
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 \
|
||||
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f \
|
||||
|
@ -376,6 +377,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e \
|
||||
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee \
|
||||
golang.org/x/mod v0.2.0 \
|
||||
golang.org/x/mod v0.3.0 \
|
||||
golang.org/x/net v0.0.0-20180724234803-3673e40ba225 \
|
||||
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d \
|
||||
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd \
|
||||
|
@ -397,13 +399,12 @@ MODGO_MODFILES = \
|
|||
golang.org/x/net v0.0.0-20200625001655-4c5254603344 \
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381 \
|
||||
golang.org/x/net v0.0.0-20201021035429-f5854403a974 \
|
||||
golang.org/x/net v0.0.0-20201201195509-5d6afe98e0b7 \
|
||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 \
|
||||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 \
|
||||
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 \
|
||||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 \
|
||||
golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c \
|
||||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd \
|
||||
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd \
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b \
|
||||
golang.org/x/net v0.1.0 \
|
||||
golang.org/x/net v0.5.0 \
|
||||
golang.org/x/net v0.6.0 \
|
||||
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be \
|
||||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f \
|
||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f \
|
||||
|
@ -413,6 +414,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e \
|
||||
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 \
|
||||
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 \
|
||||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a \
|
||||
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc \
|
||||
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 \
|
||||
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 \
|
||||
|
@ -443,11 +445,22 @@ MODGO_MODFILES = \
|
|||
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-20210615035016-665e8c7367d1 \
|
||||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a \
|
||||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f \
|
||||
golang.org/x/sys v0.1.0 \
|
||||
golang.org/x/sys v0.2.0 \
|
||||
golang.org/x/sys v0.4.0 \
|
||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 \
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \
|
||||
golang.org/x/term v0.1.0 \
|
||||
golang.org/x/term v0.4.0 \
|
||||
golang.org/x/text v0.3.0 \
|
||||
golang.org/x/text v0.3.2 \
|
||||
golang.org/x/text v0.3.3 \
|
||||
golang.org/x/text v0.3.6 \
|
||||
golang.org/x/text v0.3.7 \
|
||||
golang.org/x/text v0.4.0 \
|
||||
golang.org/x/text v0.6.0 \
|
||||
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 \
|
||||
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 \
|
||||
golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52 \
|
||||
|
@ -465,6 +478,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 \
|
||||
golang.org/x/tools v0.0.0-20200425043458-8463f397d07c \
|
||||
golang.org/x/tools v0.0.0-20200808161706-5bf02b21f123 \
|
||||
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e \
|
||||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 \
|
||||
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 \
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 \
|
||||
|
@ -497,6 +511,7 @@ MODGO_MODFILES = \
|
|||
gopkg.in/yaml.v2 v2.2.4 \
|
||||
gopkg.in/yaml.v2 v2.2.5 \
|
||||
gopkg.in/yaml.v2 v2.3.0 \
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c \
|
||||
honnef.co/go/tools v0.0.0-20180728063816-88497007e858 \
|
||||
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 \
|
||||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue