github.com/c3pm-labs/c3pm@v0.3.0/go.mod (about)

     1  module github.com/c3pm-labs/c3pm
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/AlecAivazis/survey/v2 v2.2.12
     7  	github.com/Masterminds/semver/v3 v3.1.1
     8  	github.com/bmatcuk/doublestar v1.3.4
     9  	github.com/mattn/go-colorable v0.1.8 // indirect
    10  	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
    11  	github.com/mitchellh/go-spdx v0.1.0
    12  	github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
    13  	github.com/onsi/ginkgo v1.15.2
    14  	github.com/onsi/gomega v1.11.0
    15  	github.com/schollz/progressbar/v3 v3.8.3
    16  	github.com/spf13/cobra v1.1.3
    17  	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
    18  	golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
    19  	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
    20  	golang.org/x/text v0.3.4 // indirect
    21  	gopkg.in/yaml.v2 v2.4.0
    22  )