-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
22 lines (20 loc) · 944 Bytes
/
go.mod
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/EndFirstCorp/auth
go 1.12
require (
github.com/EndFirstCorp/configReader v0.0.0-20170802044638-188a03b4d2f3
github.com/EndFirstCorp/onedb v0.0.0-20200303162352-c70089b708c3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gorilla/handlers v1.4.2
github.com/gorilla/securecookie v1.1.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.8.1
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/stretchr/testify v1.6.1 // indirect
github.com/tredoe/osutil v0.0.0-20161130133508-7d3ee1afa71c
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.3.0 // indirect
)