More stuff
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/maj.h
|
||||
*.so
|
||||
*.key
|
||||
5
Makefile
Normal file
5
Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
MODULE := maj.so
|
||||
|
||||
$(MODULE): *.go
|
||||
go build -v -o $@ -buildmode=c-shared .
|
||||
|
||||
5
go.mod
Normal file
5
go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module git.maze.io/maze/mosquitto-auth-jwt
|
||||
|
||||
go 1.24.13
|
||||
|
||||
require github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
||||
Reference in New Issue
Block a user