github.com/jd-ly/cmd@v1.0.10/go.mod (about)

     1  module github.com/jd-ly/cmd
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/jd-ly/tools v0.5.7
     7  	github.com/BurntSushi/toml v0.3.1 // indirect
     8  	github.com/agtorre/gocolorize v1.0.0
     9  	github.com/fsnotify/fsnotify v1.4.7
    10  	github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
    11  	github.com/jd-ly/go-flags v1.4.1
    12  	github.com/mattn/go-colorable v0.1.6
    13  	github.com/myesui/uuid v1.0.0 // indirect
    14  	github.com/pkg/errors v0.9.1
    15  	github.com/revel/config v0.21.0
    16  	github.com/revel/log15 v2.11.20+incompatible
    17  	github.com/revel/modules v0.21.0 // indirect
    18  	github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
    19  	github.com/revel/revel v0.21.0
    20  	github.com/stretchr/testify v1.4.0
    21  	github.com/twinj/uuid v1.0.0 // indirect
    22  	github.com/xeonx/timeago v1.0.0-rc4 // indirect
    23  	golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
    24  	golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
    25  	gopkg.in/fsnotify/fsnotify.v1 v1.4.7
    26  	gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
    27  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    28  	gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0
    29  	gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
    30  )