vendor/gopkg.in/yaml.v3/go.mod
author Mikael Berthe <mikael@lilotux.net>
Tue, 23 Aug 2022 22:33:28 +0200
changeset 259 db4911b0c721
parent 256 6d9efbef00a9
permissions -rw-r--r--
Version 2.3.2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
256
6d9efbef00a9 Update dependencies
Mikael Berthe <mikael@lilotux.net>
parents: 242
diff changeset
     1
module "gopkg.in/yaml.v3"
242
2a9ec03fe5a1 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
2a9ec03fe5a1 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     3
require (
2a9ec03fe5a1 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     4
	"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
2a9ec03fe5a1 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     5
)