go mod tidy

This commit is contained in:
John Kerl 2023-06-04 15:39:09 -04:00
parent 7ec36162ba
commit 36874e62d5

2
go.mod
View file

@ -27,6 +27,7 @@ require (
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.8.0
golang.org/x/term v0.8.0
golang.org/x/text v0.9.0
)
require (
@ -35,6 +36,5 @@ require (
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)