-
Notifications
You must be signed in to change notification settings - Fork 89
/
go.mod
60 lines (56 loc) · 2.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/messagebird/sachet
go 1.17
require (
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1242
github.com/carlosdp/twiliogo v0.0.0-20161027183705-b26045ebb9d1
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/mail-ru-im/bot-golang v0.0.0-20210730091205-4fca30eb4397
github.com/mailru/easyjson v0.7.7 // indirect
github.com/messagebird/go-rest-api v5.3.0+incompatible
github.com/ovh/go-ovh v1.1.0
github.com/prometheus/alertmanager v0.23.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/sms77io/go-client v0.0.0-20210727072156-0740dfc8b70d
github.com/stretchr/objx v0.3.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.239
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.239
github.com/xconstruct/go-pushbullet v0.0.0-20171206132031-67759df45fbb
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/njern/gonexmo.v1 v1.0.1
gopkg.in/telegram-bot-api.v4 v4.6.4
gopkg.in/yaml.v2 v2.4.0
)
require github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.1816
require (
github.com/antihax/optional v1.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)