From 52c21eb6d539d0e9d0737deb9015ea952d820756 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 10 Oct 2023 20:02:58 +0000 Subject: [PATCH] fix(deps): update module github.com/swaggo/swag to v1.16.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 486e67734..3ef624ba6 100644 --- a/go.mod +++ b/go.mod @@ -59,7 +59,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.17.0 github.com/stretchr/testify v1.8.4 - github.com/swaggo/swag v1.8.12 + github.com/swaggo/swag v1.16.2 github.com/tkuchiki/go-timezone v0.2.2 github.com/typesense/typesense-go v0.8.0 github.com/ulule/limiter/v3 v3.11.2