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