-
This commit is contained in:
parent
6746f13048
commit
ed22813e11
3
go.mod
3
go.mod
@ -6,6 +6,7 @@ toolchain go1.23.4
|
||||
|
||||
require (
|
||||
gitea.pena/PenaSide/customer v0.0.0-20250218224641-8d89ae8ff6b5
|
||||
gitea.pena/PenaSide/hlog v0.0.0-20241125221102-a54c29c002a9
|
||||
gitea.pena/SQuiz/common v0.0.0-20250221135056-f98c45e04909
|
||||
github.com/caarlos0/env/v8 v8.0.0
|
||||
github.com/go-redis/redis/v8 v8.11.5
|
||||
@ -15,7 +16,6 @@ require (
|
||||
github.com/minio/minio-go/v7 v7.0.87
|
||||
github.com/pioz/faker v1.7.3
|
||||
github.com/stretchr/testify v1.10.0
|
||||
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
||||
github.com/twmb/franz-go v1.18.1
|
||||
go.uber.org/zap v1.27.0
|
||||
golang.org/x/net v0.35.0
|
||||
@ -31,7 +31,6 @@ require (
|
||||
|
||||
require (
|
||||
gitea.pena/PenaSide/common v0.0.0-20250103085335-91ea31fee517 // indirect
|
||||
gitea.pena/PenaSide/hlog v0.0.0-20241125221102-a54c29c002a9 // indirect
|
||||
gitea.pena/PenaSide/linters-golang v0.0.0-20241207122018-933207374735 // indirect
|
||||
gitea.pena/PenaSide/trashlog v0.0.0-20250222101337-a43552caae6f // indirect
|
||||
github.com/ClickHouse/clickhouse-go v1.5.4 // indirect
|
||||
|
2
go.sum
2
go.sum
@ -121,8 +121,6 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
|
||||
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
||||
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
|
||||
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf h1:TJJm6KcBssmbWzplF5lzixXl1RBAi/ViPs1GaSOkhwo=
|
||||
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf/go.mod h1:1FsorU3vnXO9xS9SrhUp8fRb/6H/Zfll0rPt1i4GWaA=
|
||||
github.com/twmb/franz-go v1.18.1 h1:D75xxCDyvTqBSiImFx2lkPduE39jz1vaD7+FNc+vMkc=
|
||||
github.com/twmb/franz-go v1.18.1/go.mod h1:Uzo77TarcLTUZeLuGq+9lNpSkfZI+JErv7YJhlDjs9M=
|
||||
github.com/twmb/franz-go/pkg/kmsg v1.9.0 h1:JojYUph2TKAau6SBtErXpXGC7E3gg4vGZMv9xFU/B6M=
|
||||
|
@ -3,6 +3,7 @@ package app
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"gitea.pena/PenaSide/hlog"
|
||||
"gitea.pena/SQuiz/common/dal"
|
||||
answerwc2 "gitea.pena/SQuiz/worker/internal/answerwc"
|
||||
"gitea.pena/SQuiz/worker/internal/initialize"
|
||||
@ -11,7 +12,6 @@ import (
|
||||
"gitea.pena/SQuiz/worker/internal/workers/shortstat"
|
||||
"gitea.pena/SQuiz/worker/internal/workers/timeout"
|
||||
"gitea.pena/SQuiz/worker/pkg/closer"
|
||||
"github.com/themakers/hlog"
|
||||
"go.uber.org/zap"
|
||||
"time"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user