Dependencies versions bump

This commit is contained in:
Artyom Belousov 2021-02-03 22:11:26 +03:00
parent 563e6ddf01
commit 83426518fb
2 changed files with 11 additions and 18 deletions

6
go.mod
View file

@ -3,10 +3,8 @@ module gitlab.com/flygrounder/go-mtg-vk
go 1.12
require (
github.com/BlueMonday/go-scryfall v0.1.0
github.com/alicebob/miniredis/v2 v2.14.1
github.com/antchfx/htmlquery v1.0.0
github.com/antchfx/xpath v1.0.0 // indirect
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
@ -16,6 +14,4 @@ require (
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
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
)