Skip to content

Commit d06e31e

Browse files
build(deps): bump github.com/KimMachineGun/automemlimit from 0.7.2 to 0.7.3 (elastic#17252)
* build(deps): bump github.com/KimMachineGun/automemlimit Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/KimMachineGun/automemlimit/releases) - [Commits](KimMachineGun/automemlimit@v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: github.com/KimMachineGun/automemlimit dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt * Update NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03c8cd1 commit d06e31e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Third party libraries used by the Elastic APM Server project:
1111

1212
--------------------------------------------------------------------------------
1313
Dependency : github.com/KimMachineGun/automemlimit
14-
Version: v0.7.2
14+
Version: v0.7.3
1515
Licence type (autodetected): MIT
1616
--------------------------------------------------------------------------------
1717

18-
Contents of probable licence file $GOMODCACHE/github.com/!kim!machine!gun/[email protected].2/LICENSE:
18+
Contents of probable licence file $GOMODCACHE/github.com/!kim!machine!gun/[email protected].3/LICENSE:
1919

2020
MIT License
2121

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Third party libraries used by the Elastic APM Server project:
1111

1212
--------------------------------------------------------------------------------
1313
Dependency : github.com/KimMachineGun/automemlimit
14-
Version: v0.7.2
14+
Version: v0.7.3
1515
Licence type (autodetected): MIT
1616
--------------------------------------------------------------------------------
1717

18-
Contents of probable licence file $GOMODCACHE/github.com/!kim!machine!gun/[email protected].2/LICENSE:
18+
Contents of probable licence file $GOMODCACHE/github.com/!kim!machine!gun/[email protected].3/LICENSE:
1919

2020
MIT License
2121

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/elastic/apm-server
33
go 1.24.4
44

55
require (
6-
github.com/KimMachineGun/automemlimit v0.7.2
6+
github.com/KimMachineGun/automemlimit v0.7.3
77
github.com/cespare/xxhash/v2 v2.3.0
88
github.com/cockroachdb/pebble/v2 v2.0.5
99
github.com/dustin/go-humanize v1.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/DataDog/zstd v1.5.6 h1:LbEglqepa/ipmmQJUDnSsfvA8e8IStVcGaFWDuxvGOY=
1919
github.com/DataDog/zstd v1.5.6/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
2020
github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=
2121
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
22-
github.com/KimMachineGun/automemlimit v0.7.2 h1:DyfHI7zLWmZPn2Wqdy2AgTiUvrGPmnYWgwhHXtAegX4=
23-
github.com/KimMachineGun/automemlimit v0.7.2/go.mod h1:QZxpHaGOQoYvFhv/r4u3U0JTC2ZcOwbSr11UZF46UBM=
22+
github.com/KimMachineGun/automemlimit v0.7.3 h1:oPgMp0bsWez+4fvgSa11Rd9nUDrd8RLtDjBoT3ro+/A=
23+
github.com/KimMachineGun/automemlimit v0.7.3/go.mod h1:QZxpHaGOQoYvFhv/r4u3U0JTC2ZcOwbSr11UZF46UBM=
2424
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
2525
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
2626
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=

0 commit comments

Comments
 (0)