module github.com/strongdm/comply go 1.12 require ( github.com/Clever/gitsem v1.0.4 github.com/Microsoft/go-winio v0.4.7 // indirect github.com/aktau/github-release v0.7.2 github.com/andygrunwald/go-jira v1.3.0 github.com/chzyer/logex v1.1.10 // indirect github.com/chzyer/readline v0.0.0-20171208011716-f6d7a1f6fbf3 // indirect github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect github.com/containous/go-bindata v1.0.0 github.com/davecgh/go-spew v1.1.0 github.com/docker/distribution v2.6.2+incompatible // indirect github.com/docker/docker v1.13.1 github.com/docker/go-connections v0.3.0 // indirect github.com/docker/go-units v0.3.2 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/elazarl/go-bindata-assetfs v1.0.1 github.com/fatih/color v1.6.0 github.com/fatih/structs v1.0.0 // indirect github.com/fsnotify/fsnotify v1.4.7 // indirect github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect github.com/gohugoio/hugo v0.37.1 github.com/golang/protobuf v1.0.0 // indirect github.com/google/go-github v15.0.0+incompatible github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect github.com/gorilla/websocket v1.2.0 github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect github.com/lunixbochs/vtclean v0.0.0-20170504063817-d14193dfc626 // indirect github.com/manifoldco/promptui v0.0.0-20180308161052-c0c0d3afc6a0 github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.3 // indirect github.com/mattn/go-runewidth v0.0.2 // indirect github.com/nanobox-io/golang-scribble v0.0.0-20171026142921-ced58d671850 github.com/olekukonko/tablewriter v0.0.0-20180130162743-b8a9be070da4 github.com/pkg/errors v0.8.0 github.com/robfig/cron v1.0.0 github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect github.com/stretchr/testify v1.3.0 // indirect github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect github.com/trivago/tgo v1.0.1 // indirect github.com/urfave/cli v1.20.0 github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect github.com/xanzy/go-gitlab v0.10.7 github.com/yosssi/ace v0.0.5 golang.org/x/net v0.0.0-20180308154319-d0aafc73d5cd // indirect golang.org/x/oauth2 v0.0.0-20180312235849-7af32f14d0a2 golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect golang.org/x/sys v0.0.0-20180302081741-dd2ff4accc09 // indirect google.golang.org/appengine v1.0.0 // indirect gopkg.in/blang/semver.v1 v1.1.0 // indirect gopkg.in/yaml.v2 v2.1.1 )