-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 1.14 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
module carvers.dev/babybutton
go 1.15
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/enescakir/emoji v1.0.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/hcl/v2 v2.8.1
github.com/hashicorp/vault/api v1.0.4
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/kevinburke/go-types v0.0.0-20201208005256-aee49f568a20 // indirect
github.com/kevinburke/go.uuid v1.2.0 // indirect
github.com/kevinburke/rest v0.0.0-20201227061732-08c743d5885c // indirect
github.com/kevinburke/twilio-go v0.0.0-20201227055203-2316c1f6c171
github.com/matrix-org/gomatrix v0.0.0-20200827122206-7dd5e2a05bcd
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/slack-go/slack v0.7.2
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.1.0 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)