95 lines
1.8 KiB
TOML
95 lines
1.8 KiB
TOML
# Gopkg.toml example
|
|
#
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project"
|
|
# version = "1.0.0"
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project2"
|
|
# branch = "dev"
|
|
# source = "github.com/myfork/project2"
|
|
#
|
|
# [[override]]
|
|
# name = "github.com/x/y"
|
|
# version = "2.4.0"
|
|
#
|
|
# [prune]
|
|
# non-go = false
|
|
# go-tests = true
|
|
# unused-packages = true
|
|
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/Azure/go-ansiterm"
|
|
|
|
[[constraint]]
|
|
name = "github.com/Microsoft/go-winio"
|
|
version = "0.4.7"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/Nvveen/Gotty"
|
|
|
|
[[constraint]]
|
|
name = "github.com/cenkalti/backoff"
|
|
version = "2.0.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/containerd/continuity"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/go-connections"
|
|
version = "0.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/docker/go-units"
|
|
version = "0.3.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gotestyourself/gotestyourself"
|
|
version = "1.3.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/lib/pq"
|
|
|
|
[[constraint]]
|
|
name = "github.com/opencontainers/image-spec"
|
|
version = "1.0.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/opencontainers/runc"
|
|
version = "1.0.0-rc5"
|
|
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/sirupsen/logrus"
|
|
version = "1.0.5"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.1"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/net"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/sys"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|