76 lines
3.1 KiB
Modula-2
76 lines
3.1 KiB
Modula-2
module gitea.pena/PenaSide/codeword
|
|
|
|
go 1.23.2
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
gitea.pena/PenaSide/common v0.0.0-20250103085335-91ea31fee517
|
|
gitea.pena/PenaSide/hlog v0.0.0-20241125221102-a54c29c002a9
|
|
gitea.pena/PenaSide/linters-golang v0.0.0-20241207122018-933207374735
|
|
gitea.pena/PenaSide/trashlog v0.0.0-20241210185614-9ec567aa311f
|
|
github.com/caarlos0/env/v8 v8.0.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/gofiber/fiber/v2 v2.52.5
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/pioz/faker v1.7.3
|
|
github.com/rs/xid v1.6.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/twmb/franz-go v1.18.0
|
|
go.mongodb.org/mongo-driver v1.13.1
|
|
go.uber.org/zap v1.27.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac
|
|
google.golang.org/grpc v1.60.1
|
|
google.golang.org/protobuf v1.32.0
|
|
)
|
|
|
|
require (
|
|
github.com/ClickHouse/clickhouse-go v1.5.4 // indirect
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
|
github.com/goccy/go-json v0.10.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // 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/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/minio-go/v7 v7.0.81 // indirect
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // 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/skeris/appInit v1.0.2 // indirect
|
|
github.com/twmb/franz-go/pkg/kmsg v1.9.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
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/tucnak/telebot.v2 v2.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|