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.
13 lines
320 B
Modula-2
13 lines
320 B
Modula-2
module git.freecumextremist.com/grumbulon/millionsmustbot
|
|
|
|
go 1.19
|
|
|
|
require github.com/mattn/go-mastodon v0.0.6
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/stefansundin/go-zflag v1.1.1
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|