Skip to content

Commit

Permalink
CVE DB Update + Deps Update + Go 1.23 Update (#220)
Browse files Browse the repository at this point in the history
* update deps
* go 1.23
* update cve database
  • Loading branch information
SUSTAPLE117 authored Oct 7, 2024
1 parent a6dcf6c commit c847c94
Show file tree
Hide file tree
Showing 9 changed files with 270 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Install dependencies
run: go mod download
- name: Verify dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- "v1.[0-9]+.[0-9]+"

env:
GO_VERSION: 1.22
GO_RELEASER_VERSION: v1.25.1
GO_VERSION: 1.23
GO_RELEASER_VERSION: v1.26.2

permissions: {}

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before you start contributing, please make sure to read and abide by our [Code o

To contribute to Poutine, you'll need the following:

- [Go toolchain v1.22](https://golang.org/dl/) or higher.
- [Go toolchain v1.23](https://golang.org/dl/) or higher.

### Contributing Process

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GIT=cgr.dev/chainguard/git:latest@sha256:06119871a608d163eac2daddd0745582e457a29ee8402bd351c13f294ede30e1
ARG GORELEASER=ghcr.io/goreleaser/goreleaser:v2.0.1@sha256:c1d6c5a07be6d0f7472461e2ec578beaa4a51c12bb03a8e34d3e73730b4aa32a
ARG GORELEASER=ghcr.io/goreleaser/goreleaser:v2.3.1@sha256:6835c0b61b746bf4b2e036e262d3c5c32029ebb079eb42911bffa84b1b5c8008

FROM ${GORELEASER} as goreleaser
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ See [.poutine.sample.yml](.poutine.sample.yml) for an example configuration file

## Building from source

Building `poutine` requires Go 1.22.
Building `poutine` requires Go 1.23.

```bash
git clone https://github.com/boostsecurityio/poutine.git
Expand Down
2 changes: 1 addition & 1 deletion dagger/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module dagger/poutine

go 1.22.3
go 1.23.0
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
module github.com/boostsecurityio/poutine

go 1.22.0
go 1.23.0

require (
github.com/gofri/go-github-ratelimit v1.1.0
github.com/google/go-github/v59 v59.0.0
github.com/hashicorp/go-version v1.7.0
github.com/olekukonko/tablewriter v0.0.5
github.com/open-policy-agent/opa v0.68.0
github.com/open-policy-agent/opa v0.69.0
github.com/owenrumney/go-sarif/v2 v2.3.3
github.com/package-url/packageurl-go v0.1.3
github.com/rs/zerolog v1.33.0
github.com/schollz/progressbar/v3 v3.15.0
github.com/schollz/progressbar/v3 v3.16.1
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/xanzy/go-gitlab v0.109.0
github.com/xanzy/go-gitlab v0.110.0
golang.org/x/oauth2 v0.23.0
golang.org/x/sync v0.8.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/agnivade/levenshtein v1.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand All @@ -49,9 +49,9 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.20.3 // indirect
github.com/prometheus/client_golang v1.20.4 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.59.1 // indirect
github.com/prometheus/common v0.60.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
Expand All @@ -73,11 +73,11 @@ require (
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
go.opentelemetry.io/otel/trace v1.30.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
76 changes: 38 additions & 38 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit c847c94

Please sign in to comment.