You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
960 B
Modula-2
27 lines
960 B
Modula-2
module noa.mornie.org/eriol/telegram-group2mastodon
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/alecthomas/assert v1.0.0
|
|
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/alecthomas/colour v0.1.0 // indirect
|
|
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142 // indirect
|
|
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/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|