github.com/TaceyWong/ctools@v0.1.1-0.20201221084458-4d7a8190b2ac/go.mod (about)

     1  module github.com/TaceyWong/ctools
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/AlecAivazis/survey/v2 v2.2.7
     7  	github.com/GeertJohan/go.rice v1.0.2
     8  	github.com/c-bata/go-prompt v0.2.5
     9  	github.com/fsnotify/fsnotify v1.4.9
    10  	github.com/jroimartin/gocui v0.4.0
    11  	github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
    12  	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
    13  	github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00 // indirect
    14  	github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
    15  	github.com/spf13/viper v1.7.1
    16  	github.com/urfave/cli/v2 v2.3.0
    17  	gopkg.in/AlecAivazis/survey.v1 v1.8.8
    18  )