1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 18:47:19 +01:00

2 Commits

Author SHA1 Message Date
Abhinav Dahiya
1f45543179 vendor: switch from glide to dep
$ rm -rf tests
$ dep init
// edit Gopkg.toml
```toml
[prune]
  non-go = true
  go-tests = true
  unused-packages = true
```
$ dep ensure
2018-10-02 16:20:31 -07:00
staebler
989532b57d Add some dependencies used for asset generation
- stretchr/testify
 - pborman/uuid
2018-08-22 10:54:35 -04:00