summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.0/go.mod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:40:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:40:59 +0000
commitbc4e624732bd51c0dd1e9529cf228e8c23127732 (patch)
treed95dab8960e9d02d3b95f8653074ad2e54ca207c /dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.0/go.mod
parentInitial commit. (diff)
downloadicingadb-bc4e624732bd51c0dd1e9529cf228e8c23127732.tar.xz
icingadb-bc4e624732bd51c0dd1e9529cf228e8c23127732.zip
Adding upstream version 1.1.1.upstream/1.1.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.0/go.mod')
-rw-r--r--dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.0/go.mod20
1 files changed, 20 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.0/go.mod b/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.0/go.mod
new file mode 100644
index 0000000..f6e74c3
--- /dev/null
+++ b/dependencies/pkg/mod/github.com/goccy/go-yaml@v1.11.0/go.mod
@@ -0,0 +1,20 @@
+module github.com/goccy/go-yaml
+
+go 1.18
+
+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
+)