14 lines
285 B
Modula-2
14 lines
285 B
Modula-2
module kiki/config
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/mattn/go-mastodon v0.0.9
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
)
|