mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-07 20:08:57 +00:00
21 lines
611 B
Modula-2
21 lines
611 B
Modula-2
module github.com/dennis/fediresolve
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/fatih/color v1.16.0
|
|
github.com/spf13/cobra v1.8.0
|
|
github.com/tidwall/gjson v1.17.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-fed/httpsig v1.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|