mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
add logging to endpoints
This commit is contained in:
2
go.mod
2
go.mod
@@ -14,6 +14,7 @@ require (
|
||||
github.com/charmbracelet/bubbletea v0.23.1
|
||||
github.com/charmbracelet/lipgloss v0.6.0
|
||||
github.com/go-git/go-git/v5 v5.5.2
|
||||
github.com/gorilla/handlers v1.5.1
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/muesli/termenv v0.13.0
|
||||
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
|
||||
@@ -30,6 +31,7 @@ require (
|
||||
github.com/cloudflare/circl v1.3.2 // indirect
|
||||
github.com/containerd/console v1.0.3 // indirect
|
||||
github.com/emirpasic/gods v1.18.1 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.1 // indirect
|
||||
github.com/go-git/gcfg v1.5.0 // indirect
|
||||
github.com/go-git/go-billy/v5 v5.4.0 // indirect
|
||||
github.com/imdario/mergo v0.3.13 // indirect
|
||||
|
||||
Reference in New Issue
Block a user