Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update lazypdf dependecy and bump Go version to 1.22.4.

Issue: CW-608
  • Loading branch information
diegobernardes committed Jun 6, 2024
1 parent f14e5ff commit c07a7d2
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 1,071 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: 1.22.4

- name: Go cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand All @@ -36,11 +36,11 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
go install github.com/mfridman/tparse@v0.8.3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.40.1
go install github.com/mfridman/tparse@v0.13.3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.0
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Dependency linter
if: matrix.os == 'ubuntu-latest'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
name: "${{ matrix.name }}"
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: snyk/actions/setup@master
- uses: actions/setup-go@v1
- uses: actions/setup-go@v5
with:
go-version: '1.17'
go-version: '1.22.4'

- name: Exec ${{ matrix.target }}
env:
Expand Down
75 changes: 42 additions & 33 deletions go.mod
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
)
Loading

0 comments on commit c07a7d2

Please sign in to comment.