Update tool dependencies (#26607)

- Updated all tool dependencies to latest versions
- Add Makefile to `swagger` files because it specifies `go-swagger`
version
- Fix lint
This commit is contained in:
silverwind 2023-08-21 00:59:19 +02:00 committed by GitHub
parent 653e77fd22
commit 3db3f5daae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -31,7 +31,7 @@ const (
type Printer func(trigger Event, record *requestRecord)
type requestRecordsManager struct {
print Printer //nolint:forbidigo
print Printer
lock sync.Mutex