forked from IBAX-io/go-ibax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
46 lines (44 loc) · 2.06 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
39
40
41
42
43
44
45
46
module github.com/IBAX-io/go-ibax
go 1.16
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/BurntSushi/toml v0.3.1
github.com/blackjack/syslog v0.0.0-20130922064354-4ea3f32c1eb1
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/cactus/go-statsd-client/v5 v5.0.0
github.com/centrifugal/gocent v2.1.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/ochinchina/supervisord/config v0.0.0-20210709021912-96855de42ff6
github.com/ochinchina/supervisord/events v0.0.0-20210709021912-96855de42ff6 // indirect
github.com/ochinchina/supervisord/faults v0.0.0-20210709021912-96855de42ff6 // indirect
github.com/ochinchina/supervisord/logger v0.0.0-20210709021912-96855de42ff6 // indirect
github.com/ochinchina/supervisord/process v0.0.0-20210709021912-96855de42ff6
github.com/ochinchina/supervisord/signals v0.0.0-20210709021912-96855de42ff6 // indirect
github.com/ochinchina/supervisord/util v0.0.0-20210709021912-96855de42ff6 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.3.5 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.0
github.com/theckman/go-flock v0.8.0
github.com/tjfoc/gmsm v1.4.1
github.com/vmihailenco/msgpack/v5 v5.3.4
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gorm.io/driver/postgres v1.1.0
gorm.io/gorm v1.21.13
)