all repos — fixyoutube-go @ a2037dceb0c6ef1588c64eea205c9f909399c8e1

A better way to embed YouTube videos everywhere (inspired by FixTweet).

go.mod (view raw)

 1module github.com/birabittoh/fixyoutube-go
 2
 3go 1.23.2
 4
 5toolchain go1.23.3
 6
 7require github.com/joho/godotenv v1.5.1
 8
 9require (
10	github.com/birabittoh/rabbitpipe v0.0.2
11	golang.org/x/time v0.5.0
12)
13
14require github.com/birabittoh/myks v0.0.2
15
16require (
17	github.com/sirupsen/logrus v1.9.3
18	golang.org/x/sys v0.17.0 // indirect
19)