From cc3497bc3a98359543500d3612af2ae4228657d4 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Tue, 2 Sep 2025 06:53:19 -0500 Subject: [PATCH] Update go.mod to include golang.org/x/sync v0.16.0 as a direct dependency --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bcfbf30..c8a346c 100644 --- a/go.mod +++ b/go.mod @@ -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 )