53 lines
1.9 KiB
Modula-2
53 lines
1.9 KiB
Modula-2
module gitea.pena/PenaSide/trashlog
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
gitea.pena/PenaSide/hlog v0.0.0-20241125221102-a54c29c002a9
|
|
gitea.pena/PenaSide/linters-golang v0.0.0-20241119212350-2759fa93724a
|
|
github.com/ClickHouse/clickhouse-go v1.5.4
|
|
github.com/caarlos0/env/v8 v8.0.0
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
github.com/onsi/ginkgo v1.16.0
|
|
github.com/onsi/gomega v1.11.0
|
|
github.com/pioz/faker v1.7.2
|
|
github.com/rs/xid v1.4.0
|
|
github.com/skeris/appInit v1.0.2
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/zap v1.27.0
|
|
google.golang.org/grpc v1.47.0
|
|
google.golang.org/protobuf v1.28.0
|
|
gopkg.in/tucnak/telebot.v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|