bottin/go.mod

12 lines
210 B
Modula-2
Raw Normal View History

2023-03-06 14:01:18 -05:00
module git.agecem.com/agecem/bottin
go 1.16
require (
github.com/labstack/echo/v4 v4.5.0
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.14
)