diff options
author | NeonXP <i@neonxp.dev> | 2023-01-04 18:52:25 +0300 |
---|---|---|
committer | NeonXP <i@neonxp.dev> | 2023-01-04 18:52:25 +0300 |
commit | 5947c1d643dfc077c19d3b4c01e599578e1dfe62 (patch) | |
tree | 6723c5982626403a507ed25c74711ae74eccbe23 /go.mod |
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 +) |