chore: bump periph.io dependencies
This commit is contained in:
1
vendor/periph.io/x/host/v3/distro/distro_arm64.go
generated
vendored
1
vendor/periph.io/x/host/v3/distro/distro_arm64.go
generated
vendored
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed under the Apache License, Version 2.0
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
//go:build arm64
|
||||
// +build arm64
|
||||
|
||||
package distro
|
||||
|
1
vendor/periph.io/x/host/v3/distro/distro_nonarm.go
generated
vendored
1
vendor/periph.io/x/host/v3/distro/distro_nonarm.go
generated
vendored
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed under the Apache License, Version 2.0
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
//go:build !arm && !arm64
|
||||
// +build !arm,!arm64
|
||||
|
||||
package distro
|
||||
|
1
vendor/periph.io/x/host/v3/distro/distro_nonlinux.go
generated
vendored
1
vendor/periph.io/x/host/v3/distro/distro_nonlinux.go
generated
vendored
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed under the Apache License, Version 2.0
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package distro
|
||||
|
Reference in New Issue
Block a user