update to recent goutil split
This commit is contained in:
parent
744a7ab332
commit
f6da72ffcf
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"git.gutmet.org/finstr.git"
|
||||
"git.gutmet.org/finstr.git/initer"
|
||||
"git.gutmet.org/goutil.git"
|
||||
goutil "git.gutmet.org/goutil.git/misc"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ package crop
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"git.gutmet.org/goutil.git"
|
||||
goutil "git.gutmet.org/goutil.git/misc"
|
||||
"image"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"git.gutmet.org/finstr.git/crop"
|
||||
"git.gutmet.org/finstr.git/initer"
|
||||
"git.gutmet.org/go-resize.git"
|
||||
"git.gutmet.org/goutil.git"
|
||||
goutil "git.gutmet.org/goutil.git/misc"
|
||||
goimg "image"
|
||||
"image/jpeg"
|
||||
"net/url"
|
||||
|
|
4
go.mod
4
go.mod
|
@ -1,6 +1,8 @@
|
|||
module git.gutmet.org/finstr.git
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
git.gutmet.org/go-resize.git v0.0.0-20180221191011-83c6a9932646
|
||||
git.gutmet.org/goutil.git v0.0.0-20190103161150-4ad5c8d93a45
|
||||
git.gutmet.org/goutil.git v0.0.0-20201011110813-b9f7ae29b4e6
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@ package initer
|
|||
|
||||
import (
|
||||
"flag"
|
||||
"git.gutmet.org/goutil.git"
|
||||
goutil "git.gutmet.org/goutil.git/misc"
|
||||
"os"
|
||||
"path/filepath"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user