featurebase/Gopkg.toml
Cody Soyland 5bc9c43611 Switch from glide to dep for dependency management. Fixes #732.
This implements the new `dep` command into our build process and removes
all references to Glide.
2017-07-21 11:09:43 -05:00

49 lines
1.1 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"
[[constraint]]
name = "github.com/BurntSushi/toml"
revision = "99064174e013895bbd9b025c31100bd1d9b590ca"
[[constraint]]
branch = "master"
name = "github.com/CAFxX/gcnotifier"
[[constraint]]
name = "github.com/boltdb/bolt"
revision = "4b1ebc1869ad66568b313d0dc410e2be72670dda"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.3.0"
[[constraint]]
name = "github.com/hashicorp/memberlist"
version = "=0.1.0"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
branch = "master"
name = "github.com/spf13/viper"