deviceinfo: implement a new simple parser (MR 4)

This replaces an external toml library with a simple parser for
unmarshalling a deviceinfo.
This commit is contained in:
Clayton Craft
2021-09-04 18:01:17 -07:00
parent 003e04eaf2
commit d9f29af446
4 changed files with 109 additions and 53 deletions

1
go.mod
View File

@@ -6,6 +6,5 @@ require (
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
github.com/klauspost/compress v1.13.3 // indirect
github.com/klauspost/pgzip v1.2.5
github.com/pelletier/go-toml/v2 v2.0.0-beta.3
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
)