diff --git a/go.mod b/go.mod index ef6573aad..29f34f740 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,6 @@ require ( github.com/alecthomas/chroma/v2 v2.5.0 github.com/dop251/goja v0.0.0-20230122112309-96b1610dd4f7 github.com/dsoprea/go-exif/v3 v3.0.0-20221012082141-d21ac8e2de85 - github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd github.com/dsoprea/go-png-image-structure/v2 v2.0.0-20210512210324-29b889a6093d github.com/fsnotify/fsnotify v1.6.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 @@ -35,6 +34,7 @@ require ( github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dlclark/regexp2 v1.8.1 // indirect + github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect github.com/fatih/color v1.13.0 // indirect github.com/go-errors/errors v1.4.2 // indirect