pin modules and update dockerfile go version

This commit is contained in:
2021-01-10 15:54:12 +01:00
parent e3bdf80dac
commit 89667718b7
3 changed files with 45 additions and 1 deletions

11
go.mod Normal file
View File

@ -0,0 +1,11 @@
module github.com/wolviecb/short
go 1.15
require (
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/fasthttp/router v1.3.5
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/valyala/fasthttp v1.19.0
github.com/wolviecb/short/shortie v0.0.0-20210110141109-3d10ba986c42
)