fixed dep verisons for uuid. finished passing env around

This commit is contained in:
luke.rodham
2018-01-04 10:59:03 +00:00
parent 558e986a0f
commit 1e57ce3d8d
4 changed files with 46 additions and 63 deletions

View File

@@ -1,29 +1,6 @@
# 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/gobuffalo/buffalo"
version = "0.10.1"
version = "0.10.2"
[[constraint]]
name = "github.com/gorilla/context"
@@ -35,4 +12,8 @@
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
version = "1.2.0"
[[override]]
name = "github.com/satori/go.uuid"
revision = "36e9d2ebbde5e3f13ab2e25625fd453271d6522e"