-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
29 lines (27 loc) · 1.04 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
module DaruBot
go 1.15
require (
github.com/alibaba/pouch v0.0.0-20200907055328-bc5839e3c493
github.com/asdine/storm/v3 v3.2.1
github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210101155619-bb56f756df78
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.2.0
github.com/markcheno/go-quote v0.0.0-20201111135441-45c9eb9ba017
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/sanity-io/litter v1.5.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210226181700-f36f78243c0c // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.0
gopkg.in/tucnak/telebot.v2 v2.3.5
gopkg.in/yaml.v2 v2.4.0
)