blob: c53938d7adc7d8d72b667b11aea7a945071963ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
module go.neonxp.dev/bot
go 1.19
require (
go.etcd.io/bbolt v1.3.6
gopkg.in/telebot.v3 v3.1.2
)
require (
github.com/antchfx/xpath v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/text v0.3.7 // indirect
)
require (
github.com/antchfx/htmlquery v1.2.5
github.com/serjvanilla/go-overpass v0.0.0-20220918094045-58606372f808
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
)
|