-
Notifications
You must be signed in to change notification settings - Fork 42
/
go.mod
30 lines (23 loc) · 912 Bytes
/
go.mod
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
26
27
28
29
30
module github.com/ipfs/go-ipfs-cmds
go 1.22.0
toolchain go1.22.8
require (
github.com/ipfs/boxo v0.24.2
github.com/ipfs/go-log v1.0.5
github.com/rs/cors v1.11.1
github.com/texttheater/golang-levenshtein v1.0.1
golang.org/x/term v0.25.0
)
require (
github.com/crackcomm/go-gitignore v0.0.0-20231225121904-e25f5bc08668 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sys v0.26.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