shithub: hell

ref: 8f3e0d3cc7476dc877297f8fe7e9ce308248f93f
dir: /go.mod/

View raw version
module hell

go 1.24.0

require (
	codeberg.org/penny64/hellclient-go-mastodon v0.0.0-20251001171436-178f7eef4328
	github.com/ergochat/readline v0.1.3
	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
	github.com/k3a/html2text v1.2.1
	github.com/pelletier/go-toml/v2 v2.2.4
	golang.org/x/net v0.44.0
	golang.org/x/term v0.35.0
)

require (
	github.com/gorilla/websocket v1.5.3 // indirect
	github.com/tomnomnom/linkheader v0.0.0-20250811210735-e5fe3b51442e // indirect
	golang.org/x/sys v0.36.0 // indirect
	golang.org/x/text v0.29.0 // indirect
)