1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
module github.com/dimonomid/nerdlog
go 1.17
require (
github.com/dimonomid/clock v0.0.0-20250112175642-cbee01fcea40
github.com/dimonomid/ssh_config v0.0.1
github.com/gdamore/tcell/v2 v2.6.0
github.com/gobwas/glob v0.2.3
github.com/juju/errors v0.0.0-20220324005906-d8c5072c94ab
github.com/mattn/go-runewidth v0.0.14
github.com/rivo/tview v0.0.0-20230530133550-8bd761dda819
github.com/rivo/uniseg v0.4.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.1
golang.design/x/clipboard v0.7.0
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
|