go mod tidy

This commit is contained in:
Elijah Duffy
2025-06-12 17:50:31 -07:00
parent ab7e65456c
commit 6d3cfd7692
2 changed files with 2 additions and 3 deletions

2
go.mod
View File

@@ -30,7 +30,7 @@ require (
github.com/spf13/pflag v1.0.6 // indirect
github.com/stretchr/testify v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect