mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-17 02:50:49 +01:00
12 lines
242 B
Modula-2
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
|
|
)
|