# HG changeset patch # User Dang Hoang Tuan (Tsuki) # Date 1657762043 -25200 # Thu Jul 14 08:27:23 2022 +0700 # Node ID f296278f70246fc149c75340e2a43d4d952a8106 # Parent eb48f7d384922195df5f95cc7a9039f652d76c5a Add the package mkideal/cli to provide CLI for Robin diff --git a/go.mod b/go.mod --- a/go.mod +++ b/go.mod @@ -9,13 +9,16 @@ require ( github.com/labstack/gommon v0.3.1 // indirect - github.com/mattn/go-colorable v0.1.11 // indirect + github.com/mattn/go-colorable v0.1.12 // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect + github.com/mkideal/cli v0.2.7 // indirect + github.com/mkideal/expr v0.1.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.1 // indirect - golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect - golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect - golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect + golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect + golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect + golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect + golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect golang.org/x/text v0.3.7 // indirect )