-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (19 loc) · 746 Bytes
/
go.mod
File metadata and controls
25 lines (19 loc) · 746 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
module github.com/ipfs/go-ipfs-cmds
go 1.24.6
require (
github.com/ipfs/boxo v0.35.1
github.com/ipfs/go-log/v2 v2.8.2
github.com/rs/cors v1.11.1
github.com/texttheater/golang-levenshtein v1.0.1
golang.org/x/term v0.34.0
)
require (
github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sys v0.37.0 // indirect
)
retract v1.0.22 // old gx tag accidentally pushed as go tag
retract v2.0.1+incompatible // old gx tag
retract v2.0.2+incompatible // we need to use a newer version than v2.0.1 to retract v2.0.1+incompatible, but we can retract ourself directly once done