16 lines
462 B
Modula-2
16 lines
462 B
Modula-2
module igar
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/feeds v1.1.1
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
)
|