Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix #744
Update swag version
#742 작업을 진행할 때 swag를
go install github.com/swaggo/swag/cmd/swag@latest
로 설치를 해서go.mod에 swag version이 업데이트가 안 되었습니다.
그래서 이번에는
go get github.com/swaggo/swag/cmd/swag
로 swag를 설치하면서 자동으로 go.mod의swag version을 v1.7.1로 업데이트 하였습니다. 이 과정에서 go.sum 에서 추가적으로 변경이 되는 사항이 있는데
혹시나 dependency 관리에 문제가 될 사항은 없는지 확인 부탁드립니다.