Skip to content

Commit ce3d7a0

Browse files
committed
v1.3.7
1 parent 3a48e30 commit ce3d7a0

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ require (
3939
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
4040
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect
4141
github.com/sirupsen/logrus v1.9.0 // indirect
42-
github.com/stretchr/objx v0.5.0 // indirect
4342
go.opencensus.io v0.24.0 // indirect
4443
go.uber.org/atomic v1.10.0 // indirect
4544
go.uber.org/multierr v1.9.0 // indirect

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs
107107
github.com/spf13/afero v1.2.1/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
108108
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
109109
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
110-
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
111110
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
112111
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
113112
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=

imagor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Version imagor version
24-
const Version = "1.3.6"
24+
const Version = "1.3.7"
2525

2626
// Loader image loader interface
2727
type Loader interface {

0 commit comments

Comments
 (0)