feat: git submodules add vendors

pull/268/head
zijiren233 2 years ago
parent 30e0f2def5
commit f7b19ae21c

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "vendors"]
path = vendors
url = https://github.com/synctv-org/vendors

@ -4,6 +4,8 @@ go 1.22.7
toolchain go1.23.3
replace github.com/synctv-org/vendors => ./vendors
require (
github.com/Boostport/mjml-go v0.15.0
github.com/caarlos0/env/v9 v9.0.0

@ -350,8 +350,6 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/synctv-org/vendors v0.3.3 h1:jRSOML2XNcjS5eKvWL3b4KlI106Rss5rEAisHfY6CIY=
github.com/synctv-org/vendors v0.3.3/go.mod h1:S3Xhi+MOjg0OOyUxwfCBLG5EuNYQNqjq/J07CptZ0Rw=
github.com/tetratelabs/wazero v1.8.1 h1:NrcgVbWfkWvVc4UtT4LRLDf91PsOzDzefMdwhLfA550=
github.com/tetratelabs/wazero v1.8.1/go.mod h1:yAI0XTsMBhREkM/YDAK/zNou3GoiAce1P6+rp/wQhjs=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=

@ -0,0 +1 @@
Subproject commit 35c51706464f889b3b2a146d78599e3f4ee4b4e4
Loading…
Cancel
Save