go mod tidy
Change-Id: I9c19fa261283fb93395ee09ec8877d70761825ee
diff --git a/server/go.mod b/server/go.mod
index 7ab34ee..01cbed9 100644
--- a/server/go.mod
+++ b/server/go.mod
@@ -7,6 +7,7 @@
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
+ golang.org/x/text v0.27.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -15,5 +16,4 @@
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
- golang.org/x/text v0.27.0 // indirect
)