You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diary/go.mod

12 lines
241 B

module git.nagee.dev/isthisnagee/diary
go 1.17
require (
github.com/MichaelMure/go-term-markdown v0.1.4
github.com/fatih/color v1.13.0
github.com/mattn/go-sqlite3 v1.14.9
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
)