github.com/valdemarpavesi/helm@v2.9.1+incompatible/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: f62e98d28ab7ad31d707ba837a966378465c7b57
     8  - package: github.com/spf13/pflag
     9    version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
    10  - package: github.com/Masterminds/vcs
    11    version: ~1.11.0
    12    # Pin version of mergo that is compatible with both sprig and Kubernetes
    13  - package: github.com/imdario/mergo
    14    version: 6633656539c1639d9d78127b7d47c622b5d7b6dc
    15  - package: github.com/Masterminds/sprig
    16    version: ^2.14.1
    17  - package: github.com/ghodss/yaml
    18  - package: github.com/Masterminds/semver
    19    version: ~1.3.1
    20  - package: github.com/technosophos/moniker
    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  # pin version of golang.org/x/sys that is compatible with golang.org/x/crypto
    36  - package: golang.org/x/sys
    37    version: 43eea11
    38    subpackages:
    39    - unix
    40    - windows
    41  - package: github.com/gobwas/glob
    42    version: ^0.2.1
    43  - package: github.com/evanphx/json-patch
    44  - package: github.com/BurntSushi/toml
    45    version: ~0.3.0
    46  - package: github.com/prometheus/client_golang
    47    version: 0.8.0
    48  - package: github.com/grpc-ecosystem/go-grpc-prometheus
    49  
    50  - package: k8s.io/kubernetes
    51    version: release-1.10
    52  - package: k8s.io/client-go
    53    version: kubernetes-1.10.0
    54  - package: k8s.io/api
    55    version: release-1.10
    56  - package: k8s.io/apimachinery
    57    version: release-1.10
    58  - package: k8s.io/apiserver
    59    version: release-1.10
    60  
    61  testImports:
    62  - package: github.com/stretchr/testify
    63    version: ^1.1.4
    64    subpackages:
    65    - assert