20 lines
581 B
AMPL
20 lines
581 B
AMPL
module github.com/go-pkgz/auth
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dghubble/oauth1 v0.7.0
|
|
github.com/go-pkgz/repeater v1.1.3
|
|
github.com/go-pkgz/rest v1.11.0
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible
|
|
github.com/microcosm-cc/bluemonday v1.0.15
|
|
github.com/nullrocks/identicon v0.0.0-20180626043057-7875f45b0022
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
go.etcd.io/bbolt v1.3.5
|
|
go.mongodb.org/mongo-driver v1.7.1
|
|
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e
|
|
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
|
|
gopkg.in/oauth2.v3 v3.12.0
|
|
)
|