13 lines
290 B
Modula-2
13 lines
290 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
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require github.com/felixge/httpsnoop v1.0.3 // indirect
|