mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-04 23:56:30 +00:00
b6e47a3f4a
* update github.com/containerd/containerd v1.5.7 -> v1.5.9 * update github.com/lib/pq v1.10.3 -> v1.10.4 * update github.com/prometheus/client_golang v1.11.0 -> v1.12.0 * update github.com/rs/zerolog v1.25.0 -> v1.26.1 * update golang.org/x/crypto 2021-12-15 -> 2022-01-28
10 lines
386 B
Go
10 lines
386 B
Go
// Copyright 2009 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
//go:build generate
|
|
// +build generate
|
|
|
|
package windows
|
|
|
|
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output zsyscall_windows.go eventlog.go service.go syscall_windows.go security_windows.go setupapi_windows.go
|