summaryrefslogtreecommitdiff
path: root/Gopkg.toml
blob: 467ae19d3f1f16ca07f50d7df1f2de327e6859a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.

[[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.9.0"

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