Move gmtest inside libgm
This commit is contained in:
parent
f2927db865
commit
e4fc031c12
4 changed files with 2 additions and 2 deletions
0
gmtest/.gitignore → libgm/gmtest/.gitignore
vendored
0
gmtest/.gitignore → libgm/gmtest/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
module go.mau.fi/mautrix-gmessages/gmtest
|
||||
module go.mau.fi/mautrix-gmessages/libgm/gmtest
|
||||
|
||||
go 1.20
|
||||
|
||||
|
@ -18,4 +18,4 @@ require (
|
|||
rsc.io/qr v0.2.0 // indirect
|
||||
)
|
||||
|
||||
replace go.mau.fi/mautrix-gmessages/libgm => ../libgm
|
||||
replace go.mau.fi/mautrix-gmessages/libgm => ../
|
Loading…
Reference in a new issue