Skip to content

Commit 98a9a3a

Browse files
committed
cleanup go.mod
1 parent 6a09a15 commit 98a9a3a

File tree

2 files changed

+1
-95
lines changed

2 files changed

+1
-95
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ require (
1818
require (
1919
github.com/apache/arrow/go/v13 v13.0.0 // indirect
2020
github.com/containerd/log v0.1.0 // indirect
21+
github.com/docker/go-units v0.5.0 // indirect
2122
github.com/goccy/go-json v0.10.0 // indirect
2223
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
2324
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
2425
github.com/zeebo/xxh3 v1.0.2 // indirect
2526
go.opentelemetry.io/contrib/samplers/jaegerremote v0.15.1 // indirect
26-
golang.org/x/sync v0.4.0 // indirect
2727
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
2828
)
2929

@@ -108,8 +108,6 @@ require (
108108
github.com/shoenig/go-m1cpu v0.1.6 // indirect
109109
github.com/sirupsen/logrus v1.9.3 // indirect
110110
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
111-
github.com/spf13/cobra v1.8.0
112-
github.com/spf13/pflag v1.0.5 // indirect
113111
github.com/tklauser/go-sysconf v0.3.12 // indirect
114112
github.com/tklauser/numcpus v0.6.1 // indirect
115113
github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8 // indirect

0 commit comments

Comments
 (0)