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 (16 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/goccy/go-yaml/cmd/ycat

go 1.21.0

require (
	github.com/fatih/color v1.18.0
	github.com/goccy/go-yaml v0.0.0-00010101000000-000000000000
	github.com/mattn/go-colorable v0.1.13
)

require (
	github.com/mattn/go-isatty v0.0.20 // indirect
	golang.org/x/sys v0.26.0 // indirect
)

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