Skip to content

Commit 53c9b2f

Browse files
authored
[chore] Update github.com/ebitengine/purego to v0.8.3 (open-telemetry#40011)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This PR updates purego to v0.8.3 to allow `darwin` builds of the collector to work on newer releases of go. <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#40008 <!--Describe what testing was performed and which tests were added.--> #### Testing First, explaining how I actually did it this time. I updated with the following temporary `make` target that I did not commit in this PR: ```make @FOUND_MOD=$$(cat go.mod | grep '$(GO_MOD)') && \ [ -n "$$FOUND_MOD" ] && \ go get -u $(GO_MOD)@$(GO_MOD_VERSION) || echo "module $(GO_MOD) not found in ${PWD}" ``` Then leveraging `FOR_GROUP_TARGET` in the main Makefile I ran this in all with `GO_MOD=github.com/ebitengine/purego GO_MOD_VERSION=v0.8.3`. Finally ran `make gotidy`. This is able to build the collector locally with `GOWORK=off GOOS=darwin make otelcontribcol`. Letting the integration tests handle the functionality checks, since I don't have a `darwin` machine of my own to test with. <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
1 parent 3a87f2d commit 53c9b2f

File tree

124 files changed

+190
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+190
-190
lines changed

cmd/opampsupervisor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
4646
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4747
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
48-
github.com/ebitengine/purego v0.8.2 // indirect
48+
github.com/ebitengine/purego v0.8.3 // indirect
4949
github.com/elastic/go-grok v0.3.1 // indirect
5050
github.com/elastic/lunes v0.1.0 // indirect
5151
github.com/expr-lang/expr v1.17.2 // indirect

cmd/opampsupervisor/go.sum

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

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ require (
168168
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
169169
github.com/docker/go-units v0.5.0 // indirect
170170
github.com/dustin/go-humanize v1.0.1 // indirect
171-
github.com/ebitengine/purego v0.8.2 // indirect
171+
github.com/ebitengine/purego v0.8.3 // indirect
172172
github.com/elastic/go-grok v0.3.1 // indirect
173173
github.com/elastic/lunes v0.1.0 // indirect
174174
github.com/emicklei/go-restful/v3 v3.11.0 // indirect

connector/datadogconnector/go.sum

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

connector/servicegraphconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/davecgh/go-spew v1.1.1 // indirect
36-
github.com/ebitengine/purego v0.8.2 // indirect
36+
github.com/ebitengine/purego v0.8.3 // indirect
3737
github.com/go-logr/logr v1.4.2 // indirect
3838
github.com/go-logr/stdr v1.2.2 // indirect
3939
github.com/go-ole/go-ole v1.2.6 // indirect

connector/servicegraphconnector/go.sum

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

exporter/awss3exporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
4747
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4848
github.com/davecgh/go-spew v1.1.1 // indirect
49-
github.com/ebitengine/purego v0.8.2 // indirect
49+
github.com/ebitengine/purego v0.8.3 // indirect
5050
github.com/go-logr/logr v1.4.2 // indirect
5151
github.com/go-logr/stdr v1.2.2 // indirect
5252
github.com/go-ole/go-ole v1.2.6 // indirect

exporter/awss3exporter/go.sum

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

exporter/clickhouseexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/docker/docker v28.0.4+incompatible // indirect
3939
github.com/docker/go-connections v0.5.0 // indirect
4040
github.com/docker/go-units v0.5.0 // indirect
41-
github.com/ebitengine/purego v0.8.2 // indirect
41+
github.com/ebitengine/purego v0.8.3 // indirect
4242
github.com/felixge/httpsnoop v1.0.4 // indirect
4343
github.com/go-faster/city v1.0.1 // indirect
4444
github.com/go-faster/errors v0.7.1 // indirect

exporter/clickhouseexporter/go.sum

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

0 commit comments

Comments
 (0)