45 lines
856 B
TOML
45 lines
856 B
TOML
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
|
|
[[constraint]]
|
|
name = "github.com/BurntSushi/toml"
|
|
version = "~0.3.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/bitly/go-simplejson"
|
|
version = "~0.5.0"
|
|
|
|
[[constraint]]
|
|
branch = "v2"
|
|
name = "github.com/coreos/go-oidc"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/mreiferson/go-options"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "~1.1.4"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/oauth2"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "google.golang.org/api"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/fsnotify/fsnotify.v1"
|
|
version = "~1.2.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/crypto"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/natefinch/lumberjack.v2"
|
|
version = "2.1.0"
|