4adea808ce
vendor: github.com/google/go-cmp v0.5.7
...
full diff: https://github.com/google/go-cmp/compare/v0.5.5...v0.5.7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:17:07 +01:00
12b06fa375
vendor: github.com/coreos/etcd v3.3.27
...
no changes in vendored files
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:17:02 +01:00
16554e999a
vendor: github.com/containerd/containerd v1.5.10
...
full diff: https://github.com/containerd/containerd/compare/v1.5.5...v1.5.10
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:15:40 +01:00
fe8a12c621
vendor: github.com/opencontainers/image-spec v1.0.2
...
full diff: https://github.com/opencontainers/image-spec/compare/v1.0.1...v1.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 17:50:50 +01:00
3669aa3518
vendor: github.com/Microsoft/go-winio v0.5.1
...
full diff: https://github.com/Microsoft/go-winio/compare/v0.4.19...v0.5.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 17:50:47 +01:00
398026d310
vendor: gotest.tools/v3 v3.1.0
...
full diff: https://github.com/gotestyourself/gotest.tools/compare/v3.0.3...v3.1.0
noteworthy changes:
- ci: add go1.16
- ci: add go1.17, remove go1.13
- golden: only create dir if update flag is set
- icmd: replace all usages of os/exec with golang.org/x/sys/execabs
- assert: ErrorIs
- fs: add DirFromPath
- Stop creating directory outside of testdata
- fs: Fix comparing symlink permissions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-02 00:30:46 +01:00
58747a6316
vendor: github.com/google/go-cmp v0.5.5
...
it was downgraded to v0.2.0, but should be safe to upgrade
full diff: https://github.com/google/go-cmp/compare/v0.2.0...v0.5.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 16:34:33 +01:00
9f0430b8fb
vendor: remove redundant replace rules
...
These dependencies were either unused, or go modules already resolved them
to the same version as specified in the replace rule, so those could be
removed.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 16:31:30 +01:00
5b92563338
vendor: move github.com/moby/sys packages to "requires" ("indirect")
...
These were an "upgrade" not a "downgrade" (It was put in vendor.conf
to push it ahead of the version resolved by go mod). Let's move it
to the "requires" section as an indirect, that way it will dissolve
once other modules require this version or up.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 16:01:48 +01:00
8a3e3b22a7
vendor: gotest.tools/v3 v3.0.3
...
https://github.com/gotestyourself/gotest.tools/compare/v3.0.2...v3.0.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 15:50:32 +01:00
20b5dfa591
vendor: gopkg.in/yaml.v2 v2.4.0
...
full diff: https://github.com/go-yaml/yaml/compare/v2.2.8...v2.4.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 15:46:53 +01:00
a26de1de0f
vendor: golang.org/x/text v0.3.4
...
remove the replace rule to update it to the actual version specified:
full diff: https://github.com/golang/text/compare/v0.3.3...v0.3.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 15:40:16 +01:00
7917946a5c
vendor: golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
...
remove the replace rule to use the actual version (no changes in vendored code)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 15:37:48 +01:00
109cc4ea4f
vendor: golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
...
remove the replace rule to update it to the actual version specified:
full diff: 63515b42dc...69cdffdb93
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 15:35:55 +01:00
25366b6a52
vendor: remove replace rules for k8s.io packages
...
They're no longer used, so we can remove the replace rules.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-01 15:15:27 +01:00
7dc35c03fc
validate manpages target
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-02-25 17:11:17 +01:00
7b9580df51
Drop support for (archived) Compose-on-Kubernetes
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com >
2022-02-22 13:47:34 +01:00
a3c1314968
vendor: compose-on-kubernetes v0.5.0 to remove use of github.com/golang/glog
...
glog has the same issue as k8s.io/klog, and is calling `user.Current()`
inside an `init()`; see 466fbb6507
Calling `user.Current()` on Windows can result in remove connections being
made to get the user's information, which can be a heavy call. See https://github.com/docker/cli/issues/2420
glog was only used in a single location in compose-on-kubernetes, so we may as
well remove it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-14 14:54:51 +01:00
6fef143dbc
Set buildx as default builder
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-02-03 10:38:05 +01:00
7e560ae76f
vendor with go mod
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-12-16 21:16:01 +01:00
a4e7460872
Bump moby/sys
...
This adds a Windows TERM signal which makes propagation of termination to containers work properly.
Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com >
2021-11-05 18:46:03 +01:00
221bf5761f
bump imdario/mergo v0.3.12
...
full diff: imdario/mergo@v0.3.8...v0.3.12
includes:
- imdario/mergo@c085d66e6b use src map if dst is nil and can't be set
- fixes imdario/mergo#90 panic: reflect: reflect.Value.Set using unaddressable value merging nested structures
Signed-off-by: Jonathan Warriss-Simmons <misterws@diogenes.ws >
2021-09-18 22:44:44 +01:00
61a1775adb
vendor: golang.org/x/sys 63515b42dcdf9544f4e6a02fd7632793fde2f72d (for Go 1.17)
...
Go 1.17 requires golang.org/x/sys a76c4d0a0096537dc565908b53073460d96c8539 (May 8,
2021) or later, see https://github.com/golang/go/issues/45702 . While this seems
to affect macOS only, let's update to the latest version.
full diff: d19ff857e8...63515b42dc
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-23 18:10:31 +02:00
509cc32182
vendor: google.golang.org/grpc v1.5.2
...
full diff: https://github.com/grpc/grpc-go/compare/v1.27.1...v1.38.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-12 17:11:44 +02:00
2ef71e502c
vendor: genproto 8816d57aaa9a, google.golang.org/protobuf v1.26.0, github.com/golang/protobuf v1.5.2
...
- full diff: 3f1135a288...8816d57aaa
- google.golang.org/protobuf is the new name for this package, and to use both,
we also need the old github.com/golang/protobuf updated to v1.4.0 or above.
- github.com/golang/protobuf v1.5.2: full diff: https://github.com/golang/protobuf/compare/v1.3.5...v1.5.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-12 17:02:16 +02:00
fc85fe4eb8
vendor: update docker to current master (API v1.42)
...
full diff: 25917217ca...343665850e
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-12 13:24:05 +02:00
3e50224fd8
vendor: github.com/docker/swarmkit 3629f50980f6c0dd5ccd7dbfa0956b57ea0cd78d
...
no changes in the vendored code
full diff: 2dcf70aafd...3629f50980
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-11 11:58:24 +02:00
fcc2ce3499
vendor: github.com/containerd/containerd v1.5.5
...
no changes in the vendored code
full diff: https://github.com/containerd/containerd/compare/v1.5.3...v1.5.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-10 12:14:25 +02:00
cfb07a75a9
vendor: github.com/opencontainers/runc v1.0.1
...
full diff: https://github.com/opencontainers/runc/comopare/v1.0.0-rc95...v1.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-10 12:14:23 +02:00
ecad24d47f
vendor: github.com/sirupsen/logrus v1.8.1
...
full diff: https://github.com/sirupsen/logrus/compare/v1.7.0...v1.8.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-10 12:14:20 +02:00
23ed50c10f
replace docker/pkg/signal with github.com/moby/sys/signal
...
The github.com/docker/docker/pkg/signal package was moved to a separate
module in moby/sys.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-09 19:15:46 +02:00
13e8225007
vendor: cpuguy83/go-md2man/v2 v2.0.1
...
full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.0...v2.0.1
- Fix handling multiple definition descriptions
- Fix inline markup causing table cells to split
- Remove escaping tilde character (prevents tildes (`~`) from disappearing).
- Do not escape dash, underscore, and ampersand (prevents ampersands (`&`) from disappearing).
- Ignore unknown HTML tags to prevent noisy warnings
With this, generating manpages becomes a lot less noisy; no more of these:
WARNING: go-md2man does not handle node type HTMLSpan
WARNING: go-md2man does not handle node type HTMLSpan
WARNING: go-md2man does not handle node type HTMLSpan
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-07-21 10:28:34 +02:00
ef14ae09bb
vendor: github.com/russross/blackfriday/v2 v2.1.0
...
removes the github.com/shurcooL/sanitized_anchor_name dependency
full diff: https://github.com/russross/blackfriday/compare/v2.0.1...v2.1.0
- Committed to github.com/russross/blackfriday/v2 as the canonical import path for blackfriday v2.
- Reduced the amount of dependencies.
- Added a SanitizedAnchorName function.
- Added Node.IsContainer and Node.IsLeaf methods.
- Fixed parsing of links that end with a double backslashes.
- Fixed an issue where fence length wasn't computed.
- Improved the default value for the HTMLRendererParameters.FootnoteReturnLinkContents field.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-07-21 10:22:53 +02:00
0ebdad7492
vendor: github.com/containerd/containerd v1.5.3 to reduce indirect dependencies
...
full diff: https://github.com/containerd/containerd/compare/v1.5.2...v1.5.3
This removes the hcsshim dependency and other dependencies coming from that.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-07-14 17:46:16 +02:00
711334e9a4
vendor: github.com/moby/buildkit 9f254e18360a24c2ae47b26f772c3c89533bcbb7 (master / v0.9.0-dev)
...
full diff: 8142d66b5e...9f254e1836
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-22 12:12:03 +02:00
a04c8210a6
vendor: github.com/docker/docker 25917217cab38eab40c3db0010b915258f4a8491
...
b0f5bc36fe..25917217ca
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-22 10:16:54 +02:00
29fed6bff1
vendor: github.com/docker/swarmkit 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6
...
full diff: 17d8d4e4d8...2dcf70aafd
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 17:11:02 +02:00
f647fce891
vendor: github.com/containerd/containerd v1.5.2
...
- update to v1.5.0 0edc412565 ...v1.5.0 (v1.5.0 is last tag on master/main branch)
- update to v1.5.2 https://github.com/containerd/containerd/compare/v1.5.0...v1.5.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 17:08:47 +02:00
f269e7fc35
vendor: github.com/coreos/etcd v3.3.25
...
full diff: https://github.com/coreos/etcd/v3.3.12...v3.3.25
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:30:07 +02:00
83c915857f
vendor: github.com/tonistiigi/fsutil d72af97c0eaf93c1d20360e3cb9c63c223675b83
...
full diff: 0834f99b7b...d72af97c0e
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:30:05 +02:00
79a9fd61fd
vendor: github.com/opencontainers/runc v1.0.0-rc95
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:30:03 +02:00
579279ce09
vendor: github.com/Microsoft/hcsshim v0.8.16
...
full diff: https://github.com/Microsoft/hcsshim/compare/v0.8.9...v0.8.16
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:58 +02:00
ab46952ba8
vendor: github.com/Microsoft/go-winio v0.4.19
...
full diff: https://github.com/Microsoft/go-winio/compare/v0.4.15...v0.4.19
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:53 +02:00
f114f6c871
vendor: github.com/json-iterator/go v1.1.10
...
full diff: https://github.com/json-iterator/go/compare/v1.1.6...v1.1.10
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:51 +02:00
c451d82af9
vendor: github.com/containerd/typeurl v1.0.2
...
full diff: https://github.com/containerd/typeurl/compare/v1.0.1...v1.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:49 +02:00
3ea82da319
vendor: github.com/containerd/continuity v0.1.0
...
full diff: https://github.com/containerd/continuity/efbc4488d8fe1bdc16bde3b2d2990d9b3a899165...v0.1.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:47 +02:00
9ee3d08aeb
vendor: github.com/containerd/console v1.0.2
...
full diff: https://github.com/containerd/console/compare/v1.0.1...v1.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:45 +02:00
945f1237ec
vendor: github.com/containerd/cgroups v1.0.1
...
full diff: 0b889c03f1 ...v1.0.1
relevant changes:
- go.mod: github.com/gogo/protobuf v1.3.2 and generate protos
update gogo/protobuf and regenerate protos to address CVE-2021-3121
(https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3121 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:42 +02:00
6d25af0cd7
vendor: golang.org/x/time 3af7569d3a1e776fc2a3c1cec133b43105ea9c2e
...
full diff: 555d28b269...3af7569d3a
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:38 +02:00
8ebe404dfc
vendor: golang.org/x/sys d19ff857e887eacb631721f188c7d365c2331456
...
full diff: 134d130e1a...d19ff857e8
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-21 14:29:34 +02:00