mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
9 lines
138 B
Modula-2
9 lines
138 B
Modula-2
module github.com/gitpod-io/gitpod/proxy/plugins
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/caddyserver/caddy/v2 v2.4.1
|
|
github.com/rs/cors v1.7.0
|
|
)
|