teleport/Gopkg.toml
Roman Tkachenko 143b834e57 Changes for the upcoming teleport pro:
* Allow external audit log plugins
* Add support for auth API server plugins
* Add license file path configuration parameter (not used in open-source)
* Extend audit log with user login events
2017-11-21 17:35:58 -08:00

154 lines
3.3 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"]
[[constraint]]
name = "github.com/alecthomas/template"
branch = "master"
[[constraint]]
name = "github.com/alecthomas/units"
branch = "master"
[[constraint]]
name = "k8s.io/apimachinery"
revision = "1fd2e63a9a370677308a42f24fd40c86438afddf"
[[constraint]]
name = "github.com/vulcand/predicate"
version = "v1.0.0"
[[constraint]]
name = "github.com/docker/docker"
revision = "1009e6a40b295187e038b67e184e9c0384d95538"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.17"
[[constraint]]
name = "github.com/boltdb/bolt"
version = ">=1.0.0, <=111.0.0-g04a3e85"
[[constraint]]
name = "github.com/cenkalti/backoff"
version = ">=1.0.0, <=19.0.0-g5d150e7"
[[constraint]]
name = "github.com/coreos/etcd"
version = "3.2.4"
[[constraint]]
name = "github.com/davecgh/go-spew"
version = "1.1.0"
[[constraint]]
branch = "master"
name = "github.com/gokyle/hotp"
[[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"
branch = "master"
[[constraint]]
branch = "master"
name = "github.com/gravitational/roundtrip"
[[constraint]]
version = "0.0.1"
name = "github.com/gravitational/ttlmap"
[[constraint]]
name = "github.com/grpc-ecosystem/grpc-gateway"
version = "1.1.0"
[[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]]
branch = "alexander/copy"
name = "github.com/mailgun/oxy"
[[constraint]]
name = "github.com/pborman/uuid"
version = ">=1.0.0, <=11.0.0-gc55201b"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
branch = "master"
name = "github.com/russellhaering/goxmldsig"
[[constraint]]
name = "google.golang.org/grpc"
version = ">=1.0.0, <=183.0.0-g231b4cf"
[[constraint]]
name = "github.com/gravitational/trace"
version = "1.1.3"
[[constraint]]
name = "github.com/coreos/go-oidc"
version = "0.0.1"
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.4"
[[constraint]]
name = "github.com/gravitational/license"
version = "0.0.4"