chore(deps): bump the minor-updates group with 15 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(9 months ago)
(8 months ago)
Bumps the minor-updates group with 15 updates:
| Package | From | To |
|---|---|---|
| github.com/go-playground/validator/v10 | 10.27.0 |
10.28.0 |
| golang.org/x/text | 0.28.0 |
0.29.0 |
| github.com/aws/smithy-go | 1.23.0 |
1.23.1 |
| github.com/gabriel-vasile/mimetype | 1.4.10 |
1.4.11 |
| github.com/klauspost/compress | 1.18.0 |
1.18.1 |
| github.com/mattn/go-runewidth | 0.0.16 |
0.0.19 |
| github.com/prometheus/common | 0.66.1 |
0.67.2 |
| github.com/prometheus/procfs | 0.17.0 |
0.19.2 |
| github.com/sagikazarmark/locafero | 0.10.0 |
0.12.0 |
| github.com/tinylib/msgp | 1.4.0 |
1.5.0 |
| go.opentelemetry.io/auto/sdk | 1.1.0 |
1.2.1 |
| go.yaml.in/yaml/v2 | 2.4.2 |
2.4.3 |
| golang.org/x/crypto | 0.41.0 |
0.42.0 |
| golang.org/x/sys | 0.36.0 |
0.37.0 |
| google.golang.org/protobuf | 1.36.8 |
1.36.10 |
Updates github.com/go-playground/validator/v10 from 10.27.0 to 10.28.0
Release notes
Sourced from github.com/go-playground/validator/v10's releases.
Release 10.28.0
What's Changed
- Update workflow.yml to support 2 most recent major versions by
@nodivbyzeroin go-playground/validator#1417- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in go-playground/validator#1456- Go 1.25 support by
@nodivbyzeroin go-playground/validator#1459- Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 by
@dependabot[bot] in go-playground/validator#1463- Bump golang.org/x/text from 0.22.0 to 0.29.0 by
@dependabot[bot] in go-playground/validator#1464- Bump actions/setup-go from 5 to 6 by
@dependabot[bot] in go-playground/validator#1465- Bump golang.org/x/crypto from 0.33.0 to 0.42.0 by
@dependabot[bot] in go-playground/validator#1467- fix: should panic when define duplicate field param in
required_ifby@duyquang6in go-playground/validator#1468- Fixed missing keys from returned errors in map validation by
@gelozrin go-playground/validator#1284- Added https_url tag by
@ahmedkamalioin go-playground/validator#1461- docs: add description for 'port' validator by
@nodivbyzeroin go-playground/validator#1435- Add alphaspace validator by
@takaaa220in go-playground/validator#1343New Contributors
@duyquang6made their first contribution in go-playground/validator#1468@gelozrmade their first contribution in go-playground/validator#1284@ahmedkamaliomade their first contribution in go-playground/validator#1461@takaaa220made their first contribution in go-playground/validator#1343Full Changelog: https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0
Commits
bdc3a7dAdd alphaspace validator (#1343)63594a0docs: add description for 'port' validator (#1435)45f3a8eAdded https_url tag (#1461)7a23bcaRemove Go version 1.23 from CI workflow13130d2Fixed missing keys from returned errors in map validation (#1284)94e89f0fix: should panic when define duplicate field param inrequired_if(#1468)6905468Bump golang.org/x/crypto from 0.33.0 to 0.42.0 (#1467)77ef70eBump actions/setup-go from 5 to 6 (#1465)78d05aeBump golang.org/x/text from 0.22.0 to 0.29.0 (#1464)34aea1fBump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 (#1463)- Additional commits viewable in compare view
Updates golang.org/x/text from 0.28.0 to 0.29.0
Commits
e69f31bgo.mod: update golang.org/x dependencies60c9786all: upgrade go directive to at least 1.24.0 [generated]- See full diff in compare view
Updates github.com/aws/smithy-go from 1.23.0 to 1.23.1
Commits
695755cRelease 2025-10-154355cabchangelog40bb509bump to go1.23 (#606)0ccf069Update Smithy to 1.62.0 (#605)04e063aRelease 2025-09-18fd9193achangelog1ec19f0Added support for SIG4/SIGV4A querystring authentication. (#595)62e8fe9Makemakecommands multi-module aware (#600)5ef2d96Allow unused required parameters in endpoint rule set (#601)- See full diff in compare view
Updates github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11
Release notes
Sourced from github.com/gabriel-vasile/mimetype's releases.
v1.4.11 cpio, wordperfect support
What's Changed
- wordperfect: add support in gabriel-vasile/mimetype#707
- cpio: add support for binary version in gabriel-vasile/mimetype#709
- shebang: fix detection with args by
@scopin gabriel-vasile/mimetype#710- shebang: support env -S by
@scopin gabriel-vasile/mimetype#712- dxf: add support in gabriel-vasile/mimetype#720
- clone: stop cloning MIME when there is no charset in gabriel-vasile/mimetype#722
- aaf: remove individual node for aaf in gabriel-vasile/mimetype#724
- msoxml: match files and directories for first zip entry in gabriel-vasile/mimetype#729
Full Changelog: https://github.com/gabriel-vasile/mimetype/compare/v1.4.10...v1.4.11
Commits
9914830msoxml: match files and directories for first zip entry5ec1912json: prevent one alloc by re-using the same slice (#726)7cfd614performance: use regular funcs instead of var funcs (#670)71a0f37aaf: remove individual node for aafd0ad103supported_mimes: fix lint and make test shortfa141bdsupported_mimes: add .git-blame-ignore-revs16a062bsupported_mimes: add hierarchy to table49f3862clone: stop cloning MIME when there is no charsetd0a95afdxf: add support; closes #71954d3513markup: fix for duplicate branch warning from linter- Additional commits viewable in compare view
Updates github.com/klauspost/compress from 1.18.0 to 1.18.1
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.18.1
What's Changed
- zstd: Fix incorrect buffer size in dictionary encodes by
@klauspostin klauspost/compress#1059- s2: check for cap, not len of buffer in EncodeBetter/Best by
@vdarulisin klauspost/compress#1080- zstd: Add simple zstd EncodeTo/DecodeTo functions by
@klauspostin klauspost/compress#1079- zlib: Avoiding extra allocation in zlib.reader.Reset by
@travelpolicyin klauspost/compress#1086- gzhttp: remove redundant err check in zstdReader by
@ryanfowlerin klauspost/compress#1090- Run modernize. Deprecate Go 1.22 by
@klauspostin klauspost/compress#1095- flate: Simplify matchlen by
@klauspostin klauspost/compress#1101- flate: Add examples by
@klauspostin klauspost/compress#1102- flate: Use exact sizes for huffman tables by
@klauspostin klauspost/compress#1103- flate: Faster load+store by
@klauspostin klauspost/compress#1104- Add notice to S2 about MinLZ by
@klauspostin klauspost/compress#1065New Contributors
@wooffiemade their first contribution in klauspost/compress#1069@vdarulismade their first contribution in klauspost/compress#1080@travelpolicymade their first contribution in klauspost/compress#1086@ryanfowlermade their first contribution in klauspost/compress#1090Full Changelog: https://github.com/klauspost/compress/compare/v1.18.0...v1.18.1
Commits
d10b525build(deps): bump the github-actions group with 2 updates (#1105)3c0d308flate: Faster load+st0re (#1104)6e2f5d5flate: Use exact sizes for huffman tables (#1103)bda824bflate: Add examples (#1102)f44517cflate: Simplify matchlen (#1101)54cb7a5build(deps): bump the github-actions group with 3 updates (#1096)c43fcbbRun modernize. Deprecate Go 1.22 (#1095)86a9489gzhttp: remove redundant err check in zstdReader (#1090)ad4a030build(deps): bump github/codeql-action in the github-actions group (#1087)1a8c0e4Avoiding extra allocation in Reset (#1086)- Additional commits viewable in compare view
Updates github.com/mattn/go-runewidth from 0.0.16 to 0.0.19
Commits
7770d04Merge pull request #78 from josharian/josh/optimize-intablef53b71cMerge pull request #86 from mattn/fix-github-actionsa09d510Merge branch 'master' into fix-github-actions778f900Merge pull request #83 from clipperhouse/benchmark-allocsbfbd30cfix test.yaml61f04f3Merge pull request #82 from clipperhouse/graphemes-string-widthdb39519Renameb3b19f2Rename94c0db1Merge pull request #85 from mattn/fix-windows-terminal76bca58fix comment- Additional commits viewable in compare view
Updates github.com/prometheus/common from 0.66.1 to 0.67.2
Release notes
Sourced from github.com/prometheus/common's releases.
v0.67.2 / 2025-10-28
What's Changed
- config: Fix panic in
tlsRoundTripperwhen CA file is absent by@ndkin prometheus/common#792- Cleanup linting issues by
@SuperQin prometheus/common#860New Contributors
@ndkmade their first contribution in prometheus/common#792Full Changelog: https://github.com/prometheus/common/compare/v0.67.1...v0.67.2
v0.67.1
What's Changed
- Fix Go case-insensitive file name collision by
@SuperQin prometheus/common#853Full Changelog: https://github.com/prometheus/common/compare/v0.67.0...v0.67.1
v0.67.0 / 2025-10-07
What's Changed
- Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. by
@ywwgin prometheus/common#833- model: New test for validation with dots by
@m1k1oin prometheus/common#759- expfmt: document NewTextParser as required by
@burgerdevin prometheus/common#842- expfmt: Add support for float histograms and gauge histograms by
@beorn7in prometheus/common#843- Updated minimum Go version to 1.24.0, updated Go dependecies by
@SuperQin prometheus/common#849New Contributors
@m1k1omade their first contribution in prometheus/common#759@burgerdevmade their first contribution in prometheus/common#842Full Changelog: https://github.com/prometheus/common/compare/v0.66.1...v0.67.0
Changelog
Sourced from github.com/prometheus/common's changelog.
v0.67.2 / 2025-10-28
What's Changed
- config: Fix panic in
tlsRoundTripperwhen CA file is absent by@ndkin prometheus/common#792- Cleanup linting issues by
@SuperQin prometheus/common#860New Contributors
@ndkmade their first contribution in prometheus/common#792Full Changelog: https://github.com/prometheus/common/compare/v0.67.1...v0.67.2
v0.67.1 / 2025-10-07
What's Changed
- Remove VERSION file to avoid Go conflict error in prometheus/common#853
Full Changelog: https://github.com/prometheus/common/compare/v0.67.0...v0.67.1
v0.67.0 / 2025-10-07
What's Changed
- Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. by
@ywwgin prometheus/common#833- model: New test for validation with dots by
@m1k1oin prometheus/common#759- expfmt: document NewTextParser as required by
@burgerdevin prometheus/common#842- expfmt: Add support for float histograms and gauge histograms by
@beorn7in prometheus/common#843- Updated minimum Go version to 1.24.0, updated Go dependecies by
@SuperQin prometheus/common#849New Contributors
@m1k1omade their first contribution in prometheus/common#759@burgerdevmade their first contribution in prometheus/common#842Full Changelog: https://github.com/prometheus/common/compare/v0.66.1...v0.67.0
Commits
594f4d4Merge pull request #861 from prometheus/beorn7/version440c1a3Cut v0.67.2acb1873Merge pull request #860 from prometheus/superq/linting1e32339Cleanup linting issues93d16beUpdate common Prometheus files (#859)8230d3bMerge pull request #792 from ndk/main633281fbuild(deps): bump golang.org/x/net from 0.44.0 to 0.46.0 (#856)aca279fbuild(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 (#857)77db9c2Update common Prometheus files (#854)c41fe14Merge pull request #853 from prometheus/superq/version- Additional commits viewable in compare view
Updates github.com/prometheus/procfs from 0.17.0 to 0.19.2
Release notes
Sourced from github.com/prometheus/procfs's releases.
v0.19.2
What's Changed
- chore: Migrate tests to cmp package by
@SuperQin prometheus/procfs#760- Fix: Use base16 to convert pci sriov_vf_device by
@jj-asamain prometheus/procfs#762Full Changelog: https://github.com/prometheus/procfs/compare/v0.19.1...v0.19.2
v0.19.1
What's Changed
- meminfo: Fix ZswappedBytes by
@SuperQin prometheus/procfs#759Full Changelog: https://github.com/prometheus/procfs/compare/v0.19.0...v0.19.1
v0.19.0
What's Changed
- Add FS handler for mountinfo by
@SuperQin prometheus/procfs#757- sysfs: add link_layer property to InfiniBandPort by
@thomasbarrettin prometheus/procfs#700- feat: expose MD raid component devices by
@robbat2in prometheus/procfs#674New Contributors
@robbat2made their first contribution in prometheus/procfs#674Full Changelog: https://github.com/prometheus/procfs/compare/v0.18.0...v0.19.0
v0.18.0
What's Changed
- chore: clean up golangci-lint configuration by
@mmorel-35in prometheus/procfs#720- chore: enable errorlint linter by
@mmorel-35in prometheus/procfs#742- Modify proc_statm_test notes by
@SilenceAdelein prometheus/procfs#735- feat: Add hung_task_detect_count by
@dongjiang1989in prometheus/procfs#738- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/procfs#736- net_dev_snmp6: directory traversal by
@lzapin prometheus/procfs#743- sysfs/class_sas_phy: Continue on EINVAL in parseSASPhy by
@hrtbrockin prometheus/procfs#749- Add compact metrics to vmstat by
@cbensimonin prometheus/procfs#754- Update supported Go versions. by
@SuperQin prometheus/procfs#755- chore: enable several rules from go-critic by
@mmorel-35in prometheus/procfs#741- build(deps): bump golang.org/x/sync from 0.15.0 to 0.17.0 by
@dependabot[bot] in prometheus/procfs#751- build(deps): bump golang.org/x/sys from 0.33.0 to 0.36.0 by
@dependabot[bot] in prometheus/procfs#752- [PROM-50] Update copyright headers by
@SuperQin prometheus/procfs#756- add sriov, power state and numa node info in PciDevice by
@jj-asamain prometheus/procfs#748- Fix Proc.Limits limit name matching by
@inkelin prometheus/procfs#667- add netfilter queue support by
@KonstantinKuklinin prometheus/procfs#677New Contributors
@lzapmade their first contribution in prometheus/procfs#743@hrtbrockmade their first contribution in prometheus/procfs#749@cbensimonmade their first contribution in prometheus/procfs#754@jj-asamamade their first contribution in prometheus/procfs#748
... (truncated)
Commits
9b0219bFix: Use base16 to convert pci sriov_vf_device (#762)b8b5106chore: Migrate tests to cmp package (#760)d4dc49bmeminfo: Fix ZswappedBytes (#759)638b55cfeat: expose MD raid component devices (#674)b2bde72sysfs: add link_layer property to InfiniBandPort (#700)9479c29Add FS handler for mountinfo (#757)25803afadd netfilter queue support (#677)e54b37aFix Proc.Limits limit name matching (#667)d9d95c9add sriov, power state and numa node info in PciDevice (#748)e9627e2[PROM-50] Update copyright headers (#756)- Additional commits viewable in compare view
Updates github.com/sagikazarmark/locafero from 0.10.0 to 0.12.0
Commits
95e023cchore: go mod tidydd52fa5Merge pull request #66 from sagikazarmark/devenv2ea32a7ci: use devenva66e1c7ci: update environment20d9a69Merge pull request #65 from sagikazarmark/conccec7e2achore: fix lint violations4ce872aci: fix fuzz8f1b334refactor: drop unused pool1952e5dfeat: drop concurrency and use a sequential queuebb271a1feat: add experimental non-concurrent pool- Additional commits viewable in compare view
Updates github.com/tinylib/msgp from 1.4.0 to 1.5.0
Release notes
Sourced from github.com/tinylib/msgp's releases.
v1.5.0
What's Changed
- Support generic types by
@klauspostin tinylib/msgp#410 - docs- Handle atomic values by
@klauspostin tinylib/msgp#405- Add array/map iterators by
@klauspostin tinylib/msgp#403- Add Coerce functions to Number by
@klauspostin tinylib/msgp#404- Add Number.CoerceFloat by
@klauspostin tinylib/msgp#407- Handle aliased types by
@klauspostin tinylib/msgp#406- Add "setof" helpers by
@klauspostin tinylib/msgp#408- msgp: fuzz test: fix overflow on 32-bit systems by
@philhoferin tinylib/msgp#412Full Changelog: https://github.com/tinylib/msgp/compare/v1.4.0...v1.5.0
Commits
9ed94a8feat: Support generic types (#410)e9e666amsgp: fuzz test: fix overflow on 32-bit systems (#412)924e018Add array/map iterators (#403)5817f93Add "setof" helpers (#408)ae1aabcHandle aliased types (#406)12a3436Add Number.CoerceFloat (#407)2f1ed81Handle atomic values (#405)bde549eAdd Coerce functions to Number (#404)- See full diff in compare view
Updates go.opentelemetry.io/auto/sdk from 1.1.0 to 1.2.1
Release notes
Sourced from go.opentelemetry.io/auto/sdk's releases.
sdk/v1.2.1
Overview
Fixed
- Fix
uint32bounding on 32 bit architectures in thego.opentelemetry.io/auto/sdkmodule. (#2810)Removed
- Build support for Go 1.23 in
go.opentelemetry.io/auto/sdkhas been removed. Use Go >= 1.24 to develop and build the project. (#2799)What's Changed
- Drop development support for Go 1.23 by
@MrAliasin open-telemetry/opentelemetry-go-instrumentation#2799- fix(deps): update golang.org/x by
@renovate[bot] in open-telemetry/opentelemetry-go-instrumentation#2762- Fix 32bit arch
intoverflow insdkby@MrAliasin https://github.com/open-- Release
go.opentelemetry.io/auto/sdkv1.2.1 by@MrAliasin open-telemetry/opentelemetry-go-instrumentation#2811Full Changelog: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.23.0...sdk/v1.2.1
Changelog
Sourced from go.opentelemetry.io/auto/sdk's changelog.
[
go.opentelemetry.io/auto/sdkv1.2.1] - 2025-09-15Fixed
- Fix
uint32bounding on 32 bit architectures in thego.opentelemetry.io/auto/sdkmodule. (#2810)- Fix
go.opentelemetry.io/auto/examples/rolldicebuild. (#2894)[v0.23.0/v1.2.0] - 2025-09-10
[!NOTE] This is the last release version that will support building the auto-instrumentation CLI using Go 1.23. The next release will require development to be done using Go >= 1.24.
Added
- Cache offsets for
golang.org/x/net0.42.0. (#2503)- Cache offsets for
google.golang.org/grpc1.74.2. (#2546)- Cache offsets for
google.golang.org/grpc1.76.0-dev. (#2596)- Allow configuration of the resource using a resource.Detector. (#2598)
- The
WithResourceDetectorfunction is added togo.opentelemetry.io/auto/pipeline/otelsdk.- The
WithEnvfunction is updated to parse theOTEL_RESOURCE_DETECTORenvironment variable. Values are expected to be a comma-separated list of resource detector IDs registered with theautodetectpackage.- Cache offsets for Go
1.23.12. (#2603)- Cache offsets for Go
1.24.6. (#2603)- Cache offsets for
golang.org/x/net0.43.0. (#2615)- Cache offsets for Go
1.25.0. (#2651)- Cache offsets for
google.golang.org/grpc1.75.0. (#2686)- Cache offsets for
github.com/segmentio/kafka-go0.4.49. (#2699)- Cache offsets for
go.opentelemetry.io/otelv1.38.0. (#2726)- Cache offsets for Go
1.24.7. (#2747)- Cache offsets for Go
1.25.1. (#2747)- Cache offsets for
golang.org/x/net0.44.0. (#2773)- Cache offsets for
google.golang.org/grpc1.72.3. (#2787)- Cache offsets for
google.golang.org/grpc1.73.1. (#2787)- Cache offsets for
google.golang.org/grpc1.74.3. (#2787)- Cache offsets for
google.golang.org/grpc1.75.1. (#2787)Changed
- Upgrade
go.opentelemetry.io/autosemconv tov1.37.0. (#2763)- Upgrade
go.opentelemetry.io/auto/sdksemconv tov1.37.0. (#2763)Fixed
- Add
telemetry.distro.versionresource attribute to theotelsdkhandler. (#2383)
... (truncated)
Commits
715f58cReleasego.opentelemetry.io/auto/sdkv1.2.1 (#2811)2ffdc0dchore(deps): update module github.com/prometheus/otlptranslator to v1 (#2800)edae086chore(deps): update golang:1.25.1 docker digest to 8305f5f (#2807)c0a461cFix 32bit archintoverflow insdk(#2810)146fa4dfix(deps): update google.golang.org/grpc/examples digest to ca78c90 (#2806)a734c70chore(deps): update module github.com/nunnatsa/ginkgolinter to v0.21.0 (#2805)3d60895chore(deps): update module github.com/tetafro/godot to v1.5.2 (#2804)23bec2cchore(deps): update module github.com/antonboom/testifylint to v1.6.4 (#2803)3b82e63fix(deps): update golang.org/x (#2762)65fc170chore(deps): update module github.com/spf13/viper to v1.21.0 (#2796)- Additional commits viewable in compare view
Updates go.yaml.in/yaml/v2 from 2.4.2 to 2.4.3
Commits
3b57511Retract v2 tags that cannot be installed- See full diff in compare view
Updates golang.org/x/crypto from 0.41.0 to 0.42.0
Commits
5307a0cgo.mod: update golang.org/x dependencies9d77937acme: include order problem in OrderError8f580dessh: remove Go 1.24 build tag for ML-KEM kexa4d1237ssh/knownhosts: improve IPv6 support in Normalizeb8d8daecurve25519: include potential fips140=only error in panic messagef5a2eabssh: use curve25519.X25519 instead of curve25519.ScalarMult44ecf3aall: upgrade go directive to at least 1.24.0 [generated]- See full diff in compare view
Updates golang.org/x/sys from 0.36.0 to 0.37.0
Commits
1edeebeunix: mkall.sh: fail if docker build failedecada54unix: use slices.{Equal,Sort} in tests5e63aa5windows: export O_FILE_FLAG_* to be used in os.OpenFile on windows033906bunix: add (*CPUSet).Fill helper to enable all CPUs6be6c58windows: add FlushConsoleInputBuffer and GetNumberOfConsoleInputEvents32e2038unix: use Go 1.21+ clear built-in137f2edsys: add support for NetBSD getvfsstat- See full diff in compare view
Updates google.golang.org/protobuf from 1.36.8 to 1.36.10
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remo...
Description has been truncated
Package Dependencies
google.golang.org/protobuf
go
1.36.8 → 1.36.10
Patch
go
10.27.0 → 10.28.0
Minor
github.com/prometheus/common
go
0.66.1 → 0.67.2
Minor
github.com/mattn/go-runewidth
go
0.0.16 → 0.0.19
Patch
github.com/gabriel-vasile/mimetype
go
1.4.10 → 1.4.11
Patch
github.com/prometheus/procfs
go
0.17.0 → 0.19.2
Minor
github.com/sagikazarmark/locafero
go
0.10.0 → 0.12.0
Minor
github.com/klauspost/compress
go
1.18.0 → 1.18.1
Patch
go.opentelemetry.io/auto/sdk
go
1.1.0 → 1.2.1
Minor
Technical Details
| ID: | 10768410 |
| UUID: | 3580218718 |
| Node ID: | PR_kwDOFFptbs6xF58R |
| Host: | GitHub |
| Repository: | ScriptonBasestar/proxynd |