13 lines
232 B
Modula-2
13 lines
232 B
Modula-2
module ghostrunner-server
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/mattn/go-sqlite3 v1.14.33
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
require github.com/stretchr/testify v1.10.0 // indirect
|