This repository was archived by the owner on Jul 31, 2024. It is now read-only.
Commit 3f71c17 authored Sep 6, 2019 Verified
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ require (
8
8
github.com/chromedp/chromedp v0.4.0
9
9
github.com/google/uuid v1.1.1
10
10
github.com/pkg/errors v0.8.1
11
+ github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
11
12
github.com/spf13/cobra v0.0.5
12
13
github.com/stretchr/testify v1.4.0
13
14
golang.org/x/net v0.0.0-20190327025741-74e053c68e29 // indirect
14
- gopkg.in/ini.v1 v1.45 .0
15
+ gopkg.in/ini.v1 v1.46 .0
15
16
)
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
78
78
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 /go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs =
79
79
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
80
80
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
81
- gopkg.in/ini.v1 v1.45 .0 h1:+Gi8TdNGAtTHXL4GDlYAhUkv01nngqFKyK58KZcPGIg =
82
- gopkg.in/ini.v1 v1.45 .0 /go.mod h1:M3Cogqpuv0QCi3ExAY5V4uOt4qb/R3xZubo9m8lK5wg =
81
+ gopkg.in/ini.v1 v1.46 .0 h1:VeDZbLYGaupuvIrsYCEOe/L/2Pcs5n7hdO1ZTjporag =
82
+ gopkg.in/ini.v1 v1.46 .0 /go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k =
83
83
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
84
84
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments