Skip to content

Commit

Permalink
Import cobra directly
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Oct 13, 2024
1 parent b0d4295 commit 4e5dfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.23.0

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/cobra v1.8.1 // direct
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit 4e5dfb3

Please sign in to comment.