diff --git a/go.mod b/go.mod index 7d2dd3d..6680e6b 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.work b/go.work index 955379e..e853be9 100644 --- a/go.work +++ b/go.work @@ -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 ) diff --git a/jl-iot-module b/jl-iot-module index 151828f..e1e55a9 160000 --- a/jl-iot-module +++ b/jl-iot-module @@ -1 +1 @@ -Subproject commit 151828f5695ca6d9b3eb12ddc94affd4850e4715 +Subproject commit e1e55a991c783b84c9106ac09e37b40cc765a340 diff --git a/rts-sim-module b/rts-sim-module index 285f0a1..f2762f0 160000 --- a/rts-sim-module +++ b/rts-sim-module @@ -1 +1 @@ -Subproject commit 285f0a1d49bc7a580d389ea4062e5f63dbcda4ed +Subproject commit f2762f09dd31f4f7e5e422648c6a04a18bc9ae5f