mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-09 18:50:58 +00:00
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>
6 lines
88 B
Modula-2
Vendored
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
|