This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
61 lines (59 loc) · 3.25 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module go.merklecounty.com/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/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/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/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/prometheus/client_golang v1.0.0
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.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/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
)