项目名称及路径更改

This commit is contained in:
tiger_zhou 2024-03-13 20:04:22 +08:00
parent 5aaf47dbba
commit 25bbcd7317
4 changed files with 8 additions and 8 deletions

6
go.mod
View File

@ -23,11 +23,11 @@ require (
joylink.club/rtsssimulation v0.0.1
)
replace joylink.club/rtsssimulation => ./rtss_simulation
replace joylink.club/rtsssimulation => ./rts-sim-module
replace joylink.club/ecs => ./rtss_simulation/jl-ecs-go
replace joylink.club/ecs => ./rts-sim-module/jl-ecs
replace joylink.club/iot => ./jl-iot
replace joylink.club/iot => ./jl-iot-module
require (
github.com/BurntSushi/toml v1.3.2 // indirect

View File

@ -2,7 +2,7 @@ go 1.21
use (
.
./jl-iot
./rtss_simulation
./rtss_simulation/jl-ecs-go
./jl-iot-module
./rts-sim-module
./rts-sim-module/jl-ecs
)

@ -1 +1 @@
Subproject commit 151828f5695ca6d9b3eb12ddc94affd4850e4715
Subproject commit e1e55a991c783b84c9106ac09e37b40cc765a340

@ -1 +1 @@
Subproject commit 285f0a1d49bc7a580d389ea4062e5f63dbcda4ed
Subproject commit f2762f09dd31f4f7e5e422648c6a04a18bc9ae5f