claude-code-proxy/proxy/go.mod

13 lines
265 B
Modula-2
Raw Normal View History

2025-06-29 19:27:00 -04:00
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
2025-07-24 23:00:34 -04:00
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.28
2025-06-29 19:27:00 -04:00
)
2025-07-24 23:00:34 -04:00
require github.com/felixge/httpsnoop v1.0.3 // indirect