31 lines
1.1 KiB
AMPL
31 lines
1.1 KiB
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/go-pkgz/rest v1.4.1
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
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
|
|
github.com/tidwall/pretty v1.0.0 // indirect
|
|
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
|
|
github.com/xdg/stringprep v1.0.0 // indirect
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
go.mongodb.org/mongo-driver v1.1.1
|
|
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/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/oauth2.v3 v3.10.1
|
|
)
|
|
|
|
go 1.13
|