flatbuffers & transcoders
This commit is contained in:
@@ -3,12 +3,14 @@ go 1.26.0
|
||||
use (
|
||||
./client
|
||||
./game
|
||||
./gateway
|
||||
./pkg/calc
|
||||
./pkg/connector
|
||||
./pkg/error
|
||||
./pkg/model
|
||||
./pkg/schema
|
||||
./pkg/storage
|
||||
./pkg/transcoder
|
||||
./pkg/util
|
||||
)
|
||||
|
||||
@@ -19,5 +21,6 @@ replace (
|
||||
galaxy/model v0.0.0 => ./pkg/model
|
||||
galaxy/schema v0.0.0 => ./pkg/schema
|
||||
galaxy/storage v0.0.0 => ./pkg/storage
|
||||
galaxy/transcoder v0.0.0 => ./pkg/transcoder
|
||||
galaxy/util v0.0.0 => ./pkg/util
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user