mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 14:10:05 +00:00
9c6e3c89a5
* fix js scoping issue * add external libraries (they were offline too often) * new compiled scripts and css * new fixes in the binary * vendor update * change js source * remove needless variable * removed more needless variables
58 lines
1.2 KiB
TOML
58 lines
1.2 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/Luzifer/rconfig"
|
|
version = "v2.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/aws/aws-sdk-go"
|
|
version = "v1.16.22"
|
|
|
|
[[constraint]]
|
|
name = "github.com/flosch/pongo2"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/mux"
|
|
version = "v1.6.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/sessions"
|
|
version = "v1.1.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/satori/go.uuid"
|
|
version = "v1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/sirupsen/logrus"
|
|
version = "v1.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/xuyu/goredis"
|
|
revision = "89fbe9474b3758ff3adf0b7b29c95aeed115fb7b"
|
|
|
|
[[constraint]]
|
|
name = "golang.org/x/crypto"
|
|
revision = "ff983b9c42bc9fbf91556e191cc8efb585c16908"
|