github.com/defensepoint-snyk-test/helm-new@v0.0.0-20211130153739-c57ea64d6603/glide.yaml (about)

     1  package: k8s.io/helm
     2  import:
     3    - package: golang.org/x/net
     4      subpackages:
     5        - context
     6    - package: github.com/spf13/cobra
     7      version: fe5e611709b0c57fa4a89136deaa8e1d4004d053
     8    - package: github.com/spf13/pflag
     9      version: ~1.0.1
    10    - package: github.com/Masterminds/vcs
    11    # Pin version of mergo that is compatible with both sprig and Kubernetes
    12    - package: github.com/imdario/mergo
    13      version: v0.3.5
    14    - package: github.com/Masterminds/sprig
    15      version: ^2.16.0
    16    - package: github.com/ghodss/yaml
    17    - package: github.com/Masterminds/semver
    18      version: ~1.3.1
    19    - package: github.com/technosophos/moniker
    20      version: ~0.2
    21    - package: github.com/golang/protobuf
    22      version: 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9
    23      subpackages:
    24        - proto
    25        - ptypes/any
    26        - ptypes/timestamp
    27    - package: google.golang.org/grpc
    28      version: 1.7.2
    29    - package: github.com/gosuri/uitable
    30    - package: github.com/asaskevich/govalidator
    31      version: ^4.0.0
    32    - package: golang.org/x/crypto
    33      subpackages:
    34        - openpgp
    35        - ssh/terminal
    36    - package: github.com/gobwas/glob
    37      version: ^0.2.1
    38    - package: github.com/evanphx/json-patch
    39    - package: github.com/BurntSushi/toml
    40      version: ~0.3.0
    41    - package: github.com/prometheus/client_golang
    42      version: 0.8.0
    43    - package: github.com/grpc-ecosystem/go-grpc-prometheus
    44  
    45    - package: k8s.io/kubernetes
    46      version: release-1.12
    47    - package: k8s.io/client-go
    48      version: kubernetes-1.12.0
    49    - package: k8s.io/api
    50      version: kubernetes-1.12.0
    51    - package: k8s.io/apimachinery
    52      version: kubernetes-1.12.0
    53    - package: k8s.io/apiserver
    54      version: kubernetes-1.12.0
    55    - package: k8s.io/cli-runtime
    56      version: kubernetes-1.12.0
    57    - package: github.com/cyphar/filepath-securejoin
    58      version: ^0.2.1
    59  
    60  testImports:
    61    - package: github.com/stretchr/testify
    62      version: ^1.1.4
    63      subpackages:
    64        - assert