-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kieran O Mahony
authored and
Kieran O Mahony
committed
Apr 11, 2022
1 parent
f08ec4c
commit 6028301
Showing
2 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
module github.com/IBM-Cloud/redli | ||
module github.com/kieranomahony98/redli | ||
|
||
go 1.12 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect | ||
github.com/gomodule/redigo v1.8.2-0.20200604192220-941d323970f4 | ||
github.com/mattn/go-isatty v0.0.12 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mattn/go-shellwords v1.0.10 | ||
github.com/peterh/liner v1.2.0 | ||
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect | ||
) |
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