12 lines
314 B
Modula-2
12 lines
314 B
Modula-2
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
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
|
)
|