flatbuffers & transcoders

This commit is contained in:
Ilia Denisov
2026-03-31 19:16:34 +02:00
committed by GitHub
parent 6e01d73a5e
commit f616e3f5ca
75 changed files with 10540 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module galaxy/transcoder
go 1.26.0
require (
github.com/google/flatbuffers v25.12.19+incompatible
github.com/google/uuid v1.6.0
)