-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update lazypdf dependecy and bump Go version to 1.22.4. Issue: CW-608
- Loading branch information
1 parent
f14e5ff
commit c07a7d2
Showing
8 changed files
with
166 additions
and
1,071 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,56 @@ | ||
module github.com/nitro/lazyraster/v2 | ||
|
||
go 1.17 | ||
go 1.22.4 | ||
|
||
require ( | ||
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect | ||
github.com/Nitro/urlsign v0.0.0-20181015102600-5c9420004fa4 | ||
github.com/aws/aws-sdk-go v1.44.126 | ||
github.com/go-chi/chi/v5 v5.0.8 | ||
github.com/aws/aws-sdk-go v1.53.17 | ||
github.com/go-chi/chi/v5 v5.0.12 | ||
github.com/google/uuid v1.6.0 | ||
github.com/nitro/lazypdf/v2 v2.0.0-20220309113525-b152d66ca74a | ||
github.com/rs/zerolog v1.29.0 | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/nitro/lazypdf/v2 v2.0.0-20240606140501-fa9db50dedce | ||
github.com/rs/zerolog v1.33.0 | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/tinylib/msgp v1.1.6 // indirect | ||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect | ||
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect | ||
gopkg.in/DataDog/dd-trace-go.v1 v1.43.1 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/tinylib/msgp v1.1.9 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
gopkg.in/DataDog/dd-trace-go.v1 v1.64.0 | ||
) | ||
|
||
require ( | ||
github.com/DataDog/datadog-agent/pkg/obfuscate v0.34.0 // indirect | ||
github.com/DataDog/datadog-go/v5 v5.1.0 // indirect | ||
github.com/DataDog/gostackparse v0.5.0 // indirect | ||
github.com/DataDog/sketches-go v1.3.0 // indirect | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgraph-io/ristretto v0.1.0 // indirect | ||
github.com/dustin/go-humanize v1.0.0 // indirect | ||
github.com/golang/glog v1.0.0 // indirect | ||
github.com/google/pprof v0.0.0-20220218203455-0368bd9e19a7 // indirect | ||
github.com/DataDog/appsec-internal-go v1.6.0 // indirect | ||
github.com/DataDog/datadog-agent/pkg/obfuscate v0.54.0 // indirect | ||
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.54.0 // indirect | ||
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect | ||
github.com/DataDog/go-libddwaf/v2 v2.4.2 // indirect | ||
github.com/DataDog/go-sqllexer v0.0.12 // indirect | ||
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect | ||
github.com/DataDog/gostackparse v0.7.0 // indirect | ||
github.com/DataDog/sketches-go v1.4.5 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/ebitengine/purego v0.7.1 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/philhofer/fwd v1.1.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/outcaste-io/ristretto v0.2.3 // indirect | ||
github.com/philhofer/fwd v1.1.2 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect | ||
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/richardartoul/molecule v1.0.1-0.20221107223329-32cfee06a052 // indirect | ||
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
inet.af/netaddr v0.0.0-20220617031823-097006376321 // indirect | ||
) |
Oops, something went wrong.