Files
linuxkit/pkg/init/vendor/github.com/pelletier/go-toml/go.mod
Dave Tucker fcaab549fe init: Migrate to Go Modules
Moves vendoring over to Go modules.
Fixes issues found by Go Vet in Go 1.16

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2022-01-11 20:18:37 +00:00

6 lines
88 B
Modula-2
Vendored

module github.com/pelletier/go-toml
go 1.12
require github.com/davecgh/go-spew v1.1.1