-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 796 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/cloudflare/pat-app
go 1.24.0
require (
github.com/cloudflare/circl v1.6.3
github.com/cloudflare/pat-go v0.0.0-20230328025027-11579ba5b0b9
github.com/sirupsen/logrus v1.8.3
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.45.0
)
require (
git.schwanenlied.me/yawning/x448.git v0.0.0-20170617130356-01b048fb03d6 // indirect
github.com/bwesterb/go-ristretto v1.2.3 // indirect
github.com/cisco/go-hpke v0.0.0-20210524174249-dd22b38cf960 // indirect
github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)