update swagger to our release with go1.23 fix

This commit is contained in:
kim 2024-11-25 13:14:09 +00:00
commit e3a98b0de4
5 changed files with 10 additions and 6 deletions

View file

@ -5,7 +5,7 @@
set -eu
swagger_cmd() {
go run github.com/go-swagger/go-swagger/cmd/swagger "$@"
go run ./vendor/github.com/go-swagger/go-swagger/cmd/swagger "$@"
}
swagger_spec='docs/api/swagger.yaml'