Skip to content

Commit 7b5c270

Browse files
committed
go.mod: bump gosigar to 44388520074d
We could wait for a release, but the git log looks pretty safe: ``` > git log --pretty=oneline --abbrev-commit --no-decorate v0.14.3...44388520074d 4438852 feat: improve linux ProcFDUsage performance d69e91c Fix read of files with long lines in Linux 73e74b5 [windows] - Fix permissions for GetProcessMemoryInfo 0b9c34c Update go.mod for Go 1.22, fix CI 5ccdc52 github-action: use elastic/oblt-actions/check-dependent-jobs d2bc9dc ci: the opentelemetry workflow is not required ``` (issue links removed to avoid spamming other issues) Fixes #147829 Release note: None
1 parent 64d6a47 commit 7b5c270

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

DEPS.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,10 +2885,10 @@ def go_deps():
28852885
name = "com_github_elastic_gosigar",
28862886
build_file_proto_mode = "disable_global",
28872887
importpath = "github.com/elastic/gosigar",
2888-
sha256 = "abbc9f20d419423001a1fa3d326082759d92b6f6ee0c40b703b036894702d65a",
2889-
strip_prefix = "github.com/elastic/[email protected].3",
2888+
sha256 = "e9138d19e29c9f9818a4372babc575932cd6e7f4fe89707d26ca3e650f624bef",
2889+
strip_prefix = "github.com/elastic/[email protected].4-0.20250606160555-44388520074d",
28902890
urls = [
2891-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/elastic/gosigar/com_github_elastic_gosigar-v0.14.3.zip",
2891+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/elastic/gosigar/com_github_elastic_gosigar-v0.14.4-0.20250606160555-44388520074d.zip",
28922892
],
28932893
)
28942894
go_repository(

build/bazelutil/distdir_files.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ DISTDIR_FILES = {
465465
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/eclipse/paho.mqtt.golang/com_github_eclipse_paho_mqtt_golang-v1.2.0.zip": "d36337c4b5a2752b91bcd437bd74e0907bf6c9e6c611dab88407bcca8462e918",
466466
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/edsrzf/mmap-go/com_github_edsrzf_mmap_go-v1.0.0.zip": "851a1d4d6e30f97ab23b7e4a6a7da9d1842f126d738f7386010c6ee7bf82518e",
467467
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/eknkc/amber/com_github_eknkc_amber-v0.0.0-20171010120322-cdade1c07385.zip": "b1dde9f3713742ad0961825a2d962bd99d9390daf8596e7680dfb5f395e54e22",
468-
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/elastic/gosigar/com_github_elastic_gosigar-v0.14.3.zip": "abbc9f20d419423001a1fa3d326082759d92b6f6ee0c40b703b036894702d65a",
468+
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/elastic/gosigar/com_github_elastic_gosigar-v0.14.4-0.20250606160555-44388520074d.zip": "e9138d19e29c9f9818a4372babc575932cd6e7f4fe89707d26ca3e650f624bef",
469469
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/elazarl/go-bindata-assetfs/com_github_elazarl_go_bindata_assetfs-v1.0.1.zip": "ee91e4dedf0efd24ddf201e8f8b62f0b79a64efd0d205b30bcd9fa95f905cd15",
470470
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/elazarl/goproxy/com_github_elazarl_goproxy-v0.0.0-20180725130230-947c36da3153.zip": "21b7d89eab7acb25fb1b3affa494281fae8c31becf1ee2c6009da7249320d328",
471471
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/emicklei/dot/com_github_emicklei_dot-v0.15.0.zip": "b298e957fd7e38cd76b3953e47afcfd673a4f051884818a294ec4703476b6a39",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ require (
157157
github.com/docker/go-connections v0.4.0
158158
github.com/dustin/go-humanize v1.0.1
159159
github.com/edsrzf/mmap-go v1.0.0
160-
github.com/elastic/gosigar v0.14.3
160+
github.com/elastic/gosigar v0.14.4-0.20250606160555-44388520074d
161161
github.com/emicklei/dot v0.15.0
162162
github.com/fatih/color v1.16.0
163163
github.com/fatih/structs v1.1.0

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,8 @@ github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7j
841841
github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=
842842
github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
843843
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385/go.mod h1:0vRUJqYpeSZifjYj7uP3BG/gKcuzL9xWVV/Y+cK33KM=
844-
github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/uo=
845-
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
844+
github.com/elastic/gosigar v0.14.4-0.20250606160555-44388520074d h1:+TQDmM41lgmNR2sGjPd21HVMp0HGTGwLv4Skv9VrRXc=
845+
github.com/elastic/gosigar v0.14.4-0.20250606160555-44388520074d/go.mod h1:tx91Eb3YgFk6y++h88fRAnxic3Si1ZDHooqnJU/hqo8=
846846
github.com/elazarl/go-bindata-assetfs v1.0.1/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo7R71Vk1u8bnjau5yw4=
847847
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
848848
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
@@ -2805,7 +2805,6 @@ golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
28052805
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
28062806
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
28072807
golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
2808-
golang.org/x/sys v0.0.0-20180810173357-98c5dad5d1a0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
28092808
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
28102809
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
28112810
golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)