Skip to content

Commit

Permalink
Switch from "spf13/cobra" to "urfave/cli"
Browse files Browse the repository at this point in the history
  • Loading branch information
naspeh committed Apr 23, 2024
1 parent 45b3642 commit 95b4a16
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 526 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/naspeh/timefor
go 1.15

require (
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/google/go-cmp v0.6.0
github.com/jmoiron/sqlx v1.3.5
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-sqlite3 v1.14.22
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.7.0 // indirect
github.com/urfave/cli/v2 v2.27.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 95b4a16

Please sign in to comment.