Update go.mod to include golang.org/x/sync v0.16.0 as a direct dependency

This commit is contained in:
2025-09-02 06:53:19 -05:00
parent 9ca8fa4a5e
commit cc3497bc3a

2
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/edsrzf/mmap-go v1.1.0
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.1
golang.org/x/sync v0.16.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -15,6 +16,5 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)