1
0
Fork 0
telegram-group2mastodon/go.mod

21 lines
641 B
Modula-2

module noa.mornie.org/eriol/telegram-group2mastodon
go 1.17
require (
github.com/cking/go-mastodon v0.0.6
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)