mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
add while and forever loops
This commit is contained in:
13
go.mod
13
go.mod
@@ -2,4 +2,15 @@ module wbell.dev/m/v2
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/wadey/go-rounding v1.1.0
|
||||
require (
|
||||
github.com/fatih/color v1.14.1
|
||||
github.com/wadey/go-rounding v1.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/jwalton/go-supportscolor v1.1.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.17 // indirect
|
||||
golang.org/x/sys v0.3.0 // indirect
|
||||
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user