diff options
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| m--------- | modules/meshtastic-go | 0 |
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6671b6e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "modules/meshtastic-go"] + path = modules/meshtastic-go + url = ../meshtastic-go/ + branch = develop @@ -60,4 +60,4 @@ require ( golang.org/x/text v0.26.0 // indirect ) -replace github.com/meshnet-gophers/meshtastic-go v0.1.7 => ../meshtastic-go +replace github.com/meshnet-gophers/meshtastic-go v0.1.7 => ./modules/meshtastic-go diff --git a/modules/meshtastic-go b/modules/meshtastic-go new file mode 160000 +Subproject 09c04108a0cb7020b9016bcef9bfcc34da32574 |
