github.com/aserto-dev/calc-version@v1.1.4/go.mod (about)

     1  module github.com/aserto-dev/calc-version
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/Masterminds/semver v1.5.0
     7  	github.com/google/go-containerregistry v0.6.0
     8  	github.com/onsi/ginkgo v1.15.0
     9  	github.com/onsi/gomega v1.10.4
    10  	github.com/pkg/errors v0.9.1
    11  	github.com/spf13/cobra v1.2.1
    12  	golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
    13  )