Yuki N. > COMMIT;
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
19
go.mod
Normal file
19
go.mod
Normal file
@@ -0,0 +1,19 @@
|
||||
module git.laidback.moe/shinyoukai/yuki
|
||||
|
||||
go 1.25.2
|
||||
|
||||
require (
|
||||
github.com/mattn/go-mastodon v0.0.10
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/tj/go-editor v1.0.0
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
github.com/spf13/pflag v1.0.9 // indirect
|
||||
github.com/stretchr/testify v1.11.1 // indirect
|
||||
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user