Skip to content

Commit db65baa

Browse files
committed
fix macos compile issue with go 1.24.3
Some changes in go broke purego and that causes a compile error on macos. This update fixes it. Signed-off-by: Paul Holzinger <[email protected]>
1 parent f1b4577 commit db65baa

File tree

6 files changed

+28
-33
lines changed

6 files changed

+28
-33
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ require (
108108
github.com/disiqueira/gotree/v3 v3.0.2 // indirect
109109
github.com/distribution/reference v0.6.0 // indirect
110110
github.com/docker/docker-credential-helpers v0.9.3 // indirect
111-
github.com/ebitengine/purego v0.8.2 // indirect
111+
github.com/ebitengine/purego v0.8.3 // indirect
112112
github.com/felixge/httpsnoop v1.0.4 // indirect
113113
github.com/fsnotify/fsnotify v1.9.0 // indirect
114114
github.com/fsouza/go-dockerclient v1.12.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
135135
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
136136
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
137137
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
138-
github.com/ebitengine/purego v0.8.2 h1:jPPGWs2sZ1UgOSgD2bClL0MJIqu58nOmIcBuXr62z1I=
139-
github.com/ebitengine/purego v0.8.2/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
138+
github.com/ebitengine/purego v0.8.3 h1:K+0AjQp63JEZTEMZiwsI9g0+hAMNohwUOtY0RPGexmc=
139+
github.com/ebitengine/purego v0.8.3/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
140140
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
141141
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
142142
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=

vendor/github.com/ebitengine/purego/dlfcn.go

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

vendor/github.com/ebitengine/purego/dlfcn_darwin.go

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

vendor/github.com/ebitengine/purego/internal/fakecgo/symbols.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ github.com/docker/go-plugins-helpers/volume
480480
# github.com/docker/go-units v0.5.0
481481
## explicit
482482
github.com/docker/go-units
483-
# github.com/ebitengine/purego v0.8.2
483+
# github.com/ebitengine/purego v0.8.3
484484
## explicit; go 1.18
485485
github.com/ebitengine/purego
486486
github.com/ebitengine/purego/internal/cgo

0 commit comments

Comments
 (0)