-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CommandString, HasErrFunc, LogHasErr, PrintHasErr, DiscardHasErr
- Loading branch information
Showing
4 changed files
with
97 additions
and
1,149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
module github.com/kokizzu/goproc | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require github.com/kokizzu/gotro v1.1726.1724 | ||
require github.com/kokizzu/gotro v1.2028.1837 | ||
|
||
require ( | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/goccy/go-json v0.9.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.1.2 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect | ||
github.com/rogpeppe/go-internal v1.8.1 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/yosuke-furukawa/json5 v0.1.1 // indirect | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
github.com/zeebo/xxh3 v1.0.2 // indirect | ||
golang.org/x/crypto v0.1.0 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
) |
Oops, something went wrong.