20 lines
581 B
AMPL
20 lines
581 B
AMPL
module github.com/go-pkgz/auth
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dghubble/oauth1 v0.6.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-pkgz/repeater v1.1.3
|
|
github.com/go-pkgz/rest v1.5.0
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
go.etcd.io/bbolt v1.3.4
|
|
go.mongodb.org/mongo-driver v1.4.4
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
gopkg.in/oauth2.v3 v3.12.0
|
|
)
|