File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/mailru/go-clickhouse v1.8.0
88 github.com/pkg/errors v0.9.1
99 github.com/rs/zerolog v1.26.1
10- github.com/urfave/cli/v2 v2.8.0
10+ github.com/urfave/cli/v2 v2.8.1
1111)
1212
1313require (
@@ -16,4 +16,5 @@ require (
1616 github.com/google/uuid v1.2.0 // indirect
1717 github.com/russross/blackfriday/v2 v2.1.0 // indirect
1818 github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
19+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
1920)
Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ github.com/urfave/cli/v2 v2.7.1 h1:DsAOFeI9T0vmUW4LiGR5mhuCIn5kqGIE4WMU2ytmH00=
6565github.com/urfave/cli/v2 v2.7.1 /go.mod h1:TYFbtzt/azQoJOrGH5mDfZtS0jIkl/OeFwlRWPR9KRM =
6666github.com/urfave/cli/v2 v2.8.0 h1:EZsAB20oRW4nHcB99TTL6PrXpBGIEujMEKdjwruY9KQ =
6767github.com/urfave/cli/v2 v2.8.0 /go.mod h1:TYFbtzt/azQoJOrGH5mDfZtS0jIkl/OeFwlRWPR9KRM =
68+ github.com/urfave/cli/v2 v2.8.1 h1:CGuYNZF9IKZY/rfBe3lJpccSoIY1ytfvmgQT90cNOl4 =
69+ github.com/urfave/cli/v2 v2.8.1 /go.mod h1:Z41J9TPoffeoqP0Iza0YbAhGvymRdZAd2uPmZ5JxRdY =
70+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
71+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
6872github.com/yuin/goldmark v1.4.0 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
6973golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
7074golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
You can’t perform that action at this time.
0 commit comments