-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 698 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/dmmdea/offload-harness
go 1.26.3
require (
github.com/elastic/go-seccomp-bpf v1.6.0
github.com/landlock-lsm/go-landlock v0.9.0
github.com/modelcontextprotocol/go-sdk v1.6.1
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
go.etcd.io/bbolt v1.5.0
golang.org/x/sys v0.46.0
)
require (
github.com/google/jsonschema-go v0.4.3 // indirect
github.com/segmentio/asm v1.2.1 // indirect
github.com/segmentio/encoding v0.5.4 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/text v0.38.0 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.77 // indirect
)