12 lines
248 B
Modula-2
12 lines
248 B
Modula-2
module github.com/ldrogou/goauth20
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
)
|