@@ -2,9 +2,6 @@ module github.com/siderolabs/bldr
2
2
3
3
go 1.19
4
4
5
- // required by the moby/buildkit
6
- replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220414164044-61404de7df1a+incompatible
7
-
8
5
require (
9
6
github.com/Masterminds/semver v1.5.0
10
7
github.com/Masterminds/sprig/v3 v3.2.3
@@ -13,28 +10,30 @@ require (
13
10
github.com/emicklei/dot v1.2.0
14
11
github.com/google/go-github/v49 v49.1.0
15
12
github.com/hashicorp/go-multierror v1.1.1
16
- github.com/moby/buildkit v0.10.6
13
+ github.com/moby/buildkit v0.11.1
17
14
github.com/opencontainers/go-digest v1.0.0
18
15
github.com/opencontainers/image-spec v1.1.0-rc2
19
16
github.com/otiai10/copy v1.9.0
20
17
github.com/spf13/cobra v1.6.1
21
18
github.com/stretchr/testify v1.8.1
22
19
golang.org/x/oauth2 v0.4.0
23
20
golang.org/x/sync v0.1.0
24
- gopkg.in/yaml.v2 v2.4.0
21
+ gopkg.in/yaml.v3 v3.0.1
25
22
)
26
23
27
24
require (
28
25
github.com/Masterminds/goutils v1.1.1 // indirect
29
26
github.com/Masterminds/semver/v3 v3.2.0 // indirect
27
+ github.com/Microsoft/go-winio v0.5.2 // indirect
30
28
github.com/agext/levenshtein v1.2.3 // indirect
29
+ github.com/containerd/continuity v0.3.0 // indirect
31
30
github.com/containerd/ttrpc v1.1.0 // indirect
32
31
github.com/containerd/typeurl v1.0.2 // indirect
33
32
github.com/davecgh/go-spew v1.1.1 // indirect
34
33
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
36
35
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
38
37
github.com/gogo/googleapis v1.4.1 // indirect
39
38
github.com/gogo/protobuf v1.3.2 // indirect
40
39
github.com/golang/protobuf v1.5.2 // indirect
@@ -45,29 +44,28 @@ require (
45
44
github.com/huandu/xstrings v1.3.3 // indirect
46
45
github.com/imdario/mergo v0.3.12 // indirect
47
46
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
49
48
github.com/kr/text v0.2.0 // indirect
50
49
github.com/mitchellh/copystructure v1.0.0 // indirect
51
50
github.com/mitchellh/reflectwalk v1.0.0 // indirect
52
51
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
54
53
github.com/pkg/errors v0.9.1 // indirect
55
54
github.com/pmezard/go-difflib v1.0.0 // indirect
56
55
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
58
57
github.com/spf13/cast v1.3.1 // indirect
59
58
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
61
60
go.opentelemetry.io/otel v1.4.1 // indirect
62
61
go.opentelemetry.io/otel/trace v1.4.1 // indirect
63
62
golang.org/x/crypto v0.3.0 // indirect
64
63
golang.org/x/net v0.5.0 // indirect
65
64
golang.org/x/sys v0.4.0 // indirect
66
65
golang.org/x/text v0.6.0 // indirect
67
66
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
71
70
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
72
- gopkg.in/yaml.v3 v3.0.1 // indirect
73
71
)
0 commit comments