File: go.mod

package info (click to toggle)
golang-yaml.v2 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module go.yaml.in/yaml/v2

go 1.15

require gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405

// these tags come from gopkg.in/yaml.v2
// they cannot be installed from go.yaml.in/yaml/v2 as it doesn't match
// so they are invalid and are retracted.
retract [v2.0.0, v2.4.0] // v2.4.1 is the first one with go.yaml.in/yaml/v2 module.