From 2097f5ed205fa64d144f91cb7df679d611361f8c Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Fri, 18 Apr 2025 09:48:21 +0200 Subject: [PATCH] go mod tidy --- apps/db-adapter/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/db-adapter/go.mod b/apps/db-adapter/go.mod index e77eaae..8f4ea21 100644 --- a/apps/db-adapter/go.mod +++ b/apps/db-adapter/go.mod @@ -11,7 +11,6 @@ require ( github.com/spf13/viper v1.20.0 github.com/stretchr/testify v1.10.0 go.uber.org/zap v1.27.0 - golang.org/x/net v0.37.0 ) require ( @@ -63,6 +62,7 @@ require ( golang.org/x/arch v0.15.0 // indirect golang.org/x/crypto v0.36.0 // indirect golang.org/x/mod v0.24.0 // indirect + golang.org/x/net v0.37.0 // indirect golang.org/x/sync v0.12.0 // indirect golang.org/x/sys v0.31.0 // indirect golang.org/x/text v0.23.0 // indirect @@ -73,3 +73,4 @@ require ( ) tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen +tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint