module github.com/strongdm/comply go 1.17 require ( github.com/Clever/gitsem v1.1.0 github.com/Microsoft/go-winio v0.5.0 // indirect github.com/aktau/github-release v0.10.0 github.com/andygrunwald/go-jira v1.14.0 github.com/containerd/containerd v1.5.10 // indirect github.com/containous/go-bindata v1.0.0 github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect github.com/davecgh/go-spew v1.1.1 github.com/docker/docker v20.10.9+incompatible github.com/docker/go-connections v0.4.0 // indirect github.com/elazarl/go-bindata-assetfs v1.0.1 github.com/fatih/color v1.13.0 github.com/fsnotify/fsnotify v1.5.1 // indirect github.com/github-release/github-release v0.10.0 // indirect github.com/gohugoio/hugo v0.88.1 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect github.com/google/go-github v17.0.0+incompatible github.com/google/go-querystring v1.1.0 // indirect github.com/gorilla/websocket v1.4.2 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-retryablehttp v0.7.0 // indirect github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect github.com/joho/godotenv v1.4.0 github.com/juju/ansiterm v0.0.0-20210929141451-8b71cc96ebdc // indirect github.com/kevinburke/rest v0.0.0-20210506044642-5611499aa33c // indirect github.com/manifoldco/promptui v0.8.0 github.com/mattn/go-colorable v0.1.11 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/morikuni/aec v1.0.0 // indirect github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975 github.com/olekukonko/tablewriter v0.0.5 github.com/pkg/errors v0.9.1 github.com/robfig/cron v1.2.0 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect github.com/urfave/cli v1.22.5 github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect github.com/xanzy/go-gitlab v0.51.1 github.com/yosssi/ace v0.0.5 golang.org/x/net v0.0.0-20211005001312-d4b1ae081e3b // indirect golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e // indirect google.golang.org/grpc v1.41.0 // indirect gopkg.in/yaml.v2 v2.4.0 ) require ( github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect github.com/docker/distribution v2.8.0+incompatible // indirect github.com/docker/go-units v0.4.0 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/fatih/structs v1.1.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/lunixbochs/vtclean v1.0.0 // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.0.2 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/sirupsen/logrus v1.8.1 // indirect github.com/trivago/tgo v1.0.7 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/blang/semver.v1 v1.1.0 // indirect )