Update dependencies

This commit is contained in:
Tom Wiesing 2023-03-15 19:45:50 +01:00
parent 0c888eab1c
commit 9b30223b09
No known key found for this signature in database
26 changed files with 35 additions and 35 deletions

View file

@ -9,7 +9,7 @@ import (
"path/filepath"
"github.com/rs/zerolog"
"github.com/tkw1536/goprogram/stream"
"github.com/tkw1536/pkglib/stream"
)
// CommandError is returned by Exec when a command could not be executed.