Skip to content

Commit 3d32358

Browse files
committed
chore: bump deps
Bump deps. Signed-off-by: Noel Georgi <[email protected]>
1 parent a7421af commit 3d32358

File tree

9 files changed

+49
-145
lines changed

9 files changed

+49
-145
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2022-12-06T13:30:08Z by kres e23a456.
3+
# Generated on 2023-01-18T14:18:46Z by kres latest.
44

55
# common variables
66

@@ -16,10 +16,10 @@ REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
1616
GOLANGCILINT_VERSION ?= v1.50.1
1717
GOFUMPT_VERSION ?= v0.4.0
1818
GO_VERSION ?= 1.19
19-
GOIMPORTS_VERSION ?= v0.3.0
19+
GOIMPORTS_VERSION ?= v0.5.0
2020
PROTOBUF_GO_VERSION ?= 1.28.1
2121
GRPC_GO_VERSION ?= 1.2.0
22-
GRPC_GATEWAY_VERSION ?= 2.14.0
22+
GRPC_GATEWAY_VERSION ?= 2.15.0
2323
VTPROTOBUF_VERSION ?= 0.3.0
2424
DEEPCOPY_VERSION ?= v0.5.5
2525
GO_BUILDFLAGS ?=

go.mod

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ module github.com/siderolabs/bldr
22

33
go 1.19
44

5-
// required by the moby/buildkit
6-
replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220414164044-61404de7df1a+incompatible
7-
85
require (
96
github.com/Masterminds/semver v1.5.0
107
github.com/Masterminds/sprig/v3 v3.2.3
@@ -13,28 +10,30 @@ require (
1310
github.com/emicklei/dot v1.2.0
1411
github.com/google/go-github/v49 v49.1.0
1512
github.com/hashicorp/go-multierror v1.1.1
16-
github.com/moby/buildkit v0.10.6
13+
github.com/moby/buildkit v0.11.1
1714
github.com/opencontainers/go-digest v1.0.0
1815
github.com/opencontainers/image-spec v1.1.0-rc2
1916
github.com/otiai10/copy v1.9.0
2017
github.com/spf13/cobra v1.6.1
2118
github.com/stretchr/testify v1.8.1
2219
golang.org/x/oauth2 v0.4.0
2320
golang.org/x/sync v0.1.0
24-
gopkg.in/yaml.v2 v2.4.0
21+
gopkg.in/yaml.v3 v3.0.1
2522
)
2623

2724
require (
2825
github.com/Masterminds/goutils v1.1.1 // indirect
2926
github.com/Masterminds/semver/v3 v3.2.0 // indirect
27+
github.com/Microsoft/go-winio v0.5.2 // indirect
3028
github.com/agext/levenshtein v1.2.3 // indirect
29+
github.com/containerd/continuity v0.3.0 // indirect
3130
github.com/containerd/ttrpc v1.1.0 // indirect
3231
github.com/containerd/typeurl v1.0.2 // indirect
3332
github.com/davecgh/go-spew v1.1.1 // indirect
3433
github.com/docker/distribution v2.8.1+incompatible // indirect
35-
github.com/docker/docker v20.10.7+incompatible // indirect
34+
github.com/docker/docker v23.0.0-rc.1+incompatible // indirect
3635
github.com/docker/go-connections v0.4.0 // indirect
37-
github.com/docker/go-units v0.4.0 // indirect
36+
github.com/docker/go-units v0.5.0 // indirect
3837
github.com/gogo/googleapis v1.4.1 // indirect
3938
github.com/gogo/protobuf v1.3.2 // indirect
4039
github.com/golang/protobuf v1.5.2 // indirect
@@ -45,29 +44,28 @@ require (
4544
github.com/huandu/xstrings v1.3.3 // indirect
4645
github.com/imdario/mergo v0.3.12 // indirect
4746
github.com/inconshreveable/mousetrap v1.0.1 // indirect
48-
github.com/klauspost/compress v1.15.1 // indirect
47+
github.com/klauspost/compress v1.15.12 // indirect
4948
github.com/kr/text v0.2.0 // indirect
5049
github.com/mitchellh/copystructure v1.0.0 // indirect
5150
github.com/mitchellh/reflectwalk v1.0.0 // indirect
5251
github.com/moby/locker v1.0.1 // indirect
53-
github.com/moby/sys/signal v0.6.0 // indirect
52+
github.com/moby/sys/signal v0.7.0 // indirect
5453
github.com/pkg/errors v0.9.1 // indirect
5554
github.com/pmezard/go-difflib v1.0.0 // indirect
5655
github.com/shopspring/decimal v1.2.0 // indirect
57-
github.com/sirupsen/logrus v1.8.1 // indirect
56+
github.com/sirupsen/logrus v1.9.0 // indirect
5857
github.com/spf13/cast v1.3.1 // indirect
5958
github.com/spf13/pflag v1.0.5 // indirect
60-
github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 // indirect
59+
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa // indirect
6160
go.opentelemetry.io/otel v1.4.1 // indirect
6261
go.opentelemetry.io/otel/trace v1.4.1 // indirect
6362
golang.org/x/crypto v0.3.0 // indirect
6463
golang.org/x/net v0.5.0 // indirect
6564
golang.org/x/sys v0.4.0 // indirect
6665
golang.org/x/text v0.6.0 // indirect
6766
google.golang.org/appengine v1.6.7 // indirect
68-
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
69-
google.golang.org/grpc v1.47.0 // indirect
70-
google.golang.org/protobuf v1.28.0 // indirect
67+
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 // indirect
68+
google.golang.org/grpc v1.50.1 // indirect
69+
google.golang.org/protobuf v1.28.1 // indirect
7170
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
72-
gopkg.in/yaml.v3 v3.0.1 // indirect
7371
)

go.sum

Lines changed: 25 additions & 120 deletions
Large diffs are not rendered by default.

internal/pkg/pkgfile/build.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
ctrplatforms "github.com/containerd/containerd/platforms"
1616
"github.com/moby/buildkit/client/llb"
1717
"github.com/moby/buildkit/exporter/containerimage/exptypes"
18+
"github.com/moby/buildkit/exporter/containerimage/image"
1819
"github.com/moby/buildkit/frontend/dockerfile/dockerfile2llb"
1920
"github.com/moby/buildkit/frontend/gateway/client"
2021
specs "github.com/opencontainers/image-spec/specs-go/v1"
@@ -162,13 +163,13 @@ func Build(ctx context.Context, c client.Client, options *environment.Options) (
162163
RootFS: specs.RootFS{
163164
Type: "layers",
164165
},
166+
Variant: platform.PlatformSpec.Variant,
165167
},
166-
Config: dockerfile2llb.ImageConfig{
168+
Config: image.ImageConfig{
167169
ImageConfig: specs.ImageConfig{
168170
Labels: packages.ImageLabels(),
169171
},
170172
},
171-
Variant: platform.PlatformSpec.Variant,
172173
}
173174

174175
config, err := json.Marshal(img)

internal/pkg/types/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"fmt"
1010
"os"
1111

12-
"gopkg.in/yaml.v2"
12+
"gopkg.in/yaml.v3"
1313
)
1414

1515
// Options are the options for the build.

internal/pkg/types/v1alpha2/pkg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
"github.com/Masterminds/sprig/v3"
1313
"github.com/hashicorp/go-multierror"
14-
"gopkg.in/yaml.v2"
14+
"gopkg.in/yaml.v3"
1515

1616
"github.com/siderolabs/bldr/internal/pkg/constants"
1717
"github.com/siderolabs/bldr/internal/pkg/types"

internal/pkg/types/v1alpha2/pkgfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package v1alpha2
77
import (
88
"fmt"
99

10-
"gopkg.in/yaml.v2"
10+
"gopkg.in/yaml.v3"
1111

1212
"github.com/siderolabs/bldr/internal/pkg/types"
1313
)

internal/pkg/types/vars.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"text/template"
1212

1313
"github.com/Masterminds/sprig/v3"
14-
"gopkg.in/yaml.v2"
14+
"gopkg.in/yaml.v3"
1515
)
1616

1717
// Variables presents generic variables for templating/environment.

internal/pkg/util/testutil/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package testutil
77
import (
88
"os"
99

10-
"gopkg.in/yaml.v2"
10+
"gopkg.in/yaml.v3"
1111
)
1212

1313
// TestManifest describes single integration test in test.yaml.

0 commit comments

Comments
 (0)