pin modules and update dockerfile go version
This commit is contained in:
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user