inital service created:

- Use settings from ./env/config file
- Use providers for gitea, gitlab, github, bitbucket
This commit is contained in:
donskifarrell
2021-09-03 16:47:37 +08:00
commit ccb516f8ee
6 changed files with 912 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
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
)