mirror of
https://gitlab.com/TECHNOFAB/go-copilot-proxy.git
synced 2025-12-10 21:40:04 +01:00
20 lines
518 B
Modula-2
20 lines
518 B
Modula-2
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
|
|
)
|