-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from goretk/process-fixes
Process fixes
- Loading branch information
Showing
7 changed files
with
21 additions
and
27 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
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 was deleted.
Oops, something went wrong.
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,20 +1,17 @@ | ||
module github.com/goretk/redress | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/TcM1911/r2g2 v0.3.2 | ||
github.com/cheynewallace/tabby v1.1.1 | ||
github.com/goretk/gore v0.10.0 | ||
github.com/goretk/gore v0.11.4 | ||
github.com/spf13/cobra v1.2.1 | ||
) | ||
|
||
require ( | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15 // indirect | ||
golang.org/x/mod v0.5.1 // indirect | ||
golang.org/x/arch v0.6.0 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
) | ||
|
||
// This is used during development and disabled for release builds. | ||
replace github.com/goretk/gore => ./gore |
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
Submodule gore
deleted from
3009b3