-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gopkg.toml
42 lines (32 loc) · 893 Bytes
/
Gopkg.toml
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
required = ["github.com/docker/distribution"]
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.1"
[[constraint]]
name = "github.com/docker/docker"
revision = "56b14b8c259640e570becfaffa7aeb3209239991"
[[constraint]]
name = "github.com/docker/distribution"
revision = "749f6afb4572201e3c37325d0ffedb6f32be8950"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.79"
[[constraint]]
name = "github.com/joho/godotenv"
version = "1.2.0"
[[constraint]]
name = "github.com/kelseyhightower/envconfig"
version = "1.3.0"
[[constraint]]
name = "github.com/prometheus/common"
revision = "89604d197083d4781071d3c65855d24ecfb0a563"