aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-09-10 20:37:08 -0700
committerMicah Lee <micah@micahflee.com>2023-09-10 20:37:08 -0700
commitd2ac91bc7b02655e88f55d6b3bf5f82093dbc125 (patch)
tree97b9a25a1f20b9cabf889a06fc5d7b3d411063f4
parent61ea8169613486abf01a37a8622e853883ef5ce6 (diff)
downloadonionshare-d2ac91bc7b02655e88f55d6b3bf5f82093dbc125.tar.gz
onionshare-d2ac91bc7b02655e88f55d6b3bf5f82093dbc125.zip
Still trying to update Go deps
-rw-r--r--flatpak/org.onionshare.OnionShare.yaml1596
1 files changed, 797 insertions, 799 deletions
diff --git a/flatpak/org.onionshare.OnionShare.yaml b/flatpak/org.onionshare.OnionShare.yaml
index 45c9d2be..9b769bce 100644
--- a/flatpak/org.onionshare.OnionShare.yaml
+++ b/flatpak/org.onionshare.OnionShare.yaml
@@ -2,7 +2,7 @@
app-id: org.onionshare.OnionShare
command: onionshare
runtime: org.kde.Platform
-runtime-version: "6.4"
+runtime-version: "6.5"
sdk: org.kde.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.golang
@@ -61,54 +61,53 @@ modules:
url: https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
sha256: 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
- name: obfs4proxy
- build-commands:
- - . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go
- install gitlab.com/yawning/obfs4.git/obfs4.git
+ buildsystem: simple
build-options:
env:
- GOBIN: /app/bin/
- buildsystem: simple
+ GOBIN: "/app/bin/"
+ build-commands:
+ - ". /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go install gitlab.com/yawning/obfs4.git/obfs4proxy"
sources:
- - dest: src/filippo/io/edwards25519
- tag: v1.0.0-rc.1.0.20210721174708-390f27c3be20
+ - commit: 8c58ed0e35502a485538e4c5ec086070840f3410
+ dest: src/filippo/io/edwards25519
type: git
- url: https://filippo.io/edwards25519.git
- - dest: src/git/torproject/org/pluggable-transports/goptlib/git
- tag: v1.0.0
+ url: https://github.com/FiloSottile/edwards25519
+ - commit: 15f83653abbcced9003c96cc14edc5b2f82e0e0e
+ dest: src/git/torproject/org/pluggable-transports/goptlib/git
type: git
- url: https://git.torproject.org/pluggable-transports/goptlib.git.git
- - dest: src/github/com/dchest/siphash
- tag: v1.2.1
+ url: https://git.torproject.org/pluggable-transports/goptlib.git
+ - commit: 34f201214d993633bb24f418ba11736ab8b55aa7
+ dest: src/github/com/dchest/siphash
type: git
url: https://github.com/dchest/siphash.git
- - dest: src/gitlab/com/yawning/edwards25519-extra/git
- tag: v0.0.0-20211229043746-2f91fcc9fbdb
+ - commit: 2f91fcc9fbdb
+ dest: src/gitlab/com/yawning/edwards25519-extra/git
type: git
- url: https://gitlab.com/yawning/edwards25519-extra.git.git
- - dest: src/golang/org/x/crypto
- tag: v0.0.0-20210711020723-a769d52b0f97
+ url: https://gitlab.com/yawning/edwards25519-extra.git
+ - commit: a769d52b0f97
+ dest: src/golang/org/x/crypto
type: git
- url: https://golang.org/x/crypto.git
- - dest: src/golang/org/x/net
- tag: v0.0.0-20210226172049-e18ecbb05110
+ url: https://go.googlesource.com/crypto
+ - commit: e18ecbb05110
+ dest: src/golang/org/x/net
type: git
- url: https://golang.org/x/net.git
- - dest: src/golang/org/x/sys
- tag: v0.0.0-20210615035016-665e8c7367d1
+ url: https://go.googlesource.com/net
+ - commit: 665e8c7367d1
+ dest: src/golang/org/x/sys
type: git
- url: https://golang.org/x/sys.git
- - dest: src/golang/org/x/term
- tag: v0.0.0-20201126162022-7de9c90e9dd1
+ url: https://go.googlesource.com/sys
+ - commit: 7de9c90e9dd1
+ dest: src/golang/org/x/term
type: git
- url: https://golang.org/x/term.git
- - dest: src/golang/org/x/text
- tag: v0.3.3
+ url: https://go.googlesource.com/term
+ - commit: 23ae387dee1f90d29a23c0e87ee0b46038fbed0e
+ dest: src/golang/org/x/text
type: git
- url: https://golang.org/x/text.git
- - dest: src/golang/org/x/tools
- tag: v0.0.0-20180917221912-90fa682c2a6e
+ url: https://go.googlesource.com/text
+ - commit: 90fa682c2a6e
+ dest: src/golang/org/x/tools
type: git
- url: https://golang.org/x/tools.git
+ url: https://go.googlesource.com/tools
- name: meek-client
build-commands:
- . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go
@@ -118,1048 +117,1047 @@ modules:
GOBIN: /app/bin/
buildsystem: simple
sources:
- - dest: src/git/torproject/org/pluggable-transports/goptlib/git
- tag: v1.1.0
+ - commit: 781a46c66d2ddbc3509354ae7f1fccab74cb9927
+ dest: src/git/torproject/org/pluggable-transports/goptlib/git
type: git
- url: https://git.torproject.org/pluggable-transports/goptlib.git.git
- - dest: src/github/com/andybalholm/brotli
- tag: v1.0.4
+ url: https://git.torproject.org/pluggable-transports/goptlib.git
+ - commit: 1d750214c25205863625bb3eb8190a51b2cef26d
+ dest: src/github/com/andybalholm/brotli
type: git
- url: https://github.com/andybalholm/brotli.git
- - dest: src/github/com/klauspost/compress
- tag: v1.15.9
+ url: https://github.com/andybalholm/brotli
+ - commit: 4b4f3c94fdf8c3a6c725e2ff110d9b44f88823ed
+ dest: src/github/com/klauspost/compress
type: git
- url: https://github.com/klauspost/compress.git
- - dest: src/github/com/refraction-networking/utls
- tag: v1.1.5
+ url: https://github.com/klauspost/compress
+ - commit: 7a37261931c6d4ab67fec65e73a3cc68df4ef84a
+ dest: src/github/com/refraction-networking/utls
type: git
- url: https://github.com/refraction-networking/utls.git
- - dest: src/golang/org/x/crypto
- tag: v0.0.0-20220829220503-c86fa9a7ed90
+ url: https://github.com/refraction-networking/utls
+ - commit: c86fa9a7ed909e2f2a8ab8298254fca727aba16a
+ dest: src/golang/org/x/crypto
type: git
- url: https://golang.org/x/crypto.git
- - dest: src/golang/org/x/net
- tag: v0.0.0-20220909164309-bea034e7d591
+ url: https://go.googlesource.com/crypto
+ - commit: bea034e7d591acfddd606603cf48fae48bbdd340
+ dest: src/golang/org/x/net
type: git
- url: https://golang.org/x/net.git
- - dest: src/golang/org/x/sys
- tag: v0.0.0-20220728004956-3c1f35247d10
+ url: https://go.googlesource.com/net
+ - commit: 3c1f35247d107ad3669216fc09e75d66fa146363
+ dest: src/golang/org/x/sys
type: git
- url: https://golang.org/x/sys.git
- - dest: src/golang/org/x/term
- tag: v0.0.0-20210927222741-03fcf44c2211
+ url: https://go.googlesource.com/sys
+ - commit: 03fcf44c2211dcd5eb77510b5f7c1fb02d6ded50
+ dest: src/golang/org/x/term
type: git
- url: https://golang.org/x/term.git
- - dest: src/golang/org/x/text
- tag: v0.3.7
+ url: https://go.googlesource.com/term
+ - commit: 383b2e75a7a4198c42f8f87833eefb772868a56f
+ dest: src/golang/org/x/text
type: git
- url: https://golang.org/x/text.git
- - dest: src/golang/org/x/tools
- tag: v0.0.0-20180917221912-90fa682c2a6e
+ url: https://go.googlesource.com/text
+ - commit: 90fa682c2a6e6a37b3a1364ce2fe1d5e41af9d6d
+ dest: src/golang/org/x/tools
type: git
- url: https://golang.org/x/tools.git
+ url: https://go.googlesource.com/tools
- name: snowflake-client
build-commands:
- . /usr/lib/sdk/golang/enable.sh; export GOPATH=$PWD; export GO111MODULE=off; go
install git.torproject.org/pluggable-transports/snowflake.git/snowflake.git
- - mv /app/bin/client /app/bin/snowflake-client
build-options:
env:
GOBIN: /app/bin/
buildsystem: simple
sources:
- - dest: src/cloud/google/com/go
- tag: v0.34.0
+ - commit: 0ebda48a7f143b1cce9eb37a8c1106ac762a3430
+ dest: src/cloud/google/com/go
type: git
- url: https://cloud.google.com/go.git
- - dest: src/github/com/BurntSushi/toml
- tag: v0.3.1
+ url: https://github.com/googleapis/google-cloud-go
+ - commit: f8b216ef3a5096277b4fe217e228b15b700be5cd
+ dest: src/github/com/BurntSushi/toml
type: git
- url: https://github.com/BurntSushi/toml.git
- - dest: src/github/com/Knetic/govaluate
- tag: v3.0.1-0.20171022003610-9aa49832a739+incompatible
+ url: https://github.com/BurntSushi/toml
+ - commit: 9aa49832a739dcd78a5542ff189fb82c3e423116
+ dest: src/github/com/Knetic/govaluate
type: git
- url: https://github.com/Knetic/govaluate.git
- - dest: src/github/com/Shopify/sarama
- tag: v1.19.0
+ url: https://github.com/Knetic/govaluate
+ - commit: ec843464b50d4c8b56403ec9d589cf41ea30e722
+ dest: src/github/com/Shopify/sarama
type: git
- url: https://github.com/Shopify/sarama.git
- - dest: src/github/com/Shopify/toxiproxy
- tag: v2.1.4+incompatible
+ url: https://github.com/Shopify/sarama
+ - commit: 8b5f1eeb699e53ba25b02c0fdc17f920d8375d12
+ dest: src/github/com/Shopify/toxiproxy
type: git
- url: https://github.com/Shopify/toxiproxy.git
- - dest: src/github/com/VividCortex/gohistogram
- tag: v1.0.0
+ url: https://github.com/Shopify/toxiproxy
+ - commit: 51564d9861991fb0ad0f531c99ef602d0f9866e6
+ dest: src/github/com/VividCortex/gohistogram
type: git
- url: https://github.com/VividCortex/gohistogram.git
- - dest: src/github/com/afex/hystrix-go
- tag: v0.0.0-20180502004556-fa1af6a1f4f5
+ url: https://github.com/VividCortex/gohistogram
+ - commit: fa1af6a1f4f56e0e50d427fe901cd604d8c6fb8a
+ dest: src/github/com/afex/hystrix-go
type: git
- url: https://github.com/afex/hystrix-go.git
- - dest: src/github/com/alecthomas/template
- tag: v0.0.0-20190718012654-fb15b899a751
+ url: https://github.com/afex/hystrix-go
+ - commit: fb15b899a75114aa79cc930e33c46b577cc664b1
+ dest: src/github/com/alecthomas/template
type: git
- url: https://github.com/alecthomas/template.git
- - dest: src/github/com/alecthomas/units
- tag: v0.0.0-20190924025748-f65c72e2690d
+ url: https://github.com/alecthomas/template
+ - commit: f65c72e2690dc4b403c8bd637baf4611cd4c069b
+ dest: src/github/com/alecthomas/units
type: git
- url: https://github.com/alecthomas/units.git
- - dest: src/github/com/apache/thrift
- tag: v0.13.0
+ url: https://github.com/alecthomas/units
+ - commit: b0c0a3be3e395315c12de04af686c6c857614d59
+ dest: src/github/com/apache/thrift
type: git
- url: https://github.com/apache/thrift.git
- - dest: src/github/com/armon/circbuf
- tag: v0.0.0-20150827004946-bbbad097214e
+ url: https://github.com/apache/thrift
+ - commit: bbbad097214e2918d8543d5201d12bfd7bca254d
+ dest: src/github/com/armon/circbuf
type: git
- url: https://github.com/armon/circbuf.git
- - dest: src/github/com/armon/go-metrics
- tag: v0.0.0-20180917152333-f0300d1749da
+ url: https://github.com/armon/circbuf
+ - commit: f0300d1749da6fa982027e449ec0c7a145510c3c
+ dest: src/github/com/armon/go-metrics
type: git
- url: https://github.com/armon/go-metrics.git
- - dest: src/github/com/armon/go-radix
- tag: v0.0.0-20180808171621-7fddfc383310
+ url: https://github.com/armon/go-metrics
+ - commit: 7fddfc383310abc091d79a27f116d30cf0424032
+ dest: src/github/com/armon/go-radix
type: git
- url: https://github.com/armon/go-radix.git
- - dest: src/github/com/aryann/difflib
- tag: v0.0.0-20170710044230-e206f873d14a
+ url: https://github.com/armon/go-radix
+ - commit: e206f873d14a916d3d26c40ab667bca123f365a3
+ dest: src/github/com/aryann/difflib
type: git
- url: https://github.com/aryann/difflib.git
- - dest: src/github/com/aws/aws-lambda-go
- tag: v1.13.3
+ url: https://github.com/aryann/difflib
+ - commit: b5b7267d297de263cc5b61f8c37543daa9c95ffd
+ dest: src/github/com/aws/aws-lambda-go
type: git
- url: https://github.com/aws/aws-lambda-go.git
- - dest: src/github/com/aws/aws-sdk-go
- tag: v1.27.0
+ url: https://github.com/aws/aws-lambda-go
+ - commit: a1e6946e8014a793d989e64ef5566315010ce898
+ dest: src/github/com/aws/aws-sdk-go
type: git
- url: https://github.com/aws/aws-sdk-go.git
- - dest: src/github/com/aws/aws-sdk-go-v2
- tag: v0.18.0
+ url: https://github.com/aws/aws-sdk-go
+ - commit: b0e297c21991cec8a5d645714ea400caa790cb43
+ dest: src/github/com/aws/aws-sdk-go-v2
type: git
- url: https://github.com/aws/aws-sdk-go-v2.git
- - dest: src/github/com/beorn7/perks
- tag: v1.0.1
+ url: https://github.com/aws/aws-sdk-go-v2
+ - commit: c49ff274687222a7373c4cd83578f1065cf3e143
+ dest: src/github/com/beorn7/perks
type: git
- url: https://github.com/beorn7/perks.git
- - dest: src/github/com/bgentry/speakeasy
- tag: v0.1.0
+ url: https://github.com/beorn7/perks
+ - commit: 12abe455afa69a18b1098acb18b1f004a4a6c33c
+ dest: src/github/com/bgentry/speakeasy
type: git
- url: https://github.com/bgentry/speakeasy.git
- - dest: src/github/com/casbin/casbin/v2
- tag: v2.1.2
+ url: https://github.com/bgentry/speakeasy
+ - commit: 31a4cf3e119fdace8f02263315e83ca37a3fcc18
+ dest: src/github/com/casbin/casbin/v2
type: git
- url: https://github.com/casbin/casbin/v2.git
- - dest: src/github/com/cenkalti/backoff
- tag: v2.2.1+incompatible
+ url: https://github.com/casbin/casbin
+ - commit: 5267b6dd4d2666b980a911bf235efa276222cbe2
+ dest: src/github/com/cenkalti/backoff
type: git
- url: https://github.com/cenkalti/backoff.git
- - dest: src/github/com/census-instrumentation/opencensus-proto
- tag: v0.2.1
+ url: https://github.com/cenkalti/backoff
+ - commit: 69cb099384edf046119a59a69761efa7042fbeb4
+ dest: src/github/com/census-instrumentation/opencensus-proto
type: git
- url: https://github.com/census-instrumentation/opencensus-proto.git
- - dest: src/github/com/cespare/xxhash/v2
- tag: v2.1.1
+ url: https://github.com/census-instrumentation/opencensus-proto
+ - commit: 68d2e6187fda44f45b905aeeebdb40a73d137ea1
+ dest: src/github/com/cespare/xxhash/v2
type: git
- url: https://github.com/cespare/xxhash/v2.git
- - dest: src/github/com/clarkduvall/hyperloglog
- tag: v0.0.0-20171127014514-a0107a5d8004
+ url: https://github.com/cespare/xxhash
+ - commit: a0107a5d80040c9b5efb012203b9a08d6817d196
+ dest: src/github/com/clarkduvall/hyperloglog
type: git
- url: https://github.com/clarkduvall/hyperloglog.git
- - dest: src/github/com/clbanning/x2j
- tag: v0.0.0-20191024224557-825249438eec
+ url: https://github.com/clarkduvall/hyperloglog
+ - commit: 825249438eec392bc87b980fb635b336e496a888
+ dest: src/github/com/clbanning/x2j
type: git
- url: https://github.com/clbanning/x2j.git
- - dest: src/github/com/client9/misspell
- tag: v0.3.4
+ url: https://github.com/clbanning/x2j
+ - commit: 7888c6b6ce89353cd98e196bce3c3f9e4cdf31f6
+ dest: src/github/com/client9/misspell
type: git
- url: https://github.com/client9/misspell.git
- - dest: src/github/com/cockroachdb/datadriven
- tag: v0.0.0-20190809214429-80d97fb3cbaa
+ url: https://github.com/client9/misspell
+ - commit: 80d97fb3cbaa752564320702f409fdb2ef3da0ef
+ dest: src/github/com/cockroachdb/datadriven
type: git
- url: https://github.com/cockroachdb/datadriven.git
- - dest: src/github/com/codahale/hdrhistogram
- tag: v0.0.0-20161010025455-3a0bb77429bd
+ url: https://github.com/cockroachdb/datadriven
+ - commit: 3a0bb77429bd3a61596f5e8a3172445844342120
+ dest: src/github/com/codahale/hdrhistogram
type: git
- url: https://github.com/codahale/hdrhistogram.git
- - dest: src/github/com/coreos/go-semver
- tag: v0.2.0
+ url: https://github.com/codahale/hdrhistogram
+ - commit: 9cad4c6d4f6940ce86a0b3797e849b89bb65a593
+ dest: src/github/com/coreos/go-semver
type: git
- url: https://github.com/coreos/go-semver.git
- - dest: src/github/com/coreos/go-systemd
- tag: v0.0.0-20180511133405-39ca1b05acc7
+ url: https://github.com/coreos/go-semver
+ - commit: 39ca1b05acc7ad1220e09f133283b8859a8b71ab
+ dest: src/github/com/coreos/go-systemd
type: git
- url: https://github.com/coreos/go-systemd.git
- - dest: src/github/com/coreos/pkg
- tag: v0.0.0-20160727233714-3ac0863d7acf
+ url: https://github.com/coreos/go-systemd
+ - commit: 3ac0863d7acf3bc44daf49afef8919af12f704ef
+ dest: src/github/com/coreos/pkg
type: git
- url: https://github.com/coreos/pkg.git
- - dest: src/github/com/cpuguy83/go-md2man/v2
- tag: v2.0.0-20190314233015-f79a8a8ca69d
+ url: https://github.com/coreos/pkg
+ - commit: f79a8a8ca69da163eee19ab442bedad7a35bba5a
+ dest: src/github/com/cpuguy83/go-md2man/v2
type: git
- url: https://github.com/cpuguy83/go-md2man/v2.git
- - dest: src/github/com/creack/pty
- tag: v1.1.7
+ url: https://github.com/cpuguy83/go-md2man
+ - commit: 2769f65a3a94eb8f876f44a0459d24ae7ad2e488
+ dest: src/github/com/creack/pty
type: git
- url: https://github.com/creack/pty.git
- - dest: src/github/com/davecgh/go-spew
- tag: v1.1.1
+ url: https://github.com/creack/pty
+ - commit: 152484fe5c9ff65d013f0f372d748c03e8749e6d
+ dest: src/github/com/davecgh/go-spew
type: git
- url: https://github.com/davecgh/go-spew.git
- - dest: src/github/com/dgrijalva/jwt-go
- tag: v3.2.0+incompatible
+ url: https://github.com/davecgh/go-spew
+ - commit: 06ea1031745cb8b3dab3f6a236daf2b0aa468b7e
+ dest: src/github/com/dgrijalva/jwt-go
type: git
- url: https://github.com/dgrijalva/jwt-go.git
- - dest: src/github/com/dustin/go-humanize
- tag: v0.0.0-20171111073723-bb3d318650d4
+ url: https://github.com/dgrijalva/jwt-go
+ - commit: bb3d318650d48840a39aa21a027c6630e198e626
+ dest: src/github/com/dustin/go-humanize
type: git
- url: https://github.com/dustin/go-humanize.git
- - dest: src/github/com/eapache/go-resiliency
- tag: v1.1.0
+ url: https://github.com/dustin/go-humanize
+ - commit: ea41b0fad31007accc7f806884dcdf3da98b79ce
+ dest: src/github/com/eapache/go-resiliency
type: git
- url: https://github.com/eapache/go-resiliency.git
- - dest: src/github/com/eapache/go-xerial-snappy
- tag: v0.0.0-20180814174437-776d5712da21
+ url: https://github.com/eapache/go-resiliency
+ - commit: 776d5712da21bc4762676d614db1d8a64f4238b0
+ dest: src/github/com/eapache/go-xerial-snappy
type: git
- url: https://github.com/eapache/go-xerial-snappy.git
- - dest: src/github/com/eapache/queue
- tag: v1.1.0
+ url: https://github.com/eapache/go-xerial-snappy
+ - commit: 44cc805cf13205b55f69e14bcb69867d1ae92f98
+ dest: src/github/com/eapache/queue
type: git
- url: https://github.com/eapache/queue.git
- - dest: src/github/com/edsrzf/mmap-go
- tag: v1.0.0
+ url: https://github.com/eapache/queue
+ - commit: 188cc3b666ba704534fa4f96e9e61f21f1e1ba7c
+ dest: src/github/com/edsrzf/mmap-go
type: git
- url: https://github.com/edsrzf/mmap-go.git
- - dest: src/github/com/envoyproxy/go-control-plane
- tag: v0.9.1-0.20191026205805-5f8ba28d4473
+ url: https://github.com/edsrzf/mmap-go
+ - commit: 91e816c268de2cd3f4d811d45d953d86c7bebd8e
+ dest: src/github/com/envoyproxy/go-control-plane
type: git
- url: https://github.com/envoyproxy/go-control-plane.git
- - dest: src/github/com/envoyproxy/protoc-gen-validate
- tag: v0.1.0
+ url: https://github.com/envoyproxy/go-control-plane
+ - commit: b894e268e4263489751edd651656a98572ffc718
+ dest: src/github/com/envoyproxy/protoc-gen-validate
type: git
- url: https://github.com/envoyproxy/protoc-gen-validate.git
- - dest: src/github/com/fatih/color
- tag: v1.7.0
+ url: https://github.com/envoyproxy/protoc-gen-validate
+ - commit: 5b77d2a35fb0ede96d138fc9a99f5c9b6aef11b4
+ dest: src/github/com/fatih/color
type: git
- url: https://github.com/fatih/color.git
- - dest: src/github/com/franela/goblin
- tag: v0.0.0-20200105215937-c9ffbefa60db
+ url: https://github.com/fatih/color
+ - commit: c9ffbefa60dbcc40777294734ec3664f35a8c838
+ dest: src/github/com/franela/goblin
type: git
- url: https://github.com/franela/goblin.git
- - dest: src/github/com/franela/goreq
- tag: v0.0.0-20171204163338-bcd34c9993f8
+ url: https://github.com/franela/goblin
+ - commit: bcd34c9993f899273c74baaa95e15386cd97b6e7
+ dest: src/github/com/franela/goreq
type: git
- url: https://github.com/franela/goreq.git
- - dest: src/github/com/fsnotify/fsnotify
- tag: v1.4.9
+ url: https://github.com/franela/goreq
+ - commit: 45d7d09e39ef4ac08d493309fa031790c15bfe8a
+ dest: src/github/com/fsnotify/fsnotify
type: git
- url: https://github.com/fsnotify/fsnotify.git
- - dest: src/github/com/ghodss/yaml
- tag: v1.0.0
+ url: https://github.com/fsnotify/fsnotify
+ - commit: 0ca9ea5df5451ffdf184b4428c902747c2c11cd7
+ dest: src/github/com/ghodss/yaml
type: git
- url: https://github.com/ghodss/yaml.git
- - dest: src/github/com/go-kit/kit
- tag: v0.10.0
+ url: https://github.com/ghodss/yaml
+ - commit: cc938d52e0cdf4c811ab203f428fcd06f9d9a148
+ dest: src/github/com/go-kit/kit
type: git
- url: https://github.com/go-kit/kit.git
- - dest: src/github/com/go-logfmt/logfmt
- tag: v0.5.0
+ url: https://github.com/go-kit/kit
+ - commit: 7afbabc575def289dded38dc182d1ca197bbfa22
+ dest: src/github/com/go-logfmt/logfmt
type: git
- url: https://github.com/go-logfmt/logfmt.git
- - dest: src/github/com/go-sql-driver/mysql
- tag: v1.4.0
+ url: https://github.com/go-logfmt/logfmt
+ - commit: d523deb1b23d913de5bdada721a6071e71283618
+ dest: src/github/com/go-sql-driver/mysql
type: git
- url: https://github.com/go-sql-driver/mysql.git
- - dest: src/github/com/go-stack/stack
- tag: v1.8.0
+ url: https://github.com/go-sql-driver/mysql
+ - commit: f66e05c21cd224e01c8a3ee7bc867aa79439e207
+ dest: src/github/com/go-stack/stack
type: git
- url: https://github.com/go-stack/stack.git
- - dest: src/github/com/go-task/slim-sprig
- tag: v0.0.0-20210107165309-348f09dbbbc0
+ url: https://github.com/go-stack/stack
+ - commit: 348f09dbbbc0ff8b922a311da7a90cd014b69aa3
+ dest: src/github/com/go-task/slim-sprig
type: git
- url: https://github.com/go-task/slim-sprig.git
- - dest: src/github/com/gogo/googleapis
- tag: v1.1.0
+ url: https://github.com/go-task/slim-sprig
+ - commit: 8558fb44d2f1fc223118afc694129d2c2d2924d1
+ dest: src/github/com/gogo/googleapis
type: git
- url: https://github.com/gogo/googleapis.git
- - dest: src/github/com/gogo/protobuf
- tag: v1.2.1
+ url: https://github.com/gogo/googleapis
+ - commit: ba06b47c162d49f2af050fb4c75bcbc86a159d5c
+ dest: src/github/com/gogo/protobuf
type: git
- url: https://github.com/gogo/protobuf.git
- - dest: src/github/com/golang/glog
- tag: v0.0.0-20160126235308-23def4e6c14b
+ url: https://github.com/gogo/protobuf
+ - commit: 23def4e6c14b4da8ac2ed8007337bc5eb5007998
+ dest: src/github/com/golang/glog
type: git
- url: https://github.com/golang/glog.git
- - dest: src/github/com/golang/groupcache
- tag: v0.0.0-20190702054246-869f871628b6
+ url: https://github.com/golang/glog
+ - commit: 869f871628b6baa9cfbc11732cdf6546b17c1298
+ dest: src/github/com/golang/groupcache
type: git
- url: https://github.com/golang/groupcache.git
- - dest: src/github/com/golang/mock
- tag: v1.1.1
+ url: https://github.com/golang/groupcache
+ - commit: c34cdb4725f4c3844d095133c6e40e448b86589b
+ dest: src/github/com/golang/mock
type: git
- url: https://github.com/golang/mock.git
- - dest: src/github/com/golang/protobuf
- tag: v1.5.2
+ url: https://github.com/golang/mock
+ - commit: ae97035608a719c7a1c1c41bed0ae0744bdb0c6f
+ dest: src/github/com/golang/protobuf
type: git
- url: https://github.com/golang/protobuf.git
- - dest: src/github/com/golang/snappy
- tag: v0.0.0-20180518054509-2e65f85255db
+ url: https://github.com/golang/protobuf
+ - commit: 2e65f85255dbc3072edf28d6b5b8efc472979f5a
+ dest: src/github/com/golang/snappy
type: git
- url: https://github.com/golang/snappy.git
- - dest: src/github/com/google/btree
- tag: v1.0.0
+ url: https://github.com/golang/snappy
+ - commit: 4030bb1f1f0c35b30ca7009e9ebd06849dd45306
+ dest: src/github/com/google/btree
type: git
- url: https://github.com/google/btree.git
- - dest: src/github/com/google/go-cmp
- tag: v0.5.5
+ url: https://github.com/google/btree
+ - commit: 8fa37b4dd109f12e42b131e485268768f18bcbf8
+ dest: src/github/com/google/go-cmp
type: git
- url: https://github.com/google/go-cmp.git
- - dest: src/github/com/google/gofuzz
- tag: v1.0.0
+ url: https://github.com/google/go-cmp
+ - commit: f140a6486e521aad38f5917de355cbf147cc0496
+ dest: src/github/com/google/gofuzz
type: git
- url: https://github.com/google/gofuzz.git
- - dest: src/github/com/google/renameio
- tag: v0.1.0
+ url: https://github.com/google/gofuzz
+ - commit: f0e32980c006571efd537032e5f9cd8c1a92819e
+ dest: src/github/com/google/renameio
type: git
- url: https://github.com/google/renameio.git
- - dest: src/github/com/google/uuid
- tag: v1.3.0
+ url: https://github.com/google/renameio
+ - commit: 44b5fee7c49cf3bcdf723f106b36d56ef13ccc88
+ dest: src/github/com/google/uuid
type: git
- url: https://github.com/google/uuid.git
- - dest: src/github/com/gopherjs/gopherjs
- tag: v0.0.0-20181017120253-0766667cb4d1
+ url: https://github.com/google/uuid
+ - commit: 0766667cb4d1cfb8d5fde1fe210ae41ead3cf589
+ dest: src/github/com/gopherjs/gopherjs
type: git
- url: https://github.com/gopherjs/gopherjs.git
- - dest: src/github/com/gorilla/context
- tag: v1.1.1
+ url: https://github.com/gopherjs/gopherjs
+ - commit: 08b5f424b9271eedf6f9f0ce86cb9396ed337a42
+ dest: src/github/com/gorilla/context
type: git
- url: https://github.com/gorilla/context.git
- - dest: src/github/com/gorilla/mux
- tag: v1.7.3
+ url: https://github.com/gorilla/context
+ - commit: 00bdffe0f3c77e27d2cf6f5c70232a2d3e4d9c15
+ dest: src/github/com/gorilla/mux
type: git
- url: https://github.com/gorilla/mux.git
- - dest: src/github/com/gorilla/websocket
- tag: v1.5.0
+ url: https://github.com/gorilla/mux
+ - commit: 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2
+ dest: src/github/com/gorilla/websocket
type: git
- url: https://github.com/gorilla/websocket.git
- - dest: src/github/com/grpc-ecosystem/go-grpc-middleware
- tag: v1.0.1-0.20190118093823-f849b5445de4
+ url: https://github.com/gorilla/websocket
+ - commit: 4679fb12b6915f8f7a682a525073fe3810d5c64e
+ dest: src/github/com/grpc-ecosystem/go-grpc-middleware
type: git
- url: https://github.com/grpc-ecosystem/go-grpc-middleware.git
- - dest: src/github/com/grpc-ecosystem/go-grpc-prometheus
- tag: v1.2.0
+ url: https://github.com/grpc-ecosystem/go-grpc-middleware
+ - commit: 502116f1a0a0c1140aab04fd3787489209b357d3
+ dest: src/github/com/grpc-ecosystem/go-grpc-prometheus
type: git
- url: https://github.com/grpc-ecosystem/go-grpc-prometheus.git
- - dest: src/github/com/grpc-ecosystem/grpc-gateway
- tag: v1.9.5
+ url: https://github.com/grpc-ecosystem/go-grpc-prometheus
+ - commit: ad529a448ba494a88058f9e5be0988713174ac86
+ dest: src/github/com/grpc-ecosystem/grpc-gateway
type: git
- url: https://github.com/grpc-ecosystem/grpc-gateway.git
- - dest: src/github/com/hashicorp/consul/api
- tag: v1.3.0
+ url: https://github.com/grpc-ecosystem/grpc-gateway
+ - commit: 6c8f7e7616e5649531ee505d5950c0b951b9c9b3
+ dest: src/github/com/hashicorp/consul/api
type: git
- url: https://github.com/hashicorp/consul/api.git
- - dest: src/github/com/hashicorp/consul/sdk
- tag: v0.3.0
+ url: https://github.com/hashicorp/consul
+ - commit: 441d613e1bd96254c78c46ee7c1b35c161fc7295
+ dest: src/github/com/hashicorp/consul/sdk
type: git
- url: https://github.com/hashicorp/consul/sdk.git
- - dest: src/github/com/hashicorp/errwrap
- tag: v1.0.0
+ url: https://github.com/hashicorp/consul
+ - commit: 8a6fb523712970c966eefc6b39ed2c5e74880354
+ dest: src/github/com/hashicorp/errwrap
type: git
- url: https://github.com/hashicorp/errwrap.git
- - dest: src/github/com/hashicorp/go-cleanhttp
- tag: v0.5.1
+ url: https://github.com/hashicorp/errwrap
+ - commit: eda1e5db218aad1db63ca4642c8906b26bcf2744
+ dest: src/github/com/hashicorp/go-cleanhttp
type: git
- url: https://github.com/hashicorp/go-cleanhttp.git
- - dest: src/github/com/hashicorp/go-immutable-radix
- tag: v1.0.0
+ url: https://github.com/hashicorp/go-cleanhttp
+ - commit: 27df80928bb34bb1b0d6d0e01b9e679902e7a6b5
+ dest: src/github/com/hashicorp/go-immutable-radix
type: git
- url: https://github.com/hashicorp/go-immutable-radix.git
- - dest: src/github/com/hashicorp/go-msgpack
- tag: v0.5.3
+ url: https://github.com/hashicorp/go-immutable-radix
+ - commit: be3a5be7ee2202386d02936a19ae4fbde1c77800
+ dest: src/github/com/hashicorp/go-msgpack
type: git
- url: https://github.com/hashicorp/go-msgpack.git
- - dest: src/github/com/hashicorp/go-multierror
- tag: v1.0.0
+ url: https://github.com/hashicorp/go-msgpack
+ - commit: 886a7fbe3eb1c874d46f623bfa70af45f425b3d1
+ dest: src/github/com/hashicorp/go-multierror
type: git
- url: https://github.com/hashicorp/go-multierror.git
- - dest: src/github/com/hashicorp/go-rootcerts
- tag: v1.0.0
+ url: https://github.com/hashicorp/go-multierror
+ - commit: 63503fb4e1eca22f9ae0f90b49c5d5538a0e87eb
+ dest: src/github/com/hashicorp/go-rootcerts
type: git
- url: https://github.com/hashicorp/go-rootcerts.git
- - dest: src/github/com/hashicorp/go-sockaddr
- tag: v1.0.0
+ url: https://github.com/hashicorp/go-rootcerts
+ - commit: a6a0d2df398f7e0e9f6e43f589c8b51cec0eb6b0
+ dest: src/github/com/hashicorp/go-sockaddr
type: git
- url: https://github.com/hashicorp/go-sockaddr.git
- - dest: src/github/com/hashicorp/go-syslog
- tag: v1.0.0
+ url: https://github.com/hashicorp/go-sockaddr
+ - commit: 8d1874e3e8d1862b74e0536851e218c4571066a5
+ dest: src/github/com/hashicorp/go-syslog
type: git
- url: https://github.com/hashicorp/go-syslog.git
- - dest: src/github/com/hashicorp/go-uuid
- tag: v1.0.1
+ url: https://github.com/hashicorp/go-syslog
+ - commit: 4f571afc59f3043a65f8fe6bf46d887b10a01d43
+ dest: src/github/com/hashicorp/go-uuid
type: git
- url: https://github.com/hashicorp/go-uuid.git
- - dest: src/github/com/hashicorp/go-version
- tag: v1.2.0
+ url: https://github.com/hashicorp/go-uuid
+ - commit: ac23dc3fea5d1a983c43f6a0f6e2c13f0195d8bd
+ dest: src/github/com/hashicorp/go-version
type: git
- url: https://github.com/hashicorp/go-version.git
- - dest: src/github/com/hashicorp/go/net
- tag: v0.0.1
+ url: https://github.com/hashicorp/go-version
+ - commit: afc3cb3a421746fc66dd55b09a270c750cf536ce
+ dest: src/github/com/hashicorp/go/net
type: git
- url: https://github.com/hashicorp/go.net.git
- - dest: src/github/com/hashicorp/golang-lru
- tag: v0.5.1
+ url: https://github.com/hashicorp/go.net
+ - commit: 7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c
+ dest: src/github/com/hashicorp/golang-lru
type: git
- url: https://github.com/hashicorp/golang-lru.git
- - dest: src/github/com/hashicorp/logutils
- tag: v1.0.0
+ url: https://github.com/hashicorp/golang-lru
+ - commit: a335183dfd075f638afcc820c90591ca3c97eba6
+ dest: src/github/com/hashicorp/logutils
type: git
- url: https://github.com/hashicorp/logutils.git
- - dest: src/github/com/hashicorp/mdns
- tag: v1.0.0
+ url: https://github.com/hashicorp/logutils
+ - commit: c31d3f8e4a0a5b46b118c2fd26d9da36467002c9
+ dest: src/github/com/hashicorp/mdns
type: git
- url: https://github.com/hashicorp/mdns.git
- - dest: src/github/com/hashicorp/memberlist
- tag: v0.1.3
+ url: https://github.com/hashicorp/mdns
+ - commit: a9da52f0668fc4321ec18e9e28dd8141621a808f
+ dest: src/github/com/hashicorp/memberlist
type: git
- url: https://github.com/hashicorp/memberlist.git
- - dest: src/github/com/hashicorp/serf
- tag: v0.8.2
+ url: https://github.com/hashicorp/memberlist
+ - commit: fecd23b70e35eea7babb3fd66286eb1dcfcc174d
+ dest: src/github/com/hashicorp/serf
type: git
- url: https://github.com/hashicorp/serf.git
- - dest: src/github/com/hpcloud/tail
- tag: v1.0.0
+ url: https://github.com/hashicorp/serf
+ - commit: a30252cb686a21eb2d0b98132633053ec2f7f1e5
+ dest: src/github/com/hpcloud/tail
type: git
- url: https://github.com/hpcloud/tail.git
- - dest: src/github/com/hudl/fargo
- tag: v1.3.0
+ url: https://github.com/hpcloud/tail
+ - commit: fce5cf495554be9ef0766f6f5459e2874fb08c89
+ dest: src/github/com/hudl/fargo
type: git
- url: https://github.com/hudl/fargo.git
- - dest: src/github/com/inconshreveable/mousetrap
- tag: v1.0.0
+ url: https://github.com/hudl/fargo
+ - commit: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
+ dest: src/github/com/inconshreveable/mousetrap
type: git
- url: https://github.com/inconshreveable/mousetrap.git
- - dest: src/github/com/influxdata/influxdb1-client
- tag: v0.0.0-20191209144304-8bf82d3c094d
+ url: https://github.com/inconshreveable/mousetrap
+ - commit: 8bf82d3c094dc06be9da8e5bf9d3589b6ea032ae
+ dest: src/github/com/influxdata/influxdb1-client
type: git
- url: https://github.com/influxdata/influxdb1-client.git
- - dest: src/github/com/jmespath/go-jmespath
- tag: v0.0.0-20180206201540-c2b33e8439af
+ url: https://github.com/influxdata/influxdb1-client
+ - commit: c2b33e8439af944379acbdd9c3a5fe0bc44bd8a5
+ dest: src/github/com/jmespath/go-jmespath
type: git
- url: https://github.com/jmespath/go-jmespath.git
- - dest: src/github/com/jonboulle/clockwork
- tag: v0.1.0
+ url: https://github.com/jmespath/go-jmespath
+ - commit: e6ec3ec5da5cce15fff8966d365c17f6d01b61a9
+ dest: src/github/com/jonboulle/clockwork
type: git
- url: https://github.com/jonboulle/clockwork.git
- - dest: src/github/com/jpillora/backoff
- tag: v1.0.0
+ url: https://github.com/jonboulle/clockwork
+ - commit: d80867952dff4e2fbfb4280ded4ff94d67790457
+ dest: src/github/com/jpillora/backoff
type: git
- url: https://github.com/jpillora/backoff.git
- - dest: src/github/com/json-iterator/go
- tag: v1.1.10
+ url: https://github.com/jpillora/backoff
+ - commit: a1ca0830781e007c66b225121d2cdb3a649421f6
+ dest: src/github/com/json-iterator/go
type: git
- url: https://github.com/json-iterator/go.git
- - dest: src/github/com/jtolds/gls
- tag: v4.20.0+incompatible
+ url: https://github.com/json-iterator/go
+ - commit: b4936e06046bbecbb94cae9c18127ebe510a2cb9
+ dest: src/github/com/jtolds/gls
type: git
- url: https://github.com/jtolds/gls.git
- - dest: src/github/com/julienschmidt/httprouter
- tag: v1.3.0
+ url: https://github.com/jtolds/gls
+ - commit: 4eec211fa4e8df74ed978dc5681612131854144f
+ dest: src/github/com/julienschmidt/httprouter
type: git
- url: https://github.com/julienschmidt/httprouter.git
- - dest: src/github/com/kisielk/errcheck
- tag: v1.1.0
+ url: https://github.com/julienschmidt/httprouter
+ - commit: 55d8f507faff4d6eddd0c41a3e713e2567fca4e5
+ dest: src/github/com/kisielk/errcheck
type: git
- url: https://github.com/kisielk/errcheck.git
- - dest: src/github/com/kisielk/gotool
- tag: v1.0.0
+ url: https://github.com/kisielk/errcheck
+ - commit: 80517062f582ea3340cd4baf70e86d539ae7d84d
+ dest: src/github/com/kisielk/gotool
type: git
- url: https://github.com/kisielk/gotool.git
- - dest: src/github/com/klauspost/cpuid
- tag: v1.3.1
+ url: https://github.com/kisielk/gotool
+ - commit: 750c0591dbbd50ef88371c665ad49e426a4b830b
+ dest: src/github/com/klauspost/cpuid
type: git
- url: https://github.com/klauspost/cpuid.git
- - dest: src/github/com/klauspost/reedsolomon
- tag: v1.9.9
+ url: https://github.com/klauspost/cpuid
+ - commit: 7daa20bf74337a939c54f892a2eca9d9b578eb7f
+ dest: src/github/com/klauspost/reedsolomon
type: git
- url: https://github.com/klauspost/reedsolomon.git
- - dest: src/github/com/konsorten/go-windows-terminal-sequences
- tag: v1.0.3
+ url: https://github.com/klauspost/reedsolomon
+ - commit: edb144dfd453055e1e49a3d8b410a660b5a87613
+ dest: src/github/com/konsorten/go-windows-terminal-sequences
type: git
- url: https://github.com/konsorten/go-windows-terminal-sequences.git
- - dest: src/github/com/kr/logfmt
- tag: v0.0.0-20140226030751-b84e30acd515
+ url: https://github.com/konsorten/go-windows-terminal-sequences
+ - commit: b84e30acd515aadc4b783ad4ff83aff3299bdfe0
+ dest: src/github/com/kr/logfmt
type: git
- url: https://github.com/kr/logfmt.git
- - dest: src/github/com/kr/pretty
- tag: v0.1.0
+ url: https://github.com/kr/logfmt
+ - commit: c21352ee25c82043780a7b54cc9b2fbe60411457
+ dest: src/github/com/kr/pretty
type: git
- url: https://github.com/kr/pretty.git
- - dest: src/github/com/kr/pty
- tag: v1.1.1
+ url: https://github.com/kr/pretty
+ - commit: 282ce0e5322c82529687d609ee670fac7c7d917c
+ dest: src/github/com/kr/pty
type: git
- url: https://github.com/kr/pty.git
- - dest: src/github/com/kr/text
- tag: v0.1.0
+ url: https://github.com/kr/pty
+ - commit: a90d266dd68b224558779a7ed518f29481427f41
+ dest: src/github/com/kr/text
type: git
- url: https://github.com/kr/text.git
- - dest: src/github/com/lightstep/lightstep-tracer-common/golang/gogo
- tag: v0.0.0-20190605223551-bc2310a04743
+ url: https://github.com/kr/text
+ - commit: bc2310a0474352fa2616bdc0a27457b146b136b4
+ dest: src/github/com/lightstep/lightstep-tracer-common/golang/gogo
type: git
- url: https://github.com/lightstep/lightstep-tracer-common/golang/gogo.git
- - dest: src/github/com/lightstep/lightstep-tracer-go
- tag: v0.18.1
+ url: https://github.com/lightstep/lightstep-tracer-common
+ - commit: fe6d23968ed9cdf9564d7e2dab86122cfe96d5a7
+ dest: src/github/com/lightstep/lightstep-tracer-go
type: git
- url: https://github.com/lightstep/lightstep-tracer-go.git
- - dest: src/github/com/lyft/protoc-gen-validate
- tag: v0.0.13
+ url: https://github.com/lightstep/lightstep-tracer-go
+ - commit: 4349a359d42fdfee53b85dd5c89a2f169e1dc6b2
+ dest: src/github/com/lyft/protoc-gen-validate
type: git
- url: https://github.com/lyft/protoc-gen-validate.git
- - dest: src/github/com/mattn/go-colorable
- tag: v0.0.9
+ url: https://github.com/lyft/protoc-gen-validate
+ - commit: 167de6bfdfba052fa6b2d3664c8f5272e23c9072
+ dest: src/github/com/mattn/go-colorable
type: git
- url: https://github.com/mattn/go-colorable.git
- - dest: src/github/com/mattn/go-isatty
- tag: v0.0.4
+ url: https://github.com/mattn/go-colorable
+ - commit: 6ca4dbf54d38eea1a992b3c722a76a5d1c4cb25c
+ dest: src/github/com/mattn/go-isatty
type: git
- url: https://github.com/mattn/go-isatty.git
- - dest: src/github/com/mattn/go-runewidth
- tag: v0.0.2
+ url: https://github.com/mattn/go-isatty
+ - commit: 9e777a8366cce605130a531d2cd6363d07ad7317
+ dest: src/github/com/mattn/go-runewidth
type: git
- url: https://github.com/mattn/go-runewidth.git
- - dest: src/github/com/matttproud/golang_protobuf_extensions
- tag: v1.0.1
+ url: https://github.com/mattn/go-runewidth
+ - commit: c12348ce28de40eed0136aa2b644d0ee0650e56c
+ dest: src/github/com/matttproud/golang_protobuf_extensions
type: git
- url: https://github.com/matttproud/golang_protobuf_extensions.git
- - dest: src/github/com/miekg/dns
- tag: v1.0.14
+ url: https://github.com/matttproud/golang_protobuf_extensions
+ - commit: 915ca3d5ffd945235828a097c917311a9d86ebb4
+ dest: src/github/com/miekg/dns
type: git
- url: https://github.com/miekg/dns.git
- - dest: src/github/com/mitchellh/cli
- tag: v1.0.0
+ url: https://github.com/miekg/dns
+ - commit: 3d22a244be8aa6fb16ac24af0e195c08b7d973aa
+ dest: src/github/com/mitchellh/cli
type: git
- url: https://github.com/mitchellh/cli.git
- - dest: src/github/com/mitchellh/go-homedir
- tag: v1.0.0
+ url: https://github.com/mitchellh/cli
+ - commit: ae18d6b8b3205b561c79e8e5f69bff09736185f4
+ dest: src/github/com/mitchellh/go-homedir
type: git
- url: https://github.com/mitchellh/go-homedir.git
- - dest: src/github/com/mitchellh/go-testing-interface
- tag: v1.0.0
+ url: https://github.com/mitchellh/go-homedir
+ - commit: 6d0b8010fcc857872e42fc6c931227569016843c
+ dest: src/github/com/mitchellh/go-testing-interface
type: git
- url: https://github.com/mitchellh/go-testing-interface.git
- - dest: src/github/com/mitchellh/gox
- tag: v0.4.0
+ url: https://github.com/mitchellh/go-testing-interface
+ - commit: ce32ae4c610e1fed97dd0e0b5155d16d2638ffb1
+ dest: src/github/com/mitchellh/gox
type: git
- url: https://github.com/mitchellh/gox.git
- - dest: src/github/com/mitchellh/iochan
- tag: v1.0.0
+ url: https://github.com/mitchellh/gox
+ - commit: b6e3aadd28864e14dae41ff5c7261455b1242d24
+ dest: src/github/com/mitchellh/iochan
type: git
- url: https://github.com/mitchellh/iochan.git
- - dest: src/github/com/mitchellh/mapstructure
- tag: v1.1.2
+ url: https://github.com/mitchellh/iochan
+ - commit: 3536a929edddb9a5b34bd6861dc4a9647cb459fe
+ dest: src/github/com/mitchellh/mapstructure
type: git
- url: https://github.com/mitchellh/mapstructure.git
- - dest: src/github/com/mmcloughlin/avo
- tag: v0.0.0-20200803215136-443f81d77104
+ url: https://github.com/mitchellh/mapstructure
+ - commit: 443f81d771042b019379ae4bfcd0a591cb47c88a
+ dest: src/github/com/mmcloughlin/avo
type: git
- url: https://github.com/mmcloughlin/avo.git
- - dest: src/github/com/modern-go/concurrent
- tag: v0.0.0-20180306012644-bacd9c7ef1dd
+ url: https://github.com/mmcloughlin/avo
+ - commit: bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94
+ dest: src/github/com/modern-go/concurrent
type: git
- url: https://github.com/modern-go/concurrent.git
- - dest: src/github/com/modern-go/reflect2
- tag: v1.0.1
+ url: https://github.com/modern-go/concurrent
+ - commit: 94122c33edd36123c84d5368cfb2b69df93a0ec8
+ dest: src/github/com/modern-go/reflect2
type: git
- url: https://github.com/modern-go/reflect2.git
- - dest: src/github/com/mwitkow/go-conntrack
- tag: v0.0.0-20190716064945-2f068394615f
+ url: https://github.com/modern-go/reflect2
+ - commit: 2f068394615f73e460c2f3d2c158b0ad9321cadb
+ dest: src/github/com/mwitkow/go-conntrack
type: git
- url: https://github.com/mwitkow/go-conntrack.git
- - dest: src/github/com/nats-io/jwt
- tag: v0.3.2
+ url: https://github.com/mwitkow/go-conntrack
+ - commit: 8f19a56176cb6ed70ce8017f099d3fc0e1b7108e
+ dest: src/github/com/nats-io/jwt
type: git
- url: https://github.com/nats-io/jwt.git
- - dest: src/github/com/nats-io/nats-server/v2
- tag: v2.1.2
+ url: https://github.com/nats-io/jwt
+ - commit: f4e06c41f8124dc30f3d613768c8ef585c4982b3
+ dest: src/github/com/nats-io/nats-server/v2
type: git
- url: https://github.com/nats-io/nats-server/v2.git
- - dest: src/github/com/nats-io/nats/go
- tag: v1.9.1
+ url: https://github.com/nats-io/nats-server
+ - commit: d302e44798a05fd73806ceae3fa9dbec57bf263a
+ dest: src/github/com/nats-io/nats/go
type: git
- url: https://github.com/nats-io/nats.go.git
- - dest: src/github/com/nats-io/nkeys
- tag: v0.1.3
+ url: https://github.com/nats-io/nats.go
+ - commit: 5ab1698e1b4782bb3dea2b78a969a71a0aa7aaf2
+ dest: src/github/com/nats-io/nkeys
type: git
- url: https://github.com/nats-io/nkeys.git
- - dest: src/github/com/nats-io/nuid
- tag: v1.0.1
+ url: https://github.com/nats-io/nkeys
+ - commit: 4d1bba4ed979fd56d6aefbdb8e2c053b87fae7d2
+ dest: src/github/com/nats-io/nuid
type: git
- url: https://github.com/nats-io/nuid.git
- - dest: src/github/com/nxadm/tail
- tag: v1.4.8
+ url: https://github.com/nats-io/nuid
+ - commit: abad231d8d07ef91e09cd4c4c457cac35ed3bbb9
+ dest: src/github/com/nxadm/tail
type: git
- url: https://github.com/nxadm/tail.git
- - dest: src/github/com/oklog/oklog
- tag: v0.3.2
+ url: https://github.com/nxadm/tail
+ - commit: a4f226be4c4de75b03c107945d9ab9d7272bb36a
+ dest: src/github/com/oklog/oklog
type: git
- url: https://github.com/oklog/oklog.git
- - dest: src/github/com/oklog/run
- tag: v1.0.0
+ url: https://github.com/oklog/oklog
+ - commit: 4dadeb3030eda0273a12382bb2348ffc7c9d1a39
+ dest: src/github/com/oklog/run
type: git
- url: https://github.com/oklog/run.git
- - dest: src/github/com/olekukonko/tablewriter
- tag: v0.0.0-20170122224234-a0225b3f23b5
+ url: https://github.com/oklog/run
+ - commit: a0225b3f23b5ce0cbec6d7a66a968f8a59eca9c4
+ dest: src/github/com/olekukonko/tablewriter
type: git
- url: https://github.com/olekukonko/tablewriter.git
- - dest: src/github/com/onsi/ginkgo
- tag: v1.16.5
+ url: https://github.com/olekukonko/tablewriter
+ - commit: d38b9d946d52cd175495d30143fbecc5aff98f13
+ dest: src/github/com/onsi/ginkgo
type: git
- url: https://github.com/onsi/ginkgo.git
- - dest: src/github/com/onsi/gomega
- tag: v1.17.0
+ url: https://github.com/onsi/ginkgo
+ - commit: 05f6097dd78c7c5fcdd4dd17896d96ab468fdd63
+ dest: src/github/com/onsi/gomega
type: git
- url: https://github.com/onsi/gomega.git
- - dest: src/github/com/op/go-logging
- tag: v0.0.0-20160315200505-970db520ece7
+ url: https://github.com/onsi/gomega
+ - commit: 970db520ece77730c7e4724c61121037378659d9
+ dest: src/github/com/op/go-logging
type: git
- url: https://github.com/op/go-logging.git
- - dest: src/github/com/opentracing-contrib/go-observer
- tag: v0.0.0-20170622124052-a52f23424492
+ url: https://github.com/op/go-logging
+ - commit: a52f2342449246d5bcc273e65cbdcfa5f7d6c63c
+ dest: src/github/com/opentracing-contrib/go-observer
type: git
- url: https://github.com/opentracing-contrib/go-observer.git
- - dest: src/github/com/opentracing/basictracer-go
- tag: v1.0.0
+ url: https://github.com/opentracing-contrib/go-observer
+ - commit: 1b32af207119a14b1b231d451df3ed04a72efebf
+ dest: src/github/com/opentracing/basictracer-go
type: git
- url: https://github.com/opentracing/basictracer-go.git
- - dest: src/github/com/opentracing/opentracing-go
- tag: v1.1.0
+ url: https://github.com/opentracing/basictracer-go
+ - commit: 659c90643e714681897ec2521c60567dd21da733
+ dest: src/github/com/opentracing/opentracing-go
type: git
- url: https://github.com/opentracing/opentracing-go.git
- - dest: src/github/com/openzipkin-contrib/zipkin-go-opentracing
- tag: v0.4.5
+ url: https://github.com/opentracing/opentracing-go
+ - commit: 223664cff43dfd9f54659ff15dc4bd6e023d0c14
+ dest: src/github/com/openzipkin-contrib/zipkin-go-opentracing
type: git
- url: https://github.com/openzipkin-contrib/zipkin-go-opentracing.git
- - dest: src/github/com/openzipkin/zipkin-go
- tag: v0.2.2
+ url: https://github.com/openzipkin-contrib/zipkin-go-opentracing
+ - commit: c29478e51bfb2e9c93e0e9f5e015e5993a490399
+ dest: src/github/com/openzipkin/zipkin-go
type: git
- url: https://github.com/openzipkin/zipkin-go.git
- - dest: src/github/com/pact-foundation/pact-go
- tag: v1.0.4
+ url: https://github.com/openzipkin/zipkin-go
+ - commit: 204c601d77cbf0e8975c8aa14e41c8afaa12a885
+ dest: src/github/com/pact-foundation/pact-go
type: git
- url: https://github.com/pact-foundation/pact-go.git
- - dest: src/github/com/pascaldekloe/goe
- tag: v0.0.0-20180627143212-57f6aae5913c
+ url: https://github.com/pact-foundation/pact-go
+ - commit: 57f6aae5913c64c9bcae5dbdffd33365b5a7f138
+ dest: src/github/com/pascaldekloe/goe
type: git
- url: https://github.com/pascaldekloe/goe.git
- - dest: src/github/com/pborman/uuid
- tag: v1.2.0
+ url: https://github.com/pascaldekloe/goe
+ - commit: 8b1b92947f46224e3b97bb1a3a5b0382be00d31e
+ dest: src/github/com/pborman/uuid
type: git
- url: https://github.com/pborman/uuid.git
- - dest: src/github/com/performancecopilot/speed
- tag: v3.0.0+incompatible
+ url: https://github.com/pborman/uuid
+ - commit: 839069a3ed70162d3bcefb9891c8ca852d877c1c
+ dest: src/github/com/performancecopilot/speed
type: git
- url: https://github.com/performancecopilot/speed.git
- - dest: src/github/com/pierrec/lz4
- tag: v2.0.5+incompatible
+ url: https://github.com/performancecopilot/speed
+ - commit: efe890d6781ce54881d337faffce9c6faf4f50c5
+ dest: src/github/com/pierrec/lz4
type: git
- url: https://github.com/pierrec/lz4.git
- - dest: src/github/com/pion/datachannel
- tag: v1.5.5
+ url: https://github.com/pierrec/lz4
+ - commit: 17674f6224bb0697dbd781cec7d69c1a5eaa6cc7
+ dest: src/github/com/pion/datachannel
type: git
- url: https://github.com/pion/datachannel.git
- - dest: src/github/com/pion/dtls/v2
- tag: v2.2.6
+ url: https://github.com/pion/datachannel
+ - commit: 13a237481441d75e2657bf7279d2e403030f66e6
+ dest: src/github/com/pion/dtls/v2
type: git
- url: https://github.com/pion/dtls/v2.git
- - dest: src/github/com/pion/ice/v2
- tag: v2.3.1
+ url: https://github.com/pion/dtls
+ - commit: 1f4b50ded8c649a83ecc027c770dd47cc1bb177f
+ dest: src/github/com/pion/ice/v2
type: git
- url: https://github.com/pion/ice/v2.git
- - dest: src/github/com/pion/interceptor
- tag: v0.1.12
+ url: https://github.com/pion/ice
+ - commit: a82b843030a8e8a046cbda37ce33a100ddb3b5f1
+ dest: src/github/com/pion/interceptor
type: git
- url: https://github.com/pion/interceptor.git
- - dest: src/github/com/pion/logging
- tag: v0.2.2
+ url: https://github.com/pion/interceptor
+ - commit: 0387f8acdeb20faf48e539e74906dd633851f3a8
+ dest: src/github/com/pion/logging
type: git
- url: https://github.com/pion/logging.git
- - dest: src/github/com/pion/mdns
- tag: v0.0.7
+ url: https://github.com/pion/logging
+ - commit: bde59ba7419409133f31f611677c24ea6bc36f22
+ dest: src/github/com/pion/mdns
type: git
- url: https://github.com/pion/mdns.git
- - dest: src/github/com/pion/randutil
- tag: v0.1.0
+ url: https://github.com/pion/mdns
+ - commit: 3e7aefb6fd280d89fca72f1596348f1939525187
+ dest: src/github/com/pion/randutil
type: git
- url: https://github.com/pion/randutil.git
- - dest: src/github/com/pion/rtcp
- tag: v1.2.10
+ url: https://github.com/pion/randutil
+ - commit: 677965a5c8110f0a1a929b4eeb4702292a1ca21c
+ dest: src/github/com/pion/rtcp
type: git
- url: https://github.com/pion/rtcp.git
- - dest: src/github/com/pion/rtp
- tag: v1.7.13
+ url: https://github.com/pion/rtcp
+ - commit: f47320ba42ace6b75f1f579fc4404c26cf2b0dce
+ dest: src/github/com/pion/rtp
type: git
- url: https://github.com/pion/rtp.git
- - dest: src/github/com/pion/sctp
- tag: v1.8.6
+ url: https://github.com/pion/rtp
+ - commit: c18816d341d933215c41476257bc2d6fe086cede
+ dest: src/github/com/pion/sctp
type: git
- url: https://github.com/pion/sctp.git
- - dest: src/github/com/pion/sdp/v3
- tag: v3.0.6
+ url: https://github.com/pion/sctp
+ - commit: 436dfcf7bf073ed545aa229eae52109fef1b3d21
+ dest: src/github/com/pion/sdp/v3
type: git
- url: https://github.com/pion/sdp/v3.git
- - dest: src/github/com/pion/srtp/v2
- tag: v2.0.12
+ url: https://github.com/pion/sdp
+ - commit: 1bdeef256f2943f28f23d37b621be7d1a0a49572
+ dest: src/github/com/pion/srtp/v2
type: git
- url: https://github.com/pion/srtp/v2.git
- - dest: src/github/com/pion/stun
- tag: v0.4.0
+ url: https://github.com/pion/srtp
+ - commit: 0f31bc515f7a3c5b15f444920e250214987c3e1b
+ dest: src/github/com/pion/stun
type: git
- url: https://github.com/pion/stun.git
- - dest: src/github/com/pion/transport
- tag: v0.14.1
+ url: https://github.com/pion/stun
+ - commit: 452b133a53c34dd713ba881ab9d8ebe3ffeac553
+ dest: src/github/com/pion/transport
type: git
- url: https://github.com/pion/transport.git
- - dest: src/github/com/pion/transport/v2
- tag: v2.0.2
+ url: https://github.com/pion/transport
+ - commit: 96f109aed7951cb2af98a203a7bbb4096fbe1a8d
+ dest: src/github/com/pion/transport/v2
type: git
- url: https://github.com/pion/transport/v2.git
- - dest: src/github/com/pion/turn/v2
- tag: v2.1.0
+ url: https://github.com/pion/transport
+ - commit: 041953ff740ad5df1e0a713f3a627509f4d2ddce
+ dest: src/github/com/pion/turn/v2
type: git
- url: https://github.com/pion/turn/v2.git
- - dest: src/github/com/pion/udp/v2
- tag: v2.0.1
+ url: https://github.com/pion/turn
+ - commit: 62fe635ea05f2217b5f8d49cb9a3438debe22bcc
+ dest: src/github/com/pion/udp/v2
type: git
- url: https://github.com/pion/udp/v2.git
- - dest: src/github/com/pion/webrtc/v3
- tag: v3.1.57
+ url: https://github.com/pion/udp
+ - commit: 220b1f37ee07e2e1ff9b522ff9cb9877c3890b99
+ dest: src/github/com/pion/webrtc/v3
type: git
- url: https://github.com/pion/webrtc/v3.git
- - dest: src/github/com/pkg/errors
- tag: v0.9.1
+ url: https://github.com/pion/webrtc
+ - commit: 614d223910a179a466c1767a985424175c39b465
+ dest: src/github/com/pkg/errors
type: git
- url: https://github.com/pkg/errors.git
- - dest: src/github/com/pkg/profile
- tag: v1.2.1
+ url: https://github.com/pkg/errors
+ - commit: 713f631380abe57f15676a3ea3579f0dfb38db98
+ dest: src/github/com/pkg/profile
type: git
- url: https://github.com/pkg/profile.git
- - dest: src/github/com/pmezard/go-difflib
- tag: v1.0.0
+ url: https://github.com/pkg/profile
+ - commit: c0b812dadcf4498dede02bb7f0c5c478be997e34
+ dest: src/github/com/pmezard/go-difflib
type: git
- url: https://github.com/pmezard/go-difflib.git
- - dest: src/github/com/posener/complete
- tag: v1.1.1
+ url: https://github.com/pmezard/go-difflib
+ - commit: 98eb9847f27ba2008d380a32c98be474dea55bdf
+ dest: src/github/com/posener/complete
type: git
- url: https://github.com/posener/complete.git
- - dest: src/github/com/prometheus/client_golang
- tag: v1.10.0
+ url: https://github.com/posener/complete
+ - commit: 3a85f35eeba7567ad9e1d6051ce3b644ca94d0c9
+ dest: src/github/com/prometheus/client_golang
type: git
- url: https://github.com/prometheus/client_golang.git
- - dest: src/github/com/prometheus/client_model
- tag: v0.2.0
+ url: https://github.com/prometheus/client_golang
+ - commit: f44e7adcba5ee54c8a94709e6fc300d83245f171
+ dest: src/github/com/prometheus/client_model
type: git
- url: https://github.com/prometheus/client_model.git
- - dest: src/github/com/prometheus/common
- tag: v0.18.0
+ url: https://github.com/prometheus/client_model
+ - commit: 17954922a3ad690507272b576e71444f9228ae11
+ dest: src/github/com/prometheus/common
type: git
- url: https://github.com/prometheus/common.git
- - dest: src/github/com/prometheus/procfs
- tag: v0.6.0
+ url: https://github.com/prometheus/common
+ - commit: 3d15d641cf3611be0d06474548e5e41c3e514df9
+ dest: src/github/com/prometheus/procfs
type: git
- url: https://github.com/prometheus/procfs.git
- - dest: src/github/com/rcrowley/go-metrics
- tag: v0.0.0-20181016184325-3113b8401b8a
+ url: https://github.com/prometheus/procfs
+ - commit: 3113b8401b8a98917cde58f8bbd42a1b1c03b1fd
+ dest: src/github/com/rcrowley/go-metrics
type: git
- url: https://github.com/rcrowley/go-metrics.git
- - dest: src/github/com/refraction-networking/utls
- tag: v1.0.0
+ url: https://github.com/rcrowley/go-metrics
+ - commit: 0b2885c8c0d4467cfe98136748a9d011d0b8fff0
+ dest: src/github/com/refraction-networking/utls
type: git
- url: https://github.com/refraction-networking/utls.git
- - dest: src/github/com/rogpeppe/fastuuid
- tag: v0.0.0-20150106093220-6724a57986af
+ url: https://github.com/refraction-networking/utls
+ - commit: 6724a57986aff9bff1a1770e9347036def7c89f6
+ dest: src/github/com/rogpeppe/fastuuid
type: git
- url: https://github.com/rogpeppe/fastuuid.git
- - dest: src/github/com/rogpeppe/go-internal
- tag: v1.3.0
+ url: https://github.com/rogpeppe/fastuuid
+ - commit: c41aae108fba1a0e55d440c3046043e1c32c4f9a
+ dest: src/github/com/rogpeppe/go-internal
type: git
- url: https://github.com/rogpeppe/go-internal.git
- - dest: src/github/com/russross/blackfriday/v2
- tag: v2.0.1
+ url: https://github.com/rogpeppe/go-internal
+ - commit: d3b5b032dc8e8927d31a5071b56e14c89f045135
+ dest: src/github/com/russross/blackfriday/v2
type: git
- url: https://github.com/russross/blackfriday/v2.git
- - dest: src/github/com/ryanuber/columnize
- tag: v0.0.0-20160712163229-9b3edd62028f
+ url: https://github.com/russross/blackfriday
+ - commit: 9b3edd62028f107d7cabb19353292afd29311a4e
+ dest: src/github/com/ryanuber/columnize
type: git
- url: https://github.com/ryanuber/columnize.git
- - dest: src/github/com/samuel/go-zookeeper
- tag: v0.0.0-20190923202752-2cc03de413da
+ url: https://github.com/ryanuber/columnize
+ - commit: 2cc03de413da42869e2db7ce7965d3e978d917eb
+ dest: src/github/com/samuel/go-zookeeper
type: git
- url: https://github.com/samuel/go-zookeeper.git
- - dest: src/github/com/sclevine/agouti
- tag: v3.0.0+incompatible
+ url: https://github.com/samuel/go-zookeeper
+ - commit: e3f6c97a4077ad821daab49db8172cf9f6690faf
+ dest: src/github/com/sclevine/agouti
type: git
- url: https://github.com/sclevine/agouti.git
- - dest: src/github/com/sean-/seed
- tag: v0.0.0-20170313163322-e2103e2c3529
+ url: https://github.com/sclevine/agouti
+ - commit: e2103e2c35297fb7e17febb81e49b312087a2372
+ dest: src/github/com/sean-/seed
type: git
- url: https://github.com/sean-/seed.git
- - dest: src/github/com/shurcooL/sanitized_anchor_name
- tag: v1.0.0
+ url: https://github.com/sean-/seed
+ - commit: 7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615
+ dest: src/github/com/shurcooL/sanitized_anchor_name
type: git
- url: https://github.com/shurcooL/sanitized_anchor_name.git
- - dest: src/github/com/sirupsen/logrus
- tag: v1.6.0
+ url: https://github.com/shurcooL/sanitized_anchor_name
+ - commit: 60c74ad9be0d874af0ab0daef6ab07c5c5911f0d
+ dest: src/github/com/sirupsen/logrus
type: git
- url: https://github.com/sirupsen/logrus.git
- - dest: src/github/com/smartystreets/assertions
- tag: v0.0.0-20180927180507-b2de0cb4f26d
+ url: https://github.com/sirupsen/logrus
+ - commit: b2de0cb4f26d0705483a2f495d89896d0b808573
+ dest: src/github/com/smartystreets/assertions
type: git
- url: https://github.com/smartystreets/assertions.git
- - dest: src/github/com/smartystreets/goconvey
- tag: v1.6.4
+ url: https://github.com/smartystreets/assertions
+ - commit: 505e419363375c0dc132d3ac02632a4ee32199ca
+ dest: src/github/com/smartystreets/goconvey
type: git
- url: https://github.com/smartystreets/goconvey.git
- - dest: src/github/com/soheilhy/cmux
- tag: v0.1.4
+ url: https://github.com/smartystreets/goconvey
+ - commit: e09e9389d85d8492d313d73d1469c029e710623f
+ dest: src/github/com/soheilhy/cmux
type: git
- url: https://github.com/soheilhy/cmux.git
- - dest: src/github/com/sony/gobreaker
- tag: v0.4.1
+ url: https://github.com/soheilhy/cmux
+ - commit: 21dbfda1fc5e89b91bd0c835a91c31fe4d461e88
+ dest: src/github/com/sony/gobreaker
type: git
- url: https://github.com/sony/gobreaker.git
- - dest: src/github/com/spf13/cobra
- tag: v0.0.3
+ url: https://github.com/sony/gobreaker
+ - commit: ef82de70bb3f60c65fb8eebacbb2d122ef517385
+ dest: src/github/com/spf13/cobra
type: git
- url: https://github.com/spf13/cobra.git
- - dest: src/github/com/spf13/pflag
- tag: v1.0.1
+ url: https://github.com/spf13/cobra
+ - commit: 583c0c0531f06d5278b7d917446061adc344b5cd
+ dest: src/github/com/spf13/pflag
type: git
- url: https://github.com/spf13/pflag.git
- - dest: src/github/com/streadway/amqp
- tag: v0.0.0-20190827072141-edfb9018d271
+ url: https://github.com/spf13/pflag
+ - commit: edfb9018d2714e4ec54dbaba37dbfef2bdadf0e4
+ dest: src/github/com/streadway/amqp
type: git
- url: https://github.com/streadway/amqp.git
- - dest: src/github/com/streadway/handy
- tag: v0.0.0-20190108123426-d5acb3125c2a
+ url: https://github.com/streadway/amqp
+ - commit: d5acb3125c2a6654d2d691e6851674a645333da1
+ dest: src/github/com/streadway/handy
type: git
- url: https://github.com/streadway/handy.git
- - dest: src/github/com/stretchr/objx
- tag: v0.5.0
+ url: https://github.com/streadway/handy
+ - commit: 50a2c064be99303c5dddf725da60e30fbc4f6ede
+ dest: src/github/com/stretchr/objx
type: git
- url: https://github.com/stretchr/objx.git
- - dest: src/github/com/stretchr/testify
- tag: v1.8.1
+ url: https://github.com/stretchr/objx
+ - commit: b747d7c5f853d017ddbc5e623d026d7fc2770a58
+ dest: src/github/com/stretchr/testify
type: git
- url: https://github.com/stretchr/testify.git
- - dest: src/github/com/templexxx/cpu
- tag: v0.0.7
+ url: https://github.com/stretchr/testify
+ - commit: 94e7dd40b1a962871720b7b72aee763f626d6fca
+ dest: src/github/com/templexxx/cpu
type: git
- url: https://github.com/templexxx/cpu.git
- - dest: src/github/com/templexxx/xorsimd
- tag: v0.4.1
+ url: https://github.com/templexxx/cpu
+ - commit: b034a26572439cd9715a407675de3384fe8386bb
+ dest: src/github/com/templexxx/xorsimd
type: git
- url: https://github.com/templexxx/xorsimd.git
- - dest: src/github/com/tjfoc/gmsm
- tag: v1.3.2
+ url: https://github.com/templexxx/xorsimd
+ - commit: c0b00e87f7b1165ec3af2ccf042e2becddd22962
+ dest: src/github/com/tjfoc/gmsm
type: git
- url: https://github.com/tjfoc/gmsm.git
- - dest: src/github/com/tmc/grpc-websocket-proxy
- tag: v0.0.0-20170815181823-89b8d40f7ca8
+ url: https://github.com/tjfoc/gmsm
+ - commit: 89b8d40f7ca833297db804fcb3be53a76d01c238
+ dest: src/github/com/tmc/grpc-websocket-proxy
type: git
- url: https://github.com/tmc/grpc-websocket-proxy.git
- - dest: src/github/com/urfave/cli
- tag: v1.22.1
+ url: https://github.com/tmc/grpc-websocket-proxy
+ - commit: c71fbcefd21552b70cd625b2c54466006e258ad7
+ dest: src/github/com/urfave/cli
type: git
- url: https://github.com/urfave/cli.git
- - dest: src/github/com/xiang90/probing
- tag: v0.0.0-20190116061207-43a291ad63a2
+ url: https://github.com/urfave/cli
+ - commit: 43a291ad63a214a207fefbf03c7d9d78b703162b
+ dest: src/github/com/xiang90/probing
type: git
- url: https://github.com/xiang90/probing.git
- - dest: src/github/com/xtaci/kcp-go/v5
- tag: v5.6.1
+ url: https://github.com/xiang90/probing
+ - commit: 88fc14ae6dc5ff6eed704407e5f72ff0d28a7013
+ dest: src/github/com/xtaci/kcp-go/v5
type: git
- url: https://github.com/xtaci/kcp-go/v5.git
- - dest: src/github/com/xtaci/lossyconn
- tag: v0.0.0-20190602105132-8df528c0c9ae
+ url: https://github.com/xtaci/kcp-go
+ - commit: 8df528c0c9aeed110ff35a1d622c540d9f7d8f04
+ dest: src/github/com/xtaci/lossyconn
type: git
- url: https://github.com/xtaci/lossyconn.git
- - dest: src/github/com/xtaci/smux
- tag: v1.5.15
+ url: https://github.com/xtaci/lossyconn
+ - commit: fa45f32081fc91cfe98889120de1ca0fcb5daee7
+ dest: src/github/com/xtaci/smux
type: git
- url: https://github.com/xtaci/smux.git
- - dest: src/github/com/yuin/goldmark
- tag: v1.4.13
+ url: https://github.com/xtaci/smux
+ - commit: c0856327b39b00b39b5d7e1f5ed0eed8bb1b6a23
+ dest: src/github/com/yuin/goldmark
type: git
- url: https://github.com/yuin/goldmark.git
- - dest: src/gitlab/torproject/org/tpo/anti-censorship/geoip
- tag: v0.0.0-20210928150955-7ce4b3d98d01
+ url: https://github.com/yuin/goldmark
+ - commit: 7ce4b3d98d01ff33bad8007db3f488d5b172382a
+ dest: src/gitlab/torproject/org/tpo/anti-censorship/geoip
type: git
- url: https://gitlab.torproject.org/tpo/anti-censorship/geoip.git
- - dest: src/gitlab/torproject/org/tpo/anti-censorship/pluggable-transports/goptlib
- tag: v1.4.0
+ url: https://gitlab.torproject.org/tpo/anti-censorship/geoip
+ - commit: 24b2b145d7afc66b66e58c702cf988c00f694b70
+ dest: src/gitlab/torproject/org/tpo/anti-censorship/pluggable-transports/goptlib
type: git
- url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib.git
- - dest: src/go/etcd/io/bbolt
- tag: v1.3.3
+ url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib
+ - commit: a0458a2b35708eef59eb5f620ceb3cd1c01a824d
+ dest: src/go/etcd/io/bbolt
type: git
- url: https://go.etcd.io/bbolt.git
- - dest: src/go/etcd/io/etcd
- tag: v0.0.0-20191023171146-3cf2f69b5738
+ url: https://github.com/etcd-io/bbolt
+ - commit: 3cf2f69b5738fb702ba1a935590f36b52b18979b
+ dest: src/go/etcd/io/etcd
type: git
- url: https://go.etcd.io/etcd.git
- - dest: src/go/opencensus/io
- tag: v0.22.2
+ url: https://github.com/etcd-io/etcd
+ - commit: 03b225e8696ef0491de585c9215ce4b175d452ea
+ dest: src/go/opencensus/io
type: git
- url: https://go.opencensus.io.git
- - dest: src/go/uber/org/atomic
- tag: v1.5.0
+ url: https://github.com/census-instrumentation/opencensus-go
+ - commit: be16890328e4cec02d1aead6d8f0587e43f30b37
+ dest: src/go/uber/org/atomic
type: git
- url: https://go.uber.org/atomic.git
- - dest: src/go/uber/org/multierr
- tag: v1.3.0
+ url: https://github.com/uber-go/atomic
+ - commit: 32a51150687e3dab6420cffb5a6788812a364cd9
+ dest: src/go/uber/org/multierr
type: git
- url: https://go.uber.org/multierr.git
- - dest: src/go/uber/org/tools
- tag: v0.0.0-20190618225709-2cfd321de3ee
+ url: https://github.com/uber-go/multierr
+ - commit: 2cfd321de3ee5d5f8a5fda2521d1703478334d98
+ dest: src/go/uber/org/tools
type: git
- url: https://go.uber.org/tools.git
- - dest: src/go/uber/org/zap
- tag: v1.13.0
+ url: https://github.com/uber-go/tools
+ - commit: 54b468e9f8a9eaba4f33d1cd6474c0d5dc1b541c
+ dest: src/go/uber/org/zap
type: git
- url: https://go.uber.org/zap.git
- - dest: src/golang/org/x/arch
- tag: v0.0.0-20190909030613-46d78d1859ac
+ url: https://github.com/uber-go/zap
+ - commit: 46d78d1859ac211aa1974fd87c29e0dce2b867f7
+ dest: src/golang/org/x/arch
type: git
- url: https://golang.org/x/arch.git
- - dest: src/golang/org/x/crypto
- tag: v0.6.0
+ url: https://go.googlesource.com/arch
+ - commit: a9f661cb6e1b78478731da332a7b82f1e2fd779c
+ dest: src/golang/org/x/crypto
type: git
- url: https://golang.org/x/crypto.git
- - dest: src/golang/org/x/exp
- tag: v0.0.0-20190121172915-509febef88a4
+ url: https://go.googlesource.com/crypto
+ - commit: 509febef88a4b4fad613c9cc84ac7e982f22e774
+ dest: src/golang/org/x/exp
type: git
- url: https://golang.org/x/exp.git
- - dest: src/golang/org/x/lint
- tag: v0.0.0-20190930215403-16217165b5de
+ url: https://go.googlesource.com/exp
+ - commit: 16217165b5de779cb6a5e4fc81fa9c1166fda457
+ dest: src/golang/org/x/lint
type: git
- url: https://golang.org/x/lint.git
- - dest: src/golang/org/x/mod
- tag: v0.6.0-dev.0.20220419223038-86c51ed26bb4
+ url: https://go.googlesource.com/lint
+ - commit: 273ef6c30f77718d9c04e38b791a0913f652b9c9
+ dest: src/golang/org/x/mod
type: git
- url: https://golang.org/x/mod.git
- - dest: src/golang/org/x/net
- tag: v0.7.0
+ url: https://go.googlesource.com/mod
+ - commit: 8e2b117aee74f6b86c207a808b0255de45c0a18a
+ dest: src/golang/org/x/net
type: git
- url: https://golang.org/x/net.git
- - dest: src/golang/org/x/oauth2
- tag: v0.0.0-20190226205417-e64efc72b421
+ url: https://go.googlesource.com/net
+ - commit: e64efc72b421e893cbf63f17ba2221e7d6d0b0f3
+ dest: src/golang/org/x/oauth2
type: git
- url: https://golang.org/x/oauth2.git
- - dest: src/golang/org/x/sync
- tag: v0.0.0-20220722155255-886fb9371eb4
+ url: https://go.googlesource.com/oauth2
+ - commit: 886fb9371eb4b47af10bff9c8025a8c9e1554b92
+ dest: src/golang/org/x/sync
type: git
- url: https://golang.org/x/sync.git
- - dest: src/golang/org/x/sys
- tag: v0.5.0
+ url: https://go.googlesource.com/sync
+ - commit: 90c8f94a055257f9ab343137cbada4e658750fbb
+ dest: src/golang/org/x/sys
type: git
- url: https://golang.org/x/sys.git
- - dest: src/golang/org/x/term
- tag: v0.5.0
+ url: https://go.googlesource.com/sys
+ - commit: d974fe83263b348b6fa9fb95bebc2ff93997880a
+ dest: src/golang/org/x/term
type: git
- url: https://golang.org/x/term.git
- - dest: src/golang/org/x/text
- tag: v0.7.0
+ url: https://go.googlesource.com/term
+ - commit: 71a9c9afc4cd710b9412f7f99f0d8e35b10e488a
+ dest: src/golang/org/x/text
type: git
- url: https://golang.org/x/text.git
- - dest: src/golang/org/x/time
- tag: v0.0.0-20191024005414-555d28b269f0
+ url: https://go.googlesource.com/text
+ - commit: 555d28b269f0569763d25dbe1a237ae74c6bcc82
+ dest: src/golang/org/x/time
type: git
- url: https://golang.org/x/time.git
- - dest: src/golang/org/x/tools
- tag: v0.1.12
+ url: https://go.googlesource.com/time
+ - commit: b3b5c13b291f9653da6f31b95db100a2e26bd186
+ dest: src/golang/org/x/tools
type: git
- url: https://golang.org/x/tools.git
- - dest: src/golang/org/x/xerrors
- tag: v0.0.0-20200804184101-5ec99f83aff1
+ url: https://go.googlesource.com/tools
+ - commit: 5ec99f83aff198f5fbd629d6c8d8eb38a04218ca
+ dest: src/golang/org/x/xerrors
type: git
- url: https://golang.org/x/xerrors.git
- - dest: src/google/golang/org/api
- tag: v0.3.1
+ url: https://go.googlesource.com/xerrors
+ - commit: 5263f1865fbadbbfa7eddb8ff2801054249d8568
+ dest: src/google/golang/org/api
type: git
- url: https://google.golang.org/api.git
- - dest: src/google/golang/org/appengine
- tag: v1.4.0
+ url: https://github.com/googleapis/google-api-go-client
+ - commit: 15b7394f9abc7ef466bc388559f6c0127e336023
+ dest: src/google/golang/org/appengine
type: git
- url: https://google.golang.org/appengine.git
- - dest: src/google/golang/org/genproto
- tag: v0.0.0-20190819201941-24fa4b261c55
+ url: https://github.com/golang/appengine
+ - commit: 24fa4b261c55da65468f2abfdae2b024eef27dfb
+ dest: src/google/golang/org/genproto
type: git
- url: https://google.golang.org/genproto.git
- - dest: src/google/golang/org/grpc
- tag: v1.26.0
+ url: https://github.com/googleapis/go-genproto
+ - commit: f5b0812e6fe574d90da76b205e9eb51f6ddb1919
+ dest: src/google/golang/org/grpc
type: git
- url: https://google.golang.org/grpc.git
- - dest: src/google/golang/org/protobuf
- tag: v1.26.0
+ url: https://github.com/grpc/grpc-go
+ - commit: f2d1f6cbe10b90d22296ea09a7217081c2798009
+ dest: src/google/golang/org/protobuf
type: git
- url: https://google.golang.org/protobuf.git
- - dest: src/gopkg/in/alecthomas/kingpin/v2
- tag: v2.2.6
+ url: https://go.googlesource.com/protobuf
+ - commit: 947dcec5ba9c011838740e680966fd7087a71d0d
+ dest: src/gopkg/in/alecthomas/kingpin/v2
type: git
url: https://gopkg.in/alecthomas/kingpin.v2.git
- - dest: src/gopkg/in/check/v1
- tag: v1.0.0-20190902080502-41f04d3bba15
+ - commit: 41f04d3bba152ddec2103e299fed053415705330
+ dest: src/gopkg/in/check/v1
type: git
url: https://gopkg.in/check.v1.git
- - dest: src/gopkg/in/cheggaaa/pb/v1
- tag: v1.0.25
+ - commit: 2af8bbdea9e99e83b3ac400d8f6b6d1b8cbbf338
+ dest: src/gopkg/in/cheggaaa/pb/v1
type: git
url: https://gopkg.in/cheggaaa/pb.v1.git
- - dest: src/gopkg/in/errgo/v2
- tag: v2.1.0
+ - commit: f768c5ab0476c50e978b039312180859c10fe8c0
+ dest: src/gopkg/in/errgo/v2
type: git
url: https://gopkg.in/errgo.v2.git
- - dest: src/gopkg/in/fsnotify/v1
- tag: v1.4.7
+ - commit: c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9
+ dest: src/gopkg/in/fsnotify/v1
type: git
url: https://gopkg.in/fsnotify.v1.git
- - dest: src/gopkg/in/gcfg/v1
- tag: v1.2.3
+ - commit: 61b2c08bc8f6068f7c5ca684372f9a6cb1c45ebe
+ dest: src/gopkg/in/gcfg/v1
type: git
url: https://gopkg.in/gcfg.v1.git
- - dest: src/gopkg/in/resty/v1
- tag: v1.12.0
+ - commit: fa5875c0caa5c260ab78acec5a244215a730247f
+ dest: src/gopkg/in/resty/v1
type: git
url: https://gopkg.in/resty.v1.git
- - dest: src/gopkg/in/tomb/v1
- tag: v1.0.0-20141024135613-dd632973f1e7
+ - commit: dd632973f1e7218eb1089048e0798ec9ae7dceb8
+ dest: src/gopkg/in/tomb/v1
type: git
url: https://gopkg.in/tomb.v1.git
- - dest: src/gopkg/in/warnings/v0
- tag: v0.1.2
+ - commit: ec4a0fea49c7b46c2aeb0b51aac55779c607e52b
+ dest: src/gopkg/in/warnings/v0
type: git
url: https://gopkg.in/warnings.v0.git
- - dest: src/gopkg/in/yaml/v2
- tag: v2.4.0
+ - commit: 7649d4548cb53a614db133b2a8ac1f31859dda8c
+ dest: src/gopkg/in/yaml/v2
type: git
url: https://gopkg.in/yaml.v2.git
- - dest: src/gopkg/in/yaml/v3
- tag: v3.0.1
+ - commit: f6f7691b1fdeb513f56608cd2c32c51f8194bf51
+ dest: src/gopkg/in/yaml/v3
type: git
url: https://gopkg.in/yaml.v3.git
- - dest: src/honnef/co/go/tools
- tag: v0.0.1-2019.2.3
+ - commit: 05ad97551d6a532cc5af410e6f4c0cf030120261
+ dest: src/honnef/co/go/tools
type: git
- url: https://honnef.co/go/tools.git
- - dest: src/rsc/io/pdf
- tag: v0.1.1
+ url: https://github.com/dominikh/go-tools
+ - commit: 48d040297cebccc9e8dc43927e1b8036ecd33bfe
+ dest: src/rsc/io/pdf
type: git
- url: https://rsc.io/pdf.git
- - dest: src/sigs/k8s/io/yaml
- tag: v1.1.0
+ url: https://github.com/rsc/pdf
+ - commit: fd68e9863619f6ec2fdd8625fe1f02e7c877e480
+ dest: src/sigs/k8s/io/yaml
type: git
- url: https://sigs.k8s.io/yaml.git
- - dest: src/sourcegraph/com/sourcegraph/appdash
- tag: v0.0.0-20190731080439-ebfcffb1b5c0
+ url: https://github.com/kubernetes-sigs/yaml/
+ - commit: ebfcffb1b5c00031ce797183546746715a3cfe87
+ dest: src/sourcegraph/com/sourcegraph/appdash
type: git
- url: https://sourcegraph.com/sourcegraph/appdash.git
+ url: https://github.com/sourcegraph/appdash
- name: onionshare
buildsystem: simple
ensure-writable: