15 lines
379 B
Modula-2
15 lines
379 B
Modula-2
|
module git.eeqj.de/sneak/hntransparencylog
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
||
|
github.com/jinzhu/gorm v1.9.12
|
||
|
github.com/labstack/echo v3.3.10+incompatible
|
||
|
github.com/labstack/echo/v4 v4.1.15
|
||
|
github.com/labstack/gommon v0.3.0
|
||
|
github.com/mattn/go-isatty v0.0.12
|
||
|
github.com/rs/zerolog v1.18.0
|
||
|
github.com/ziflex/lecho/v2 v2.0.0
|
||
|
)
|