-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.12 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/nextiva/nextkala
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.3.0
github.com/boltdb/bolt v1.3.1-0.20170131192018-e9cf4fae01b5
github.com/cornelk/hashmap v1.0.1
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.0.0
github.com/mattn/go-shellwords v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mixer/clock v0.0.0-20190507173039-c311c17adb1f
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/okta/okta-jwt-verifier-golang v1.0.0
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1
github.com/urfave/negroni v1.0.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/mail.v2 v2.3.1
gopkg.in/yaml.v2 v2.2.5 // indirect
)