chore: update dependencies

This commit is contained in:
2022-06-08 20:31:59 +02:00
parent 53aab84534
commit 62d7397e05
74 changed files with 1701 additions and 403 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