glide.yaml 505 B

12345678910111213141516171819
  1. package: github.com/Masterminds/sprig
  2. import:
  3. - package: github.com/Masterminds/goutils
  4. version: ^1.0.0
  5. - package: github.com/google/uuid
  6. version: ^1.0.0
  7. - package: golang.org/x/crypto
  8. subpackages:
  9. - scrypt
  10. - package: github.com/Masterminds/semver
  11. version: ^v1.2.2
  12. - package: github.com/stretchr/testify
  13. version: ^v1.2.2
  14. - package: github.com/imdario/mergo
  15. version: ~0.3.7
  16. - package: github.com/huandu/xstrings
  17. version: ^1.2
  18. - package: github.com/mitchellh/copystructure
  19. version: ^1.0.0