Files
memes-telegram-integration/go.mod
dependabot[bot] c59d785d18 chore: bump github.com/go-telegram/bot from 1.2.2 to 1.3.0 (#4)
Bumps [github.com/go-telegram/bot](https://github.com/go-telegram/bot) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/go-telegram/bot/releases)
- [Changelog](https://github.com/go-telegram/bot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-telegram/bot/compare/v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/go-telegram/bot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 18:19:32 +08:00

26 lines
732 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.21.1-0.20240509141027-584c66906883
google.golang.org/grpc v1.64.0
)
require (
github.com/go-telegram/bot v1.3.0
github.com/joho/godotenv v1.5.1
)
require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
github.com/pkg/errors v0.9.1
golang.org/x/net v0.24.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-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/protobuf v1.34.1 // indirect
)