Initial commit
This commit is contained in:
commit
dc8a638814
4 changed files with 209 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module nodebb_invite_link
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/jmoiron/sqlx v1.4.0
|
||||
github.com/lib/pq v1.10.9
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue