This repository was archived by the owner on May 8, 2024. It is now read-only.
Commit 8245ca1 1 parent 29e0942 commit 8245ca1 Copy full SHA for 8245ca1
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ go 1.15
5
5
require (
6
6
github.com/bmatcuk/doublestar v1.3.2
7
7
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
8
- github.com/cirruslabs/cirrus-ci-annotations v0.2.0
8
+ github.com/cirruslabs/cirrus-ci-annotations v0.2.1
9
9
github.com/dustin/go-humanize v1.0.0
10
10
github.com/go-git/go-git/v5 v5.2.0
11
11
github.com/golang/protobuf v1.4.3
12
12
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
13
13
github.com/imdario/mergo v0.3.11 // indirect
14
- github.com/joshdk/go-junit v0.0.0-20200702055522-6efcf4050909 // indirect
14
+ github.com/joshdk/go-junit v0.0.0-20210226021600-6145f504ca0d // indirect
15
15
github.com/klauspost/compress v1.11.1 // indirect
16
16
github.com/klauspost/pgzip v1.2.5
17
17
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 h1:uH66TXeswKn5P
15
15
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 /go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA =
16
16
github.com/cirruslabs/cirrus-ci-annotations v0.2.0 h1:rG7RufH7pPr8HfvDsdxNESwrWD1EcUTJ+giK4voGsA8 =
17
17
github.com/cirruslabs/cirrus-ci-annotations v0.2.0 /go.mod h1:xrmxzL58Pf4cSSQCmQEOPGQ3poeARxJdHneurUrqjZk =
18
+ github.com/cirruslabs/cirrus-ci-annotations v0.2.1 h1:ZveVdpWpcdn9EkzRR79gwuSlLZmmEueZLPl2PxfWlvM =
19
+ github.com/cirruslabs/cirrus-ci-annotations v0.2.1 /go.mod h1:xrmxzL58Pf4cSSQCmQEOPGQ3poeARxJdHneurUrqjZk =
18
20
github.com/client9/misspell v0.3.4 /go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw =
19
21
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
20
22
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
@@ -79,6 +81,8 @@ github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJS
79
81
github.com/joshdk/go-junit v0.0.0-20200312181801-e5d93c0f31a8 /go.mod h1:TiiV0PqkaNfFXjEiyjWM3XXrhVyCa1K4Zfga6W52ung =
80
82
github.com/joshdk/go-junit v0.0.0-20200702055522-6efcf4050909 h1:3BBiJ4qMIiesYqTk4zbLZnHrNIE3LYL1UUpaMIYGPSo =
81
83
github.com/joshdk/go-junit v0.0.0-20200702055522-6efcf4050909 /go.mod h1:TiiV0PqkaNfFXjEiyjWM3XXrhVyCa1K4Zfga6W52ung =
84
+ github.com/joshdk/go-junit v0.0.0-20210226021600-6145f504ca0d h1:lcSbmPJf3b19MTZtGDLI6Y2Jnk3VBDT8UG/8IVCEMxA =
85
+ github.com/joshdk/go-junit v0.0.0-20210226021600-6145f504ca0d /go.mod h1:TiiV0PqkaNfFXjEiyjWM3XXrhVyCa1K4Zfga6W52ung =
82
86
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY =
83
87
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd /go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM =
84
88
github.com/kisielk/errcheck v1.1.0 /go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q =
You can’t perform that action at this time.
0 commit comments