1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-01 13:18:05 +02:00
oauth2-proxy/Gopkg.toml

57 lines
1.1 KiB
TOML
Raw Normal View History

# 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]]
2019-06-03 14:54:54 +10:00
version = "^2"
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]]
2018-11-27 12:08:00 +00:00
name = "gopkg.in/fsnotify/fsnotify.v1"
version = "~1.2.0"
2018-02-16 02:14:41 -06:00
2019-05-06 22:51:02 +01:00
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
2018-02-16 02:14:41 -06:00
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
name = "gopkg.in/natefinch/lumberjack.v2"
version = "2.1.0"
2019-05-09 16:09:22 -07:00
[[constraint]]
name = "github.com/go-redis/redis"
2019-05-13 11:54:22 -07:00
version = "v6.15.2"
2019-05-09 16:09:22 -07:00
[[constraint]]
name = "github.com/alicebob/miniredis"
version = "2.7.0"