This repository was archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
38 lines (36 loc) · 1.49 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
31
32
33
34
35
36
37
38
module github.com/moapis/authenticator
go 1.14
require (
github.com/friendsofgo/errors v0.9.2
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.4.2
github.com/gorilla/mux v1.7.4
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lib/pq v1.7.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/moapis/ehtml v0.2.1
github.com/moapis/mailer v0.2.1
github.com/moapis/multidb v0.1.3
github.com/pascaldekloe/jwt v1.9.0
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/usrpro/clog15 v0.0.0-20200404182440-e3e24728322d
github.com/volatiletech/randomize v0.0.1
github.com/volatiletech/sqlboiler/v4 v4.2.0
github.com/volatiletech/strmangle v0.0.1
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200702021140-07506425bd67 // indirect
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.0
gopkg.in/ini.v1 v1.57.0 // indirect
)