18 lines
619 B
Modula-2
18 lines
619 B
Modula-2
module gitlab.com/flygrounder/go-mtg-vk
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alicebob/miniredis/v2 v2.14.1
|
|
github.com/antchfx/htmlquery v1.2.3
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
|
github.com/onsi/ginkgo v1.10.3 // indirect
|
|
github.com/onsi/gomega v1.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
|
|
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
|
|
gopkg.in/h2non/gock.v1 v1.0.16
|
|
)
|