summaryrefslogtreecommitdiff
path: root/Gopkg.toml
blob: 137c406801fca1eae40068b6d9affd851c509157 (plain)
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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
[prune]
  non-go = true
  go-tests = true
  unused-packages = true

[[constraint]]
  name = "github.com/docker/distribution"
  version = "2.6.2"

[[constraint]]
  name = "github.com/stretchr/testify"
  version = "1.1.4"

[[constraint]]
  name = "gopkg.in/go-playground/validator.v9"
  version = "9.12.0"

[[constraint]]
  branch = "v2"
  name = "gopkg.in/yaml.v2"

[[constraint]]
  name = "github.com/utahta/go-openuri"
  version = "0.1.0"

[[constraint]]
  branch = "v2"
  name = "github.com/pborman/getopt"

[[constraint]]
  name = "github.com/ghodss/yaml"
  version = "1.0.0"