-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
27 lines (24 loc) · 840 Bytes
/
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
module github.com/davidnewhall/motifini
go 1.17
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.4.0
github.com/gorilla/mux v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
golift.io/cnfg v0.1.0
golift.io/imessage v0.0.1
golift.io/securityspy v0.0.101
golift.io/subscribe v0.0.0-20211206074851-c97bf2e41642
golift.io/version v0.0.2
)
require (
crawshaw.io/sqlite v0.3.2 // indirect
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golift.io/ffmpeg v1.0.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)