mirror of
https://github.com/kemko/memes-telegram-integration.git
synced 2026-01-01 15:55:41 +03:00
26 lines
702 B
Modula-2
26 lines
702 B
Modula-2
module github.com/usememos/memogram
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/usememos/memos v0.22.1
|
|
google.golang.org/grpc v1.64.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-telegram/bot v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
|
)
|