12 lines
333 B
Modula-2
12 lines
333 B
Modula-2
module git.andreafazzi.eu/andrea/youtube-dl-service
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/kkdai/youtube/v2 v2.7.4
|
|
github.com/remogatto/prettytest v0.0.0-20200211072524-6d385e11dcb8 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|