mirror of
https://github.com/lukaszraczylo/go-telegram.git
synced 2026-07-22 12:58:38 +00:00
22 lines
595 B
AMPL
22 lines
595 B
AMPL
module github.com/lukaszraczylo/go-telegram
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/goccy/go-json v0.10.6
|
|
github.com/lukaszraczylo/oss-telemetry v0.2.3
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/valyala/fasthttp v1.71.0
|
|
golang.org/x/net v0.56.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.18.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|