github.com/terhitormanen/cmd@v1.1.4/go.mod (about)

     1  module github.com/terhitormanen/cmd
     2  
     3  go 1.17
     4  
     5  retract (
     6  	v1.1.1
     7  	v1.1.0 // v1.1.0-1.1.1 are failed releases
     8  )
     9  
    10  require (
    11  	github.com/agtorre/gocolorize v1.0.0
    12  	github.com/fsnotify/fsnotify v1.5.1
    13  	github.com/jessevdk/go-flags v1.4.0
    14  	github.com/mattn/go-colorable v0.1.12
    15  	github.com/pkg/errors v0.9.1
    16  	github.com/stretchr/testify v1.7.1
    17  	github.com/terhitormanen/config v1.0.1
    18  	github.com/terhitormanen/log15 v2.11.20+incompatible
    19  	github.com/terhitormanen/revel v1.1.2
    20  	golang.org/x/tools v0.1.10
    21  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    22  	gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0
    23  )
    24  
    25  require (
    26  	github.com/davecgh/go-spew v1.1.0 // indirect
    27  	github.com/go-stack/stack v1.8.1 // indirect
    28  	github.com/google/uuid v1.3.0 // indirect
    29  	github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
    30  	github.com/mattn/go-isatty v0.0.14 // indirect
    31  	github.com/pmezard/go-difflib v1.0.0 // indirect
    32  	github.com/revel/log15 v2.11.20+incompatible // indirect
    33  	github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
    34  	github.com/xeonx/timeago v1.0.0-rc4 // indirect
    35  	golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
    36  	golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
    37  	golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
    38  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    39  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    40  )