Skip to content

Commit f066974

Browse files
authored
Merge pull request #1798 from pratikjagrut/windows.ci
fix: windows 1.17 cat command unit test
2 parents 88a79a2 + af392bf commit f066974

File tree

113 files changed

+4841
-4549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+4841
-4549
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Go
5353
uses: actions/setup-go@v1
5454
with:
55-
go-version: 1.16
55+
go-version: 1.17
5656

5757
- name: Check out code into the Go module directory
5858
uses: actions/checkout@v1

go.mod

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,37 @@ go 1.15
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.2.9
7-
github.com/Microsoft/hcsshim v0.8.10 // indirect
8-
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
9-
github.com/agl/ed25519 v0.0.0-00010101000000-000000000000 // indirect
10-
github.com/bitly/go-hostpool v0.1.0 // indirect
11-
github.com/bitly/go-simplejson v0.5.0 // indirect
127
github.com/blang/semver v3.5.1+incompatible
138
github.com/bmatcuk/doublestar v1.1.1
14-
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
15-
github.com/bugsnag/bugsnag-go v2.1.0+incompatible // indirect
16-
github.com/bugsnag/panicwrap v1.3.1 // indirect
17-
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
18-
github.com/cloudflare/cfssl v1.5.0 // indirect
199
github.com/compose-spec/compose-go v1.0.1
2010
github.com/containerd/containerd v1.4.1 // indirect
2111
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
2212
github.com/docker/cli v20.10.0-beta1.0.20201029214301-1d20b15adc38+incompatible
2313
github.com/docker/distribution v2.7.1+incompatible
2414
github.com/docker/docker v20.10.5+incompatible
25-
github.com/docker/docker-credential-helpers v0.6.3 // indirect
26-
github.com/docker/go v1.5.1-1 // indirect
2715
github.com/docker/go-connections v0.4.0
28-
github.com/docker/go-metrics v0.0.1 // indirect
2916
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
30-
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
3117
github.com/evanphx/json-patch v4.11.0+incompatible
3218
github.com/evanphx/json-patch/v5 v5.1.0
33-
github.com/fvbommel/sortorder v1.0.2 // indirect
3419
github.com/ghodss/yaml v1.0.0
35-
github.com/gofrs/uuid v4.0.0+incompatible // indirect
3620
github.com/golang/protobuf v1.5.2
37-
github.com/google/go-github v17.0.0+incompatible // indirect
38-
github.com/google/go-querystring v1.0.0 // indirect
3921
github.com/google/uuid v1.1.2
40-
github.com/gorilla/mux v1.8.0 // indirect
4122
github.com/gorilla/websocket v1.4.2
42-
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
4323
github.com/hashicorp/go-version v1.2.0
4424
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
45-
github.com/jinzhu/gorm v1.9.16 // indirect
4625
github.com/joho/godotenv v1.3.0
4726
github.com/json-iterator/go v1.1.11
4827
github.com/juju/ratelimit v1.0.1
4928
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
50-
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
51-
github.com/lib/pq v1.10.0 // indirect
5229
github.com/loft-sh/notify v0.0.0-20210827094439-0720dcc7feee
53-
github.com/mattn/go-sqlite3 v1.14.6 // indirect
5430
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
55-
github.com/miekg/pkcs11 v1.0.3 // indirect
5631
github.com/mitchellh/go-homedir v1.1.0
5732
github.com/moby/buildkit v0.8.2
58-
github.com/moby/spdystream v0.2.0 // indirect
5933
github.com/moby/sys/mount v0.2.0 // indirect
6034
github.com/moby/sys/symlink v0.1.0 // indirect
6135
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
62-
github.com/morikuni/aec v1.0.0 // indirect
6336
github.com/onsi/ginkgo v1.14.0
6437
github.com/onsi/gomega v1.10.1
65-
github.com/opencontainers/image-spec v1.0.1 // indirect
6638
github.com/otiai10/copy v0.0.0-20180813030456-0046ee23fdbd
6739
github.com/otiai10/mint v1.3.2 // indirect
6840
github.com/pkg/errors v0.9.1
@@ -72,17 +44,12 @@ require (
7244
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
7345
github.com/spf13/cobra v1.1.3
7446
github.com/spf13/pflag v1.0.5
47+
github.com/syncthing/notify v0.0.0-20210616190510-c6b7342338d2 // indirect
7548
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
76-
github.com/theupdateframework/notary v0.6.1 // indirect
7749
github.com/toqueteos/trie v1.0.0 // indirect
78-
github.com/ulikunitz/xz v0.5.7 // indirect
7950
github.com/vmware-labs/yaml-jsonpath v0.3.2
8051
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
81-
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
8252
google.golang.org/grpc v1.38.0
83-
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
84-
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
85-
gopkg.in/gorethink/gorethink.v3 v3.0.5 // indirect
8653
gopkg.in/natefinch/lumberjack.v2 v2.0.0
8754
gopkg.in/src-d/enry.v1 v1.6.4
8855
gopkg.in/src-d/go-git.v4 v4.13.1
@@ -96,7 +63,7 @@ require (
9663
k8s.io/klog v1.0.0
9764
k8s.io/klog/v2 v2.9.0
9865
k8s.io/kubectl v0.22.2
99-
mvdan.cc/sh/v3 v3.3.1
66+
mvdan.cc/sh/v3 v3.4.1
10067
)
10168

10269
replace github.com/agl/ed25519 => github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412

0 commit comments

Comments
 (0)