53 lines
2.2 KiB
AMPL
53 lines
2.2 KiB
AMPL
module github.com/go-pkgz/auth
|
|
|
|
go 1.17
|
|
|
|
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.2+incompatible
|
|
github.com/microcosm-cc/bluemonday v1.0.16
|
|
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.6
|
|
go.mongodb.org/mongo-driver v1.7.4
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
gopkg.in/oauth2.v3 v3.12.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.97.0 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect
|
|
github.com/tidwall/buntdb v1.1.0 // indirect
|
|
github.com/tidwall/gjson v1.11.0 // indirect
|
|
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
|
|
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.0.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.2 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/net v0.0.0-20211105192438-b53810dc28af // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20211105183446-c75c47738b0c // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|