File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/mailru/go-clickhouse/v2 v2.3.0
88 github.com/pkg/errors v0.9.1
99 github.com/rs/zerolog v1.33.0
10- github.com/urfave/cli/v2 v2.27.2
10+ github.com/urfave/cli/v2 v2.27.3
1111)
1212
1313require (
@@ -16,6 +16,6 @@ require (
1616 github.com/mattn/go-colorable v0.1.13 // indirect
1717 github.com/mattn/go-isatty v0.0.19 // indirect
1818 github.com/russross/blackfriday/v2 v2.1.0 // indirect
19- github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
19+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
2020 golang.org/x/sys v0.12.0 // indirect
2121)
Original file line number Diff line number Diff line change @@ -38,8 +38,12 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
3838github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
3939github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI =
4040github.com/urfave/cli/v2 v2.27.2 /go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM =
41+ github.com/urfave/cli/v2 v2.27.3 h1:/POWahRmdh7uztQ3CYnaDddk0Rm90PyOgIxgW2rr41M =
42+ github.com/urfave/cli/v2 v2.27.3 /go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ =
4143github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw =
4244github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 /go.mod h1:4aEEwZQutDLsQv2Deui4iYQ6DWTxR14g6m8Wv88+Xqk =
45+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
46+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
4347golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4448golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
4549golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o =
You can’t perform that action at this time.
0 commit comments