12 lines
210 B
Modula-2
12 lines
210 B
Modula-2
|
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
|
||
|
)
|