github.com/spinnaker/spin@v1.30.0/go.mod (about)

     1  module github.com/spinnaker/spin
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
     7  	github.com/antihax/optional v1.0.0
     8  	github.com/mitchellh/cli v1.1.4
     9  	github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
    10  	github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
    11  	github.com/pkg/errors v0.9.1
    12  	github.com/spf13/cobra v1.5.0
    13  	golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
    14  	golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0
    15  	k8s.io/client-go v0.24.2
    16  	sigs.k8s.io/yaml v1.3.0
    17  )
    18  
    19  require (
    20  	cloud.google.com/go/compute v1.7.0 // indirect
    21  	github.com/Masterminds/goutils v1.1.1 // indirect
    22  	github.com/Masterminds/semver/v3 v3.1.1 // indirect
    23  	github.com/Masterminds/sprig/v3 v3.2.2 // indirect
    24  	github.com/armon/go-radix v1.0.0 // indirect
    25  	github.com/bgentry/speakeasy v0.1.0 // indirect
    26  	github.com/fatih/color v1.13.0 // indirect
    27  	github.com/golang/protobuf v1.5.2 // indirect
    28  	github.com/google/uuid v1.3.0 // indirect
    29  	github.com/hashicorp/errwrap v1.1.0 // indirect
    30  	github.com/hashicorp/go-multierror v1.1.1 // indirect
    31  	github.com/huandu/xstrings v1.3.2 // indirect
    32  	github.com/imdario/mergo v0.3.13 // indirect
    33  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    34  	github.com/mattn/go-colorable v0.1.12 // indirect
    35  	github.com/mattn/go-isatty v0.0.14 // indirect
    36  	github.com/mitchellh/copystructure v1.2.0 // indirect
    37  	github.com/mitchellh/reflectwalk v1.0.2 // indirect
    38  	github.com/posener/complete v1.2.3 // indirect
    39  	github.com/sergi/go-diff v1.2.0 // indirect
    40  	github.com/shopspring/decimal v1.3.1 // indirect
    41  	github.com/spf13/cast v1.5.0 // indirect
    42  	github.com/spf13/pflag v1.0.5 // indirect
    43  	golang.org/x/net v0.7.0 // indirect
    44  	golang.org/x/sys v0.5.0 // indirect
    45  	golang.org/x/term v0.5.0 // indirect
    46  	google.golang.org/appengine v1.6.7 // indirect
    47  	google.golang.org/protobuf v1.28.0 // indirect
    48  	gopkg.in/yaml.v2 v2.4.0 // indirect
    49  )