Death and rebirth
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,19 +1,21 @@
|
||||
module git.laidback.moe/shinyoukai/yuki
|
||||
module code.laidback.moe/yuki
|
||||
|
||||
go 1.25.2
|
||||
|
||||
require (
|
||||
github.com/mattn/go-mastodon v0.0.10
|
||||
code.laidback.moe/go-writefreely v1.3.1
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/tj/go-editor v1.0.0
|
||||
golang.org/x/term v0.39.0
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
code.as/core/socks v1.0.0 // 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
|
||||
github.com/writeas/impart v1.1.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user