Skip to content

Commit

Permalink
Replace obsolete terminology
Browse files Browse the repository at this point in the history
Fix #23
  • Loading branch information
zluudg committed Jan 14, 2025
1 parent 2827b97 commit 3d7413b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func init() {
rootCmd.AddCommand(cmd.PopCmd)
rootCmd.AddCommand(cmd.DawgCmd)
rootCmd.AddCommand(cmd.ApiCmd) // TODO move into pop command
rootCmd.AddCommand(cmd.ColourlistsCmd) // TODO move into pop command
rootCmd.AddCommand(cmd.FilterlistsCmd) // TODO move into pop command
}

var validate *validator.Validate
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module tapir-cli
go 1.21.0

require (
github.com/dnstapir/tapir v0.0.0-20241112185916-6aeac4bb8fcf
github.com/dnstapir/tapir v0.0.0-20250114144620-18cc0cdb5c33
github.com/go-playground/validator/v10 v10.9.0
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.18.1
Expand Down

0 comments on commit 3d7413b

Please sign in to comment.