aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 54eca8b1d3acbda01db5caa0d01b760d9cd2bb30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module github.com/terminaldweller/hived

go 1.15

require (
	github.com/Knetic/govaluate v3.0.0+incompatible
	github.com/go-redis/redis/v8 v8.6.0
	github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
	github.com/technoweenie/multipartstreamer v1.0.1 // indirect
)