go.mod 106 B

12345678
  1. module sigs.k8s.io/yaml
  2. go 1.12
  3. require (
  4. github.com/davecgh/go-spew v1.1.1
  5. gopkg.in/yaml.v2 v2.2.8
  6. )