chore: upgrade dependencies

This commit is contained in:
2022-06-09 16:18:24 +02:00
parent fa2a3ce53b
commit ed0f844e40
74 changed files with 1707 additions and 408 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 purego || appengine
// +build purego appengine
package strs

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 !purego && !appengine
// +build !purego,!appengine
package strs