Package tools

This commit is contained in:
Ian Gulliver
2023-04-20 05:33:49 +00:00
parent 07b5bec219
commit 25837551c1
5 changed files with 62 additions and 1 deletions

1
go.mod
View File

@@ -12,5 +12,6 @@ require (
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.1-0.20211023094830-115ce09fd6b4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)