forked from oras-project/oras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
42 lines (33 loc) · 1.02 KB
/
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
[prune]
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/containerd/containerd"
version = "1.2.1"
[[constraint]]
name = "github.com/opencontainers/go-digest"
version = "1.0.0-rc1"
[[constraint]]
name = "github.com/opencontainers/image-spec"
version = "1.0.1"
# Test dependency
[[constraint]]
name = "github.com/docker/distribution"
version = "^2.7.1"
# These overrides below necessary for using docker/distribution as a test dependency
[[override]]
name = "github.com/yvasiyarov/newrelic_platform_go"
revision = "b21fdbd4370f3717f3bbd2bf41c223bc273068e6"
[[override]]
name = "github.com/miekg/dns"
revision = "0d29b283ac0f967dd3a02739bf26a22702210d7a"
[[override]]
name = "github.com/xenolf/lego"
revision = "a9d8cec0e6563575e5868a005359ac97911b5985"
[[override]]
name = "github.com/bugsnag/bugsnag-go"
revision = "109a9d63f2b57c4623f4912b256bac4a7a63517d"
[[override]]
name = "rsc.io/letsencrypt"
branch = "master"
source = "https://github.com/dmcgowan/letsencrypt.git"