diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,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 +) |