1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Set Go version to 1.13 in go.mod

This commit is contained in:
DarthSim 2020-12-24 20:07:39 +06:00
parent bf41042111
commit 919c702a9f

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/imgproxy/imgproxy/v2
go 1.11
go 1.13
require (
cloud.google.com/go/storage v1.12.0