27 lines
1003 B
AMPL
27 lines
1003 B
AMPL
module github.com/go-pkgz/auth
|
|
|
|
require (
|
|
cloud.google.com/go v0.40.0 // indirect
|
|
github.com/coreos/bbolt v1.3.3
|
|
github.com/dghubble/oauth1 v0.6.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
|
github.com/go-chi/chi v4.0.2+incompatible // indirect
|
|
github.com/go-pkgz/auth/_example v0.0.0-20190722170031-705d3f732438 // indirect
|
|
github.com/go-pkgz/mongo v1.1.2
|
|
github.com/go-pkgz/rest v1.4.1
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff
|
|
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
|
|
google.golang.org/appengine v1.6.1 // indirect
|
|
gopkg.in/oauth2.v3 v3.10.1
|
|
)
|
|
|
|
go 1.13
|