hishtory/go.mod

12 lines
242 B
Modula-2

module github.com/ddworken/hishtory
go 1.13
require (
github.com/fatih/color v1.13.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/rodaine/table v1.0.1 // indirect
gorm.io/driver/sqlite v1.2.6
gorm.io/gorm v1.22.4
)