|
1 | 1 | module github.com/genuinetools/reg
|
2 | 2 |
|
3 | 3 | require (
|
| 4 | + cloud.google.com/go v0.38.0 // indirect |
4 | 5 | github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
5 |
| - github.com/Microsoft/go-winio v0.4.11 // indirect |
| 6 | + github.com/Microsoft/go-winio v0.4.12 // indirect |
6 | 7 | github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
7 |
| - github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect |
8 |
| - github.com/containerd/continuity v0.0.0-20180921161001-7f53d412b9eb // indirect |
9 |
| - github.com/coreos/clair v0.0.0-20180919182544-44ae4bc9590a |
10 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
11 |
| - github.com/docker/cli v0.0.0-20180920165730-54c19e67f69c // indirect |
12 |
| - github.com/docker/distribution v0.0.0-20180920194744-16128bbac47f |
| 8 | + github.com/beorn7/perks v1.0.0 // indirect |
| 9 | + github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect |
| 10 | + github.com/coreos/clair v2.0.8+incompatible |
| 11 | + github.com/docker/cli v0.0.0-20190429053159-3273c2e23546 // indirect |
| 12 | + github.com/docker/distribution v2.7.1+incompatible |
13 | 13 | github.com/docker/docker v0.0.0-20180924202107-a9c061deec0f
|
14 | 14 | github.com/docker/docker-ce v0.0.0-20180924210327-f53bd8bb8e43
|
15 |
| - github.com/docker/docker-credential-helpers v0.6.1 // indirect |
| 15 | + github.com/docker/docker-credential-helpers v0.6.2 // indirect |
16 | 16 | github.com/docker/go-connections v0.0.0-20180821093606-97c2040d34df // indirect
|
17 |
| - github.com/docker/go-metrics v0.0.0-20180209012529-399ea8c73916 // indirect |
18 |
| - github.com/docker/go-units v0.3.3 // indirect |
| 17 | + github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect |
| 18 | + github.com/docker/go-units v0.4.0 // indirect |
19 | 19 | github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
|
20 | 20 | github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e // indirect
|
21 |
| - github.com/genuinetools/pkg v0.0.0-20180910213200-1c141f661797 |
22 |
| - github.com/gogo/protobuf v1.1.1 // indirect |
23 |
| - github.com/google/go-cmp v0.2.0 |
| 21 | + github.com/genuinetools/pkg v0.0.0-20181022210355-2fcf164d37cb |
| 22 | + github.com/go-logfmt/logfmt v0.4.0 // indirect |
| 23 | + github.com/gogo/protobuf v1.2.1 // indirect |
| 24 | + github.com/golang/lint v0.0.0-20190409202823-959b441ac422 // indirect |
| 25 | + github.com/golang/mock v1.3.0 // indirect |
| 26 | + github.com/google/btree v1.0.0 // indirect |
| 27 | + github.com/google/go-cmp v0.3.0 |
| 28 | + github.com/google/pprof v0.0.0-20190502144155-8358a9778bd1 // indirect |
24 | 29 | github.com/gorilla/context v1.1.1 // indirect
|
25 |
| - github.com/gorilla/mux v1.6.2 |
26 |
| - github.com/grpc-ecosystem/grpc-gateway v1.5.0 // indirect |
27 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 30 | + github.com/gorilla/mux v1.7.1 |
| 31 | + github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect |
| 32 | + github.com/hashicorp/golang-lru v0.5.1 // indirect |
| 33 | + github.com/kisielk/errcheck v1.2.0 // indirect |
| 34 | + github.com/kisielk/gotool v1.0.0 // indirect |
| 35 | + github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect |
| 36 | + github.com/kr/pty v1.1.4 // indirect |
28 | 37 | github.com/mitchellh/go-wordwrap v1.0.0
|
29 |
| - github.com/onsi/gomega v1.4.2 // indirect |
| 38 | + github.com/onsi/ginkgo v1.8.0 // indirect |
| 39 | + github.com/onsi/gomega v1.5.0 // indirect |
30 | 40 | github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2
|
31 | 41 | github.com/opencontainers/image-spec v1.0.1 // indirect
|
32 | 42 | github.com/opencontainers/runc v0.1.1 // indirect
|
33 | 43 | github.com/peterhellberg/link v1.0.0
|
34 |
| - github.com/pkg/errors v0.8.0 // indirect |
35 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
36 |
| - github.com/prometheus/client_golang v0.0.0-20180924113449-f69c853d21c1 // indirect |
37 |
| - github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect |
38 |
| - github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect |
39 |
| - github.com/prometheus/procfs v0.0.0-20180920065004-418d78d0b9a7 // indirect |
40 |
| - github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 |
41 |
| - github.com/sirupsen/logrus v1.0.6 |
42 |
| - github.com/stretchr/testify v1.2.2 // indirect |
43 |
| - golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b // indirect |
44 |
| - golang.org/x/net v0.0.0-20180925072008-f04abc6bdfa7 // indirect |
45 |
| - golang.org/x/sys v0.0.0-20180925112736-b09afc3d579e // indirect |
46 |
| - golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect |
47 |
| - google.golang.org/genproto v0.0.0-20180924164928-221a8d4f7494 // indirect |
48 |
| - google.golang.org/grpc v1.15.0 |
| 44 | + github.com/pkg/errors v0.8.1 // indirect |
| 45 | + github.com/prometheus/client_golang v0.9.2 // indirect |
| 46 | + github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect |
| 47 | + github.com/prometheus/common v0.3.0 // indirect |
| 48 | + github.com/prometheus/procfs v0.0.0-20190503130316-740c07785007 // indirect |
| 49 | + github.com/rogpeppe/fastuuid v1.0.0 // indirect |
| 50 | + github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 |
| 51 | + github.com/sirupsen/logrus v1.4.1 |
| 52 | + github.com/stretchr/objx v0.2.0 // indirect |
| 53 | + golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect |
| 54 | + golang.org/x/exp v0.0.0-20190429183610-475c5042d3f1 // indirect |
| 55 | + golang.org/x/image v0.0.0-20190501045829-6d32002ffd75 // indirect |
| 56 | + golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect |
| 57 | + golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect |
| 58 | + golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect |
| 59 | + golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect |
| 60 | + golang.org/x/sys v0.0.0-20190506115046-ca7f33d4116e // indirect |
| 61 | + golang.org/x/text v0.3.2 // indirect |
| 62 | + golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect |
| 63 | + golang.org/x/tools v0.0.0-20190503185657-3b6f9c0030f7 // indirect |
| 64 | + google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 // indirect |
| 65 | + google.golang.org/grpc v1.20.1 |
49 | 66 | gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
50 | 67 | gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
51 |
| - gotest.tools v2.1.0+incompatible // indirect |
| 68 | + gopkg.in/yaml.v2 v2.2.2 // indirect |
| 69 | + gotest.tools v2.2.0+incompatible // indirect |
| 70 | + honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a // indirect |
52 | 71 | )
|
| 72 | + |
| 73 | +replace github.com/golang/lint v0.0.0-20190409202823-959b441ac422 => github.com/golang/lint v0.0.0-20190409202823-5614ed5bae6fb75893070bdc0996a68765fdd275 |
0 commit comments