Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 8245ca1

Browse files
authored
Updated annotations (#126)
To pick up details for Flutter reports
1 parent 29e0942 commit 8245ca1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.15
55
require (
66
github.com/bmatcuk/doublestar v1.3.2
77
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
99
github.com/dustin/go-humanize v1.0.0
1010
github.com/go-git/go-git/v5 v5.2.0
1111
github.com/golang/protobuf v1.4.3
1212
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
1313
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
1515
github.com/klauspost/compress v1.11.1 // indirect
1616
github.com/klauspost/pgzip v1.2.5
1717
github.com/pkg/errors v0.9.1

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 h1:uH66TXeswKn5P
1515
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
1616
github.com/cirruslabs/cirrus-ci-annotations v0.2.0 h1:rG7RufH7pPr8HfvDsdxNESwrWD1EcUTJ+giK4voGsA8=
1717
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=
1820
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
1921
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
2022
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
7981
github.com/joshdk/go-junit v0.0.0-20200312181801-e5d93c0f31a8/go.mod h1:TiiV0PqkaNfFXjEiyjWM3XXrhVyCa1K4Zfga6W52ung=
8082
github.com/joshdk/go-junit v0.0.0-20200702055522-6efcf4050909 h1:3BBiJ4qMIiesYqTk4zbLZnHrNIE3LYL1UUpaMIYGPSo=
8183
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=
8286
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY=
8387
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
8488
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=

0 commit comments

Comments
 (0)