Integrated modules
This commit is contained in:
parent
5870284cfd
commit
a715a3c1b8
9 changed files with 60 additions and 7 deletions
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue