1
0
mirror of https://github.com/siderolabs/kres.git synced 2026-02-05 09:45:35 +01:00

chore: update deps

Bump deps:
- github.com/uber-go/mock to v0.6.0
- github.com/google/go-github/v72 to github.com/google/go-github/v74

Rollback deps:
- Node container image to 22-alpine (LTS)

Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
This commit is contained in:
Oguz Kilcan
2025-08-19 10:48:51 +02:00
parent 8d5a3f68b4
commit ff3b493042
6 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-08-18T08:50:17Z by kres b6d38e2-dirty.
# Generated on 2025-08-19T08:46:17Z by kres 8d5a3f6-dirty.
# common variables
@@ -22,7 +22,7 @@ GRPC_GO_VERSION ?= 1.5.1
GRPC_GATEWAY_VERSION ?= 2.27.1
VTPROTOBUF_VERSION ?= 0.6.0
GOIMPORTS_VERSION ?= 0.36.0
GOMOCK_VERSION ?= 0.5.2
GOMOCK_VERSION ?= 0.6.0
DEEPCOPY_VERSION ?= v0.5.8
GOLANGCILINT_VERSION ?= v2.4.0
GOFUMPT_VERSION ?= v0.8.0

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.25.0
require (
github.com/drone/drone-yaml v1.2.3
github.com/go-git/go-git/v5 v5.16.2
github.com/google/go-github/v72 v72.0.0
github.com/google/go-github/v74 v74.0.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/siderolabs/gen v0.8.5
github.com/spf13/cobra v1.9.1

4
go.sum
View File

@@ -62,8 +62,8 @@ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5a
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
github.com/google/go-github/v72 v72.0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM=
github.com/google/go-github/v72 v72.0.0/go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg=
github.com/google/go-github/v74 v74.0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM=
github.com/google/go-github/v74 v74.0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=

View File

@@ -51,7 +51,7 @@ const (
GoImportsVersion = "v0.36.0"
// GoMockVersion is the version of gomock.
// renovate: datasource=go depName=github.com/uber-go/mock
GoMockVersion = "v0.5.2"
GoMockVersion = "v0.6.0"
// GolangCIlintVersion is the version of golangci-lint.
// renovate: datasource=go depName=github.com/golangci/golangci-lint
GolangCIlintVersion = "v2.4.0"
@@ -81,7 +81,7 @@ const (
BunContainerImageVersion = "1.2.20-alpine"
// NodeContainerImageVersion is the default node container image.
// renovate: datasource=docker versioning=docker depName=node
NodeContainerImageVersion = "24-alpine"
NodeContainerImageVersion = "22-alpine"
// PkgsVersion is the version of pkgs.
// renovate: datasource=github-tags depName=siderolabs/pkgs
PkgsVersion = "v1.11.0"

View File

@@ -10,7 +10,7 @@ import (
"fmt"
"os"
"github.com/google/go-github/v72/github"
"github.com/google/go-github/v74/github"
"golang.org/x/oauth2"
)

View File

@@ -10,7 +10,7 @@ import (
"net/http"
"slices"
"github.com/google/go-github/v72/github"
"github.com/google/go-github/v74/github"
"github.com/siderolabs/gen/xslices"
"github.com/siderolabs/kres/internal/config"