forked from redpwn/jail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 809 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 809 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
module github.com/CMU-Math/grader
go 1.17
require (
github.com/caarlos0/env/v6 v6.7.1
github.com/docker/go-units v0.4.0
github.com/redpwn/pow v0.1.2
github.com/seccomp/libseccomp-golang v0.9.1
golang.org/x/sys v0.0.0-20211006225509-1a26e0398eed
google.golang.org/protobuf v1.27.1
inet.af/netaddr v0.0.0-20210903134321-85fa6c94624e
)
require (
github.com/golang/protobuf v1.5.0 // indirect
github.com/ncw/gmp v1.0.4 // indirect
go4.org/intern v0.0.0-20210108033219-3eb7198706b2 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.43.0 // indirect
)