chore: upgrade dependencies

This commit is contained in:
2022-06-09 16:40:23 +02:00
parent 3ea361a03b
commit 98a9677f8f
124 changed files with 2525 additions and 701 deletions

View File

@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !go1.13
// +build !go1.13
package errors

View File

@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.13
// +build go1.13
package errors