13 lines
314 B
Modula-2
13 lines
314 B
Modula-2
module go.dev.pztrn.name/giredore
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/teris-io/cli v1.0.1
|
|
github.com/vrischmann/envconfig v1.2.0
|
|
)
|