Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ module github.com/warrensbox/tgswitch
go 1.16

require (
github.com/hashicorp/go-version v1.5.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
github.com/manifoldco/promptui v0.9.0
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pborman/getopt v0.0.0-20190130022237-7402d34a12a8
github.com/spf13/viper v1.12.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pborman/getopt v1.1.0
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
github.com/spf13/viper v1.18.2
github.com/zclconf/go-cty v1.14.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/sys v0.18.0
)
Loading