github.com/apprenda/kismatic@v1.12.0/integration-tests/glide.yaml (about)

     1  package: github.com/apprenda/kismatic/integration-tests
     2  ignore:
     3  - github.com/apprenda/kismatic
     4  import:
     5  - package: github.com/aws/aws-sdk-go
     6    version: 1.6.2
     7    subpackages:
     8    - aws
     9    - aws/credentials
    10    - aws/session
    11    - service/ec2
    12    - service/route53
    13  - package: github.com/cloudflare/cfssl
    14    version: ~1.2.0
    15    subpackages:
    16    - csr
    17  - package: github.com/mitchellh/go-homedir
    18  - package: github.com/onsi/ginkgo
    19  - package: github.com/onsi/gomega
    20  - package: github.com/packethost/packngo
    21  testImport:
    22  - package: gopkg.in/yaml.v2