summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.3/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.3/go.mod')
-rw-r--r--dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.3/go.mod20
1 files changed, 20 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.3/go.mod b/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.3/go.mod
new file mode 100644
index 0000000..4550ff3
--- /dev/null
+++ b/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.3/go.mod
@@ -0,0 +1,20 @@
+module github.com/goccy/go-yaml
+
+go 1.19
+
+require (
+ github.com/fatih/color v1.10.0
+ github.com/go-playground/validator/v10 v10.4.1
+ github.com/google/go-cmp v0.5.9
+ github.com/mattn/go-colorable v0.1.8
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
+)
+
+require (
+ github.com/go-playground/locales v0.13.0 // indirect
+ github.com/go-playground/universal-translator v0.17.0 // indirect
+ github.com/leodido/go-urn v1.2.0 // indirect
+ github.com/mattn/go-isatty v0.0.12 // indirect
+ golang.org/x/crypto v0.7.0 // indirect
+ golang.org/x/sys v0.6.0 // indirect
+)