1
0
Fork 0
telegram-group2mastodon/go.mod

21 lines
629 B
Modula-2
Raw Normal View History

2022-02-28 17:33:47 +01:00
module noa.mornie.org/eriol/tg2mastodon
2022-02-27 02:48:51 +01:00
go 1.17
require (
2022-03-01 00:45:25 +01:00
github.com/cking/go-mastodon v0.0.6
2022-02-27 02:48:51 +01:00
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
2022-02-28 23:16:35 +01:00
github.com/spf13/cobra v1.3.0
2022-02-27 02:48:51 +01:00
github.com/stretchr/testify v1.7.0
)
require (
2022-02-28 23:16:35 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-03-01 00:45:25 +01:00
github.com/gorilla/websocket v1.4.1 // indirect
2022-02-28 23:16:35 +01:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2022-02-27 02:48:51 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-02-28 23:16:35 +01:00
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
2022-02-27 02:48:51 +01:00
)