Skip to content

Commit ddfc347

Browse files
dependabot[bot]mgoetzegb
authored andcommitted
build(deps): bump github.com/klauspost/compress
Bumps the go-dev-dependencies group with 1 update: [github.com/klauspost/compress](https://github.com/klauspost/compress). Updates `github.com/klauspost/compress` from 1.18.1 to 1.18.2 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.18.1...v1.18.2) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.18.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56c44a1 commit ddfc347

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require (
2525
github.com/testcontainers/testcontainers-go v0.40.0
2626
github.com/tidwall/sjson v1.2.5
2727
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
28+
golang.org/x/crypto v0.45.0
2829
gorm.io/driver/postgres v1.6.0
2930
gorm.io/driver/sqlite v1.6.0
3031
gorm.io/gorm v1.31.1
@@ -84,7 +85,7 @@ require (
8485
github.com/jackc/puddle/v2 v2.2.2 // indirect
8586
github.com/jinzhu/inflection v1.0.0 // indirect
8687
github.com/jinzhu/now v1.1.5 // indirect
87-
github.com/klauspost/compress v1.18.1 // indirect
88+
github.com/klauspost/compress v1.18.2 // indirect
8889
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
8990
github.com/leodido/go-urn v1.4.0 // indirect
9091
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
@@ -136,7 +137,6 @@ require (
136137
go.yaml.in/yaml/v2 v2.4.3 // indirect
137138
go.yaml.in/yaml/v3 v3.0.4 // indirect
138139
golang.org/x/arch v0.23.0 // indirect
139-
golang.org/x/crypto v0.45.0 // indirect
140140
golang.org/x/mod v0.30.0 // indirect
141141
golang.org/x/net v0.47.0 // indirect
142142
golang.org/x/sync v0.18.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/
161161
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
162162
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
163163
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46/go.mod h1:yyMNCyc/Ib3bDTKd379tNMpB/7/H5TjM2Y9QJ5THLbE=
164-
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
165-
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
164+
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
165+
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
166166
github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y=
167167
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
168168
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=

0 commit comments

Comments
 (0)