Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Issue: CW-1315
  • Loading branch information
diegobernardes committed Feb 5, 2025
1 parent 73d4db2 commit 247a674
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ require (

// Version v1.71.1 is breaking the build.
replace gopkg.in/DataDog/dd-trace-go.v1 v1.71.1 => gopkg.in/DataDog/dd-trace-go.v1 v1.67.1

// This version had to be pinned because the last few commits did not include any Go changes and it's likely
// the reason why 'go get -u ./...' is not bumping the version. But they're important because they include
// new C libraries used by lazypdf.
replace github.com/nitro/lazypdf/v2 v2.0.0-20250205120532-48aae54bfd96 => github.com/nitro/lazypdf/v2 v2.0.0-20250205171610-bfd709fec6cd
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c h1:cqn374mizHuIWj+OSJCajGr/phAmuMug9qIX3l9CflE=
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/nitro/lazypdf/v2 v2.0.0-20250205120532-48aae54bfd96 h1:Smx6XZGqr+rx7yjaqVQyiD5UmXs2thOeV3d0d77yfWc=
github.com/nitro/lazypdf/v2 v2.0.0-20250205120532-48aae54bfd96/go.mod h1:hefW/CZCGNrDnOs9//T8HWkHyQIaFdq+xrl4JiS5xHM=
github.com/nitro/lazypdf/v2 v2.0.0-20250205171610-bfd709fec6cd h1:iNpUVFqOQHdmySemiibLm6r1qY5qYSIExP2+bm7M280=
github.com/nitro/lazypdf/v2 v2.0.0-20250205171610-bfd709fec6cd/go.mod h1:cAh1CSLNZXNh+PizhypjyoEyWz2cSjcGKe9EUBhEfxA=
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
github.com/outcaste-io/ristretto v0.2.3 h1:AK4zt/fJ76kjlYObOeNwh4T3asEuaCmp26pOvUOL9w0=
Expand Down

0 comments on commit 247a674

Please sign in to comment.