Skip to content

Commit

Permalink
Tidy modules and update cobra and tcell
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkpickering committed Mar 4, 2023
1 parent b33786d commit 90cb0e3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 597 deletions.
32 changes: 10 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,19 @@ module github.com/adamkpickering/clsr
go 1.17

require (
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/alexeyco/simpletable v1.0.0
github.com/gdamore/tcell/v2 v2.6.0
github.com/spf13/cobra v1.6.1
)

require (
github.com/alexeyco/simpletable v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.4.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)
Loading

0 comments on commit 90cb0e3

Please sign in to comment.