Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump deps oct 2023 #469

Merged
merged 12 commits into from
Oct 18, 2023
2 changes: 1 addition & 1 deletion tools/sgapilinter/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

const (
version = "1.57.1"
version = "1.58.1"
name = "api-linter"
)

Expand Down
2 changes: 1 addition & 1 deletion tools/sgbuf/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
version = "1.23.1"
version = "1.27.1"
name = "buf"
)

Expand Down
2 changes: 1 addition & 1 deletion tools/sgcloudspanner/emulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
const (
cloudbuildNetwork = "cloudbuild"
url = "gcr.io/cloud-spanner-emulator/emulator"
version = "sha256:ab53ffefbcb53cea3b893e07c6796ba5df3bc67d1561eeb8efecaec466134f2f" // 1.5.9
version = "sha256:ab53ffefbcb53cea3b893e07c6796ba5df3bc67d1561eeb8efecaec466134f2f" //nolint:gosec // 1.5.9
image = url + "@" + version
)

Expand Down
2 changes: 1 addition & 1 deletion tools/sgconvco/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
name = "convco"
version = "0.4.0"
version = "0.4.3"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down
2 changes: 1 addition & 1 deletion tools/sggh/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
name = "gh"
version = "2.31.0"
version = "2.37.0"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down
2 changes: 1 addition & 1 deletion tools/sggolangcilint/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
name = "golangci-lint"
version = "1.54.1"
version = "1.54.2"
)

//go:embed golangci.yml
Expand Down
2 changes: 1 addition & 1 deletion tools/sggoreleaser/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
name = "goreleaser"
version = "1.19.1"
version = "1.21.2"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down
2 changes: 1 addition & 1 deletion tools/sggosemanticrelease/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
name = "go-semantic-release"
version = "2.27.1"
version = "2.28.0"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down
2 changes: 1 addition & 1 deletion tools/sggovulncheck/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
name = "govulncheck"
version = "v1.0.0"
version = "v1.0.1"
)

// Command returns an [*exec.Cmd] for govulncheck.
Expand Down
2 changes: 1 addition & 1 deletion tools/sgko/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
name = "ko"
version = "0.14.1"
version = "0.15.0"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down
2 changes: 1 addition & 1 deletion tools/sgnpmlicense/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
BSD2ClauseFreeBSD = "BSD-2-Clause-FreeBSD"
BSD2ClauseNetBSD = "BSD-2-Clause-NetBSD"
BSD2Clause = "BSD-2-Clause"
BSD3ClauseAttribution = "BSD-3-Clause-Attribution"
BSD3ClauseAttribution = "BSD-3-Clause-Attribution" //nolint:gosec
BSD3ClauseClear = "BSD-3-Clause-Clear"
BSD3ClauseLBNL = "BSD-3-Clause-LBNL"
BSD3Clause = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion tools/sgterraform/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
version = "1.5.2"
version = "1.6.1"
binaryName = "terraform"
)

Expand Down
2 changes: 1 addition & 1 deletion tools/sgtrivy/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
var defaultConfig []byte

const (
version = "0.43.1"
version = "0.46.0"
name = "trivy"
)

Expand Down
2 changes: 1 addition & 1 deletion tools/sgyamlfmt/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var defaultConfig []byte

const (
name = "yamlfmt"
version = "0.9.0"
version = "0.10.0"
defaultConfigName = ".yamlfmt"
)

Expand Down