Integrated modules

This commit is contained in:
flygrounder 2019-08-31 22:54:11 +03:00
parent 5870284cfd
commit a715a3c1b8
9 changed files with 60 additions and 7 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module github.com/flygrounder/go-mtg-vk
go 1.12
require (
github.com/antchfx/htmlquery v1.0.0
github.com/antchfx/xpath v1.0.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-redis/redis v6.15.2+incompatible
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
)