summaryrefslogtreecommitdiff
path: root/glide.yaml
blob: ffb52fe910492830455d1facde0e0ca5d499607c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package: github.com/hairyhenderson/gomplate
import:
- package: github.com/aws/aws-sdk-go
  version: 1.8.26
  subpackages:
  - aws
  - aws/session
  - service/ec2
- package: github.com/blang/vfs
  version: c14afca
- package: gopkg.in/yaml.v2
  version: v2
  repo: https://github.com/go-yaml/yaml.git
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
- package: github.com/ugorji/go
  subpackages:
  - codec
- package: github.com/hairyhenderson/toml
  version: support-map-interface-keys
testImport:
- package: github.com/stretchr/testify
  version: ^1.1.4
  subpackages:
  - assert