forked from lemonade-command/lemonade
-
Notifications
You must be signed in to change notification settings - Fork 0
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
push edp
committed
Nov 22, 2023
1 parent
f1d3eba
commit cbaf4c5
Showing
2 changed files
with
12 additions
and
8 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,15 +1,20 @@ | ||
module github.com/lemonade-command/lemonade | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.0.0 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/monochromegane/conflag v0.0.0-20151130130520-6d68c9aa4183 | ||
github.com/pocke/go-iprange v0.0.0-20150823054938-08fbe355c365 | ||
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.0.0 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |