27 lines
843 B
Modula-2
27 lines
843 B
Modula-2
module kiki
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/mattn/go-mastodon v0.0.9
|
|
github.com/mmcdole/gofeed v1.3.0
|
|
github.com/urfave/cli/v3 v3.1.1
|
|
golang.org/x/net v0.39.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.2 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mmcdole/goxpp v1.1.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|