-
Notifications
You must be signed in to change notification settings - Fork 10
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
flowerinthenight
committed
Mar 14, 2023
1 parent
c68de81
commit cc0917a
Showing
2 changed files
with
21 additions
and
580 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,11 +1,10 @@ | ||
module github.com/flowerinthenight/kubepfm | ||
|
||
require ( | ||
github.com/fatih/color v1.13.0 | ||
github.com/mattn/go-colorable v0.1.11 // indirect | ||
github.com/fatih/color v1.15.0 | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.2.1 | ||
golang.org/x/sys v0.0.0-20211025112917-711f33c9992c // indirect | ||
github.com/spf13/cobra v1.6.1 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.