28 lines
936 B
Modula-2
28 lines
936 B
Modula-2
module github.com/tim/cairnquire/apps/server
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
github.com/go-webauthn/webauthn v0.15.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/tursodatabase/go-libsql v0.0.0-20260424063416-3051e37e6e04
|
|
github.com/yuin/goldmark v1.8.2
|
|
golang.org/x/crypto v0.43.0
|
|
)
|
|
|
|
require (
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/go-webauthn/x v0.1.26 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
|
github.com/google/go-tpm v0.9.6 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
)
|