From 2d684e8e11525641c3db594b317b10faa2daa437 Mon Sep 17 00:00:00 2001 From: theimpostor Date: Thu, 3 Aug 2023 08:28:41 -0500 Subject: Rename module to osc, and use subcommands via spf13/cobra --- go.mod | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 17ba0a7..a939270 100644 --- a/go.mod +++ b/go.mod @@ -1,20 +1,22 @@ -module github.com/theimpostor/osc52 +module github.com/theimpostor/osc -go 1.17 +go 1.20 require ( github.com/gdamore/tcell/v2 v2.6.0 - golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 - golang.org/x/sys v0.10.0 // indirect + github.com/jba/slog v0.0.0-20230720141417-43400bf08a38 + github.com/spf13/cobra v1.7.0 + golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b ) -require github.com/jba/slog v0.0.0-20230720141417-43400bf08a38 - require ( github.com/gdamore/encoding v1.0.0 // indirect + github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-runewidth v0.0.15 // indirect github.com/rivo/uniseg v0.4.4 // indirect + github.com/spf13/pflag v1.0.5 // indirect + golang.org/x/sys v0.10.0 // indirect golang.org/x/term v0.10.0 // indirect golang.org/x/text v0.11.0 // indirect ) -- cgit v1.2.3