13 lines
249 B
Modula-2
13 lines
249 B
Modula-2
module github.com/seifghazi/claude-code-monitor
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.28 // indirect
|
|
)
|