-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 753 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 753 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/cmars/onionpipe
go 1.23.0
require (
github.com/cretz/bine v0.2.1-0.20221201125941-b9d31d9c7866
github.com/frankban/quicktest v1.14.6
github.com/google/go-cmp v0.6.0
github.com/mitchellh/go-homedir v1.1.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.36.0
golang.org/x/net v0.38.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
)