From 8b9598aa5914405b5547ba04af89d5b2fa2baf77 Mon Sep 17 00:00:00 2001 From: sundowndev <16480203+sundowndev@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:53:04 +0400 Subject: [PATCH] chore: update swag cli --- Makefile | 2 +- web/docs/docs.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 27ab7265e..9b1feb347 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ lint: install-tools: $(GOINSTALL) gotest.tools/gotestsum@v1.6.3 $(GOINSTALL) github.com/vektra/mockery/v2@v2.38.0 - $(GOINSTALL) github.com/swaggo/swag/cmd/swag@v1.16.1 + $(GOINSTALL) github.com/swaggo/swag/cmd/swag@v1.16.3 @which golangci-lint > /dev/null 2>&1 || (curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $(GOBINPATH) v1.46.2) go.mod: FORCE diff --git a/web/docs/docs.go b/web/docs/docs.go index 96cb0a541..4316dd458 100644 --- a/web/docs/docs.go +++ b/web/docs/docs.go @@ -1,5 +1,4 @@ -// Code generated by swaggo/swag. DO NOT EDIT. - +// Package docs Code generated by swaggo/swag. DO NOT EDIT package docs import "github.com/swaggo/swag"