15 lines
418 B
Modula-2
15 lines
418 B
Modula-2
|
module github.com/netlify-cms-oauth-provider-go
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
github.com/gorilla/sessions v1.1.1
|
||
|
github.com/kr/text v0.2.0 // indirect
|
||
|
github.com/markbates/goth v1.68.0
|
||
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||
|
github.com/sirupsen/logrus v1.8.1
|
||
|
github.com/spf13/viper v1.8.1
|
||
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||
|
)
|