teleport/Gopkg.toml
2019-07-10 11:19:37 -07:00

197 lines
3.9 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"
ignored = ["github.com/Sirupsen/logrus"]
[prune]
go-tests = true
unused-packages = true
non-go = true
[[override]]
name = "github.com/alecthomas/template"
branch = "master"
[[override]]
name = "github.com/alecthomas/units"
branch = "master"
[[override]]
name = "github.com/cenkalti/backoff"
version = ">=1.0.0, <=19.0.0-g5d150e7"
[[constraint]]
name = "github.com/armon/go-radix"
branch = "master"
[[constraint]]
name = "github.com/google/btree"
branch = "master"
[[constraint]]
name = "github.com/gogo/protobuf"
version = "v1.1.1"
[[constraint]]
name = "github.com/mattn/go-sqlite3"
version = "v1.10.0"
[[constraint]]
name = "github.com/vulcand/predicate"
version = "v1.1.0"
[[constraint]]
name = "github.com/docker/docker"
revision = "1ef1cc8388165b2b848f9b3f53ec91c87de09f63"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.17"
[[constraint]]
name = "github.com/coreos/etcd"
version = "3.3.9"
[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/gokyle/hotp"
[[constraint]]
name = "golang.org/x/crypto"
branch = "master"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[[constraint]]
name = "github.com/google/gops"
version = ">=0.3.1, <=12.0.0-gccfb39d"
[[constraint]]
branch = "master"
name = "github.com/gravitational/form"
[[constraint]]
name = "github.com/gravitational/kingpin"
revision = "742f2714c145075a68df26ccc25bc05545310f3a"
[[constraint]]
name = "github.com/gravitational/roundtrip"
version = "1.0.0"
[[constraint]]
version = "0.0.1"
name = "github.com/gravitational/ttlmap"
[[constraint]]
name = "github.com/julienschmidt/httprouter"
version = ">=1.0.0, <=64.0.0-gb428fda"
[[constraint]]
branch = "master"
name = "github.com/kardianos/osext"
[[constraint]]
name = "github.com/kr/pty"
version = "1.0.0"
[[constraint]]
name = "github.com/mailgun/lemma"
version = ">=0.0.2, <=1.0.0-gc98f59f"
[[constraint]]
version = "1.0.2"
name = "github.com/gravitational/oxy"
[[constraint]]
name = "github.com/pborman/uuid"
version = ">=1.0.0, <=11.0.0-gc55201b"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.9.2"
[[constraint]]
branch = "master"
name = "github.com/russellhaering/goxmldsig"
[[constraint]]
name = "google.golang.org/grpc"
version = ">=1.14.0"
[[constraint]]
name = "github.com/gravitational/trace"
version = "1.1.6"
[[constraint]]
name = "github.com/coreos/go-oidc"
version = "0.0.3"
source = "github.com/gravitational/go-oidc"
[[override]]
name = "github.com/sirupsen/logrus"
source = "github.com/gravitational/logrus"
version = "1.0.0"
[[constraint]]
name = "github.com/russellhaering/gosaml2"
revision = "8908227c114abe0b63b1f0606abae72d11bf632a"
[[constraint]]
name = "github.com/gravitational/reporting"
version = "0.0.6"
[[constraint]]
name = "github.com/gravitational/license"
version = "0.0.6"
[[override]]
name = "k8s.io/api"
branch = "release-1.9"
[[override]]
name = "k8s.io/apimachinery"
branch = "release-1.9"
[[constraint]]
version = "6.0.0"
name = "k8s.io/client-go"
[[constraint]]
name = "github.com/golang/protobuf"
version = "=v1.1.0"
[[constraint]]
name = "github.com/Microsoft/go-winio"
version = "=v0.4.9"
[[constraint]]
name = "github.com/jonboulle/clockwork"
branch = "master"