-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathgo.work
More file actions
33 lines (32 loc) · 768 Bytes
/
Copy pathgo.work
File metadata and controls
33 lines (32 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
go 1.26.5
use (
./cli/it
./cli/src
./common
./event-gateway/gateway-builder
./event-gateway/gateway-controller
./event-gateway/gateway-runtime
./event-gateway/it
./event-gateway/webhook-listener
./gateway/common
./gateway/gateway-builder
./gateway/gateway-controller
./gateway/gateway-runtime/policy-engine
./gateway/it
./gateway/sample-policies/transform-payload-case
./gateway/system-policies/a2a
./gateway/system-policies/analytics
./httpkit
./kubernetes/conformance/runner
./kubernetes/gateway-operator
./platform-api
./portals/ai-workspace/bff
./portals/api-control-plane/bff
./samples/sample-service
./sdk/ai
./sdk/core
./tests/ai-workspace-cli-e2e
./tests/framework
./tests/integration-e2e
./tests/mock-servers/mock-platform-api
)