File: go.mod

package info (click to toggle)
golang-github-goccy-go-yaml 1.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 660 kB
  • sloc: makefile: 16
file content (10 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/goccy/go-yaml

go 1.12

require (
	github.com/fatih/color v1.10.0
	github.com/go-playground/validator/v10 v10.4.1
	github.com/mattn/go-colorable v0.1.8
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)