Files
memes-telegram-integration/go.mod
dependabot[bot] 0be6164bc7 chore: bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#56)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.66.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  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-09-04 07:40:29 +08:00

26 lines
690 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.4
google.golang.org/grpc v1.66.0
)
require (
github.com/go-telegram/bot v1.7.2
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.27.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
google.golang.org/protobuf v1.34.2
)