10 lines
259 B
Modula-2
10 lines
259 B
Modula-2
module git.andreafazzi.eu/andrea/youtube-dl-service
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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
|
|
)
|