dep: updated go.mod

This commit is contained in:
esimov 2021-06-14 09:42:27 +03:00
parent e876b0909a
commit 9b306380da
2 changed files with 2 additions and 3 deletions

2
go.mod
View File

@ -3,8 +3,8 @@ module github.com/esimov/caire
go 1.16
require (
github.com/disintegration/imaging v1.6.1
github.com/esimov/pigo v1.3.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.8.0
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
golang.org/x/term v0.0.0-20191110171634-ad39bd3f0407

3
go.sum
View File

@ -1,11 +1,10 @@
github.com/disintegration/imaging v1.6.1 h1:JnBbK6ECIZb1NsWIikP9pd8gIlTIRx7fuDNpU9fsxOE=
github.com/disintegration/imaging v1.6.1/go.mod h1:xuIt+sRxDFrHS0drzXUlCJthkJ8k7lkkUojDSR247MQ=
github.com/esimov/pigo v1.3.0 h1:ukiHcYuicL12lJ5s0oArm87mAB3clCdDYBvc1dfLWAU=
github.com/esimov/pigo v1.3.0/go.mod h1:iwATzzv5GvVokz0IbxqS2TpVWc2TX3esyBfkauVkOi4=
github.com/esimov/triangle v1.0.4/go.mod h1:EKT/GJbKyDWK5IdEgx+wKjcj6zI0Wd27+p2zRgjfdKo=
github.com/fogleman/gg v1.0.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81 h1:00VmoueYNlNz/aHIilyyQz/MHSqGoWJzpFv/HW8xpzI=