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 34 35 36
|
module github.com/gcla/termshark/v2
go 1.13
require (
github.com/adam-hanna/arrayOperations v0.2.6
github.com/antchfx/xmlquery v1.3.3
github.com/antchfx/xpath v1.1.11 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/flytam/filenamify v1.1.0
github.com/gcla/deep v1.0.2
github.com/gcla/gowid v1.4.0
github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359
github.com/gcla/term v0.0.0-20220601234708-3e6af2ebff27
github.com/gdamore/tcell/v2 v2.5.0
github.com/gin-gonic/gin v1.7.0 // indirect
github.com/go-test/deep v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/jessevdk/go-flags v1.4.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/mattn/go-isatty v0.0.14
github.com/mitchellh/go-homedir v1.1.0
github.com/mreiferson/go-snappystream v0.2.3
github.com/pkg/errors v0.9.1
github.com/psanford/wormhole-william v1.0.6-0.20210402190004-049df45b8d5a
github.com/rakyll/statik v0.1.7
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.7.1
github.com/tevino/abool v1.2.0
gitlab.com/jonas.jasas/condchan v0.0.0-20190210165812-36637ad2b5bc
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
gopkg.in/fsnotify/fsnotify.v1 v1.4.7
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
|