Deviceinfo: replace toml lib, improve struct member names

See: #6
This commit is contained in:
Clayton Craft
2021-09-03 22:16:47 -07:00
parent dc586f61fc
commit 4293c887f8
4 changed files with 45 additions and 43 deletions

2
go.mod
View File

@@ -4,9 +4,9 @@ go 1.16
require (
git.sr.ht/~sircmpwn/getopt v0.0.0-20201218204720-9961a9c6298f
github.com/BurntSushi/toml v0.4.0
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
)