File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ require (
39
39
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
40
40
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect
41
41
github.com/sirupsen/logrus v1.9.0 // indirect
42
- github.com/stretchr/objx v0.5.0 // indirect
43
42
go.opencensus.io v0.24.0 // indirect
44
43
go.uber.org/atomic v1.10.0 // indirect
45
44
go.uber.org/multierr v1.9.0 // indirect
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs
107
107
github.com/spf13/afero v1.2.1 /go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk =
108
108
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
109
109
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 =
111
110
github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
112
111
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
113
112
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
// Version imagor version
24
- const Version = "1.3.6 "
24
+ const Version = "1.3.7 "
25
25
26
26
// Loader image loader interface
27
27
type Loader interface {
You can’t perform that action at this time.
0 commit comments