Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
go.mod: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Philips committed Jul 30, 2019
1 parent 6e6c22c commit a270ca0
Show file tree
Hide file tree
Showing 2,725 changed files with 473,698 additions and 9,002 deletions.
68 changes: 45 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,58 @@ module github.com/merklecounty/rget
go 1.12

require (
contrib.go.opencensus.io/exporter/stackdriver v0.12.4 // indirect
github.com/Masterminds/sprig v2.20.0+incompatible // indirect
github.com/aristanetworks/goarista v0.0.0-20190712234253-ed1100a1c015 // indirect
github.com/aws/aws-sdk-go v1.21.7 // indirect
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/fatih/color v1.7.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/ethereum/go-ethereum v1.9.1 // indirect
github.com/gliderlabs/ssh v0.2.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.2.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/certificate-transparency-go v1.0.21
github.com/google/go-cmp v0.3.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/certificate-transparency-go v1.0.22-0.20190627171427-aedc8d1c5ab6
github.com/google/go-github/v24 v24.0.1
github.com/google/trillian v1.2.1
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/google/licenseclassifier v0.0.0-20190711054124-c3068f13fcc3 // indirect
github.com/google/monologue v0.0.0-20190726195922-5f1731c3716b // indirect
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
github.com/google/trillian v1.3.0
github.com/google/trillian-examples v0.0.0-20190702145505-4fa09a9dff4f // indirect
github.com/gostaticanalysis/analysisutil v0.0.2 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/klauspost/compress v1.7.4 // indirect
github.com/letsencrypt/pkcs11key v3.0.0+incompatible // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/lyft/protoc-gen-validate v0.1.0 // indirect
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/mwitkow/go-proto-validators v0.0.0-20190709101305-c00cd28f239a // indirect
github.com/nmrshll/oauth2-noserver v0.0.0-20190221200101-9bf017bef639
github.com/nmrshll/rndm-go v0.0.0-20170430161430-8da3024e53de // indirect
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/shurcooL/go v0.0.0-20190704215121-7189cc372560 // indirect
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0 // indirect
go.opencensus.io v0.21.0 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/timakin/bodyclose v0.0.0-20190721030226-87058b9bfcec // indirect
github.com/ugorji/go v1.1.7 // indirect
github.com/valyala/fasthttp v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/exp v0.0.0-20190718202018-cfdd5522f6f6 // indirect
golang.org/x/image v0.0.0-20190729225735-1bd0cf576493 // indirect
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect
google.golang.org/grpc v1.20.1 // indirect
gopkg.in/src-d/go-git.v4 v4.10.0
golang.org/x/tools v0.0.0-20190729092621-ff9f1409240a // indirect
google.golang.org/grpc v1.22.1 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.12.0
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f // indirect
)
584 changes: 584 additions & 0 deletions go.sum

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions vendor/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/BurntSushi/toml/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/BurntSushi/toml/COPYING

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions vendor/github.com/BurntSushi/toml/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

218 changes: 218 additions & 0 deletions vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a270ca0

Please sign in to comment.