fix dependency issues.

This commit is contained in:
2023-05-04 23:45:08 -07:00
parent 9091cc7682
commit c1f06604e3
5 changed files with 58 additions and 13 deletions

2
go.mod
View File

@@ -13,3 +13,5 @@ require (
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
gopkg.in/yaml.v2 v2.4.0
)
require github.com/davecgh/go-spew v1.1.1