File: go.mod

package info (click to toggle)
golang-github-goccy-go-yaml 1.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,968 kB
  • sloc: javascript: 505; makefile: 57
file content (11 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/goccy/go-yaml/benchmarks

go 1.21.0

replace github.com/goccy/go-yaml => ..

require (
	github.com/goccy/go-yaml v0.0.0-00010101000000-000000000000
	gopkg.in/yaml.v2 v2.4.0
	gopkg.in/yaml.v3 v3.0.1
)