File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -763,6 +763,7 @@ kafkacat
763763cilium-cli
764764wireguard-tools
765765wireguard-go
766+ wire-go
766767acme.sh
767768librdkafka
768769caddy
Original file line number Diff line number Diff line change 1+ package :
2+ name : wire-go
3+ version : 0.5.0
4+ epoch : 0
5+ description : Compile-time Dependency Injection for Go
6+ copyright :
7+ - license : Apache-2.0
8+
9+ environment :
10+ contents :
11+ packages :
12+ - busybox
13+ - ca-certificates-bundle
14+ - build-base
15+ - go
16+
17+ pipeline :
18+ - uses : git-checkout
19+ with :
20+ repository : https://github.com/google/wire
21+ tag : v${{package.version}}
22+ expected-commit : 0ac845078ca01a1755571c53d7a8e7995b96e40d
23+
24+ - uses : go/build
25+ with :
26+ packages : ./cmd/wire
27+ output : wire
28+ ldflags : -s -w
29+ # Mitigate GHSA-p782-xgp4-8hr8
30+ deps : golang.org/x/sys@v0.0.0-20220412211240-33da011f77ad
31+
32+ - uses : strip
33+
34+ update :
35+ enabled : true
36+ github :
37+ identifier : google/wire
38+ use-tag : true
39+ strip-prefix : v
You can’t perform that action at this time.
0 commit comments