|
@@ -4,8 +4,8 @@ go 1.21
|
|
|
|
|
|
require (
|
|
|
git.beejay.kim/tool/service v0.5.1-0.20240416015003-73bf5cca98f7
|
|
|
- github.com/confluentinc/confluent-kafka-go/v2 v2.3.0
|
|
|
github.com/gorilla/websocket v1.5.1
|
|
|
+ github.com/grafov/m3u8 v0.12.0
|
|
|
github.com/kelindar/bitmap v1.5.2
|
|
|
github.com/mailru/easyjson v0.7.7
|
|
|
github.com/rs/zerolog v1.32.0
|
|
@@ -14,11 +14,13 @@ require (
|
|
|
github.com/tidwall/gjson v1.17.1
|
|
|
github.com/urfave/cli/v2 v2.27.1
|
|
|
golang.org/x/net v0.24.0
|
|
|
+ google.golang.org/protobuf v1.33.0
|
|
|
)
|
|
|
|
|
|
require (
|
|
|
github.com/ClickHouse/ch-go v0.61.5 // indirect
|
|
|
github.com/ClickHouse/clickhouse-go/v2 v2.23.1 // indirect
|
|
|
+ github.com/confluentinc/confluent-kafka-go/v2 v2.3.0 // indirect
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
github.com/go-faster/city v1.0.1 // indirect
|
|
|
github.com/go-faster/errors v0.7.1 // indirect
|