This repository has been archived on 2026-05-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
ccrm/server/go.mod

10 lines
243 B
Modula-2

module github.com/fmartingr/ccrm/server
go 1.25.6
require (
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mattn/go-sqlite3 v1.14.34 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)