File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ The following emojis are used to highlight certain changes:
2020
2121### Changed
2222
23+ * ` go ` version changed to 1.21
24+
2325### Removed
2426
2527### Fixed
Original file line number Diff line number Diff line change 11module github.com/ipfs/boxo/cmd/boxo-migrate
22
3- go 1.20
3+ go 1.21
44
55require github.com/urfave/cli/v2 v2.25.1
66
Original file line number Diff line number Diff line change 11module github.com/ipfs/boxo/cmd/deprecator
22
3- go 1.20
3+ go 1.21
44
55require (
66 github.com/dave/dst v0.27.2
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
33github.com/dave/dst v0.27.2 h1:4Y5VFTkhGLC1oddtNwuxxe36pnyLxMFXT51FOzH8Ekc =
44github.com/dave/dst v0.27.2 /go.mod h1:jHh6EOibnHgcUW3WjKHisiooEkYwqpHLBSX1iOBhEyc =
55github.com/dave/jennifer v1.5.0 h1:HmgPN93bVDpkQyYbqhCHj5QlgvUkvEOzMyEvKLgCRrg =
6+ github.com/dave/jennifer v1.5.0 /go.mod h1:4MnyiFIlZS3l5tSDn8VnzE6ffAhYBMB2SZntBsZGUok =
67github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
78github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
89github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ =
10+ github.com/sergi/go-diff v1.2.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
911github.com/urfave/cli/v2 v2.25.3 h1:VJkt6wvEBOoSjPFQvOkv6iWIrsJyCrKGtCtxXWwmGeY =
1012github.com/urfave/cli/v2 v2.25.3 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
1113github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
You can’t perform that action at this time.
0 commit comments