mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
This implements the new `dep` command into our build process and removes all references to Glide.
49 lines
1.1 KiB
TOML
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"
|