hishtory/go.mod
2022-01-09 11:00:53 -08:00

21 lines
522 B
Modula-2

module github.com/ddworken/hishtory
go 1.17
require (
github.com/fatih/color v1.13.0
github.com/google/uuid v1.3.0
github.com/rodaine/table v1.0.1
gorm.io/driver/sqlite v1.2.6
gorm.io/gorm v1.22.4
)
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.3 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.9 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)