Skip to content

Commit 14f3a2f

Browse files
committed
WIP: spoof vendor of coreos/go-systemd#496
Signed-off-by: Peter Hunt <pehunt@redhat.com>
1 parent 581cfc7 commit 14f3a2f

File tree

19 files changed

+223
-110
lines changed

19 files changed

+223
-110
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ require (
235235
)
236236

237237
replace (
238+
github.com/coreos/go-systemd/v22 => github.com/haircommander/go-systemd/v22 v22.6.1
238239
github.com/google/cadvisor => github.com/openshift/google-cadvisor v0.52.1-openshift-4.21-1
239240
github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20251001123353-fd5b1fb35db1
240241
k8s.io/api => ./staging/src/k8s.io/api

go.work.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 h1:V2IgdyerlBa/MxaEFR
4747
github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=
4848
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
4949
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=
50+
github.com/haircommander/go-systemd/v22 v22.6.1 h1:kty2iEJRyPpb2knRwgTF/EVEQ++R6n10El7Coh+xSxg=
51+
github.com/haircommander/go-systemd/v22 v22.6.1/go.mod h1:xNUYtjHu2EDXbsxz1i41wouACIwT7Ybq9o0BQhMwD0w=
5052
github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=
5153
github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 h1:KwWnWVWCNtNq/ewIX7HIKnELmEx2nDP42yskD/pi7QE=
5254
github.com/imdario/mergo v0.3.7 h1:Y+UAYTZ7gDEuOfhxKWy+dvb5dRQ6rJjFSdX2HZY1/gI=

vendor/OWNERS

Lines changed: 0 additions & 9 deletions
This file was deleted.

vendor/github.com/coreos/go-systemd/v22/daemon/sdnotify_other.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/go-systemd/v22/daemon/sdnotify_unix.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/go-systemd/v22/daemon/watchdog.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/go-systemd/v22/dbus/dbus.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)