chore: initial commit

This commit is contained in:
technofab 2025-08-05 11:08:53 +02:00
commit 595200836c
No known key found for this signature in database
16 changed files with 1571 additions and 0 deletions

20
go.mod Normal file
View file

@ -0,0 +1,20 @@
module gitlab.com/technofab/go-copilot-proxy
go 1.24.2
require (
github.com/atotto/clipboard v0.1.4
github.com/fsnotify/fsnotify v1.9.0
github.com/go-chi/chi/v5 v5.2.2
github.com/google/uuid v1.6.0
github.com/rs/zerolog v1.34.0
github.com/spf13/cobra v1.9.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/sys v0.13.0 // indirect
)