-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (21 loc) · 984 Bytes
/
go.mod
File metadata and controls
22 lines (21 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/jesusvazquez/authboss-gin-sample
require (
github.com/boombuler/barcode v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/gwatts/gin-adapter v0.0.0-20170508204228-c44433c485ad
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/pkg/errors v0.8.1
github.com/pquerna/otp v1.1.0 // indirect
github.com/sirupsen/logrus v1.4.0
github.com/ugorji/go/codec v0.0.0-20190320090025-2dc34c0b8780 // indirect
github.com/volatiletech/authboss v2.2.0+incompatible
github.com/volatiletech/authboss-clientstate v0.0.0-20190112194853-0943df8b4e05 // indirect
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)