11 lines
224 B
Modula-2
11 lines
224 B
Modula-2
|
module git.agecem.com/agecem/babillard
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/labstack/echo/v4 v4.4.0
|
||
|
github.com/spf13/cobra v1.2.1
|
||
|
github.com/spf13/viper v1.9.0
|
||
|
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
|
||
|
)
|