github.com/Venafi/vcert/v5@v5.10.2/go.mod (about)

     1  module github.com/Venafi/vcert/v5
     2  
     3  go 1.23
     4  
     5  require (
     6  	github.com/Khan/genqlient v0.7.0
     7  	github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
     8  	github.com/google/uuid v1.6.0
     9  	github.com/gorilla/websocket v1.5.1
    10  	github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
    11  	github.com/pavel-v-chernykh/keystore-go/v4 v4.1.0
    12  	github.com/pkg/errors v0.8.1
    13  	github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
    14  	github.com/sosodev/duration v1.2.0
    15  	github.com/spf13/viper v1.7.0
    16  	github.com/stretchr/testify v1.10.0
    17  	github.com/urfave/cli/v2 v2.25.7
    18  	github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
    19  	go.uber.org/zap v1.23.0
    20  	golang.org/x/crypto v0.32.0
    21  	golang.org/x/oauth2 v0.10.0
    22  	gopkg.in/ini.v1 v1.51.0
    23  	gopkg.in/yaml.v2 v2.4.0
    24  	gopkg.in/yaml.v3 v3.0.1
    25  	k8s.io/utils v0.0.0-20240310230437-4693a0247e57
    26  	software.sslmate.com/src/go-pkcs12 v0.4.0
    27  )
    28  
    29  require (
    30  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
    31  	github.com/davecgh/go-spew v1.1.1 // indirect
    32  	github.com/fsnotify/fsnotify v1.4.9 // indirect
    33  	github.com/golang/protobuf v1.5.3 // indirect
    34  	github.com/hashicorp/hcl v1.0.0 // indirect
    35  	github.com/magiconair/properties v1.8.1 // indirect
    36  	github.com/mitchellh/mapstructure v1.5.0 // indirect
    37  	github.com/pelletier/go-toml v1.2.0 // indirect
    38  	github.com/pmezard/go-difflib v1.0.0 // indirect
    39  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    40  	github.com/spf13/afero v1.1.2 // indirect
    41  	github.com/spf13/cast v1.3.0 // indirect
    42  	github.com/spf13/jwalterweatherman v1.0.0 // indirect
    43  	github.com/spf13/pflag v1.0.5 // indirect
    44  	github.com/subosito/gotenv v1.2.0 // indirect
    45  	github.com/vektah/gqlparser/v2 v2.5.24 // indirect
    46  	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
    47  	go.uber.org/atomic v1.7.0 // indirect
    48  	go.uber.org/multierr v1.6.0 // indirect
    49  	golang.org/x/net v0.34.0 // indirect
    50  	golang.org/x/sys v0.29.0 // indirect
    51  	golang.org/x/term v0.28.0 // indirect
    52  	golang.org/x/text v0.21.0 // indirect
    53  	google.golang.org/appengine v1.6.7 // indirect
    54  	google.golang.org/protobuf v1.33.0 // indirect
    55  )