diff options
| author | Marin Ivanov <[email protected]> | 2025-09-04 01:03:48 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2025-09-04 01:04:26 +0300 |
| commit | f37dd8d9f636d312614d9459802aab0847548c3a (patch) | |
| tree | 4fd95e5fa924502ff2edc8681515c12abd66a921 | |
| parent | 220671ed46e10e4c67741286da493df1d45cdcfc (diff) | |
use submodule for meshstastic-go
| -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 |
