1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-08-03 21:00:28 +00:00

*go: update all modules to the latest still compatible with go1.15

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-03-25 22:20:56 -04:00
parent dea500a137
commit de24f79d5d
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
392 changed files with 73351 additions and 117919 deletions

View file

@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix darwin,!race linux,!race freebsd,!race netbsd openbsd solaris dragonfly
//go:build aix || (darwin && !race) || (linux && !race) || (freebsd && !race) || netbsd || openbsd || solaris || dragonfly || zos
// +build aix darwin,!race linux,!race freebsd,!race netbsd openbsd solaris dragonfly zos
package unix