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:
20
20
21
21
### Changed
22
22
23
+ * ` go ` version changed to 1.21
24
+
23
25
### Removed
24
26
25
27
### Fixed
Original file line number Diff line number Diff line change 1
1
module github.com/ipfs/boxo/cmd/boxo-migrate
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require github.com/urfave/cli/v2 v2.25.1
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/ipfs/boxo/cmd/deprecator
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
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
3
3
github.com/dave/dst v0.27.2 h1:4Y5VFTkhGLC1oddtNwuxxe36pnyLxMFXT51FOzH8Ekc =
4
4
github.com/dave/dst v0.27.2 /go.mod h1:jHh6EOibnHgcUW3WjKHisiooEkYwqpHLBSX1iOBhEyc =
5
5
github.com/dave/jennifer v1.5.0 h1:HmgPN93bVDpkQyYbqhCHj5QlgvUkvEOzMyEvKLgCRrg =
6
+ github.com/dave/jennifer v1.5.0 /go.mod h1:4MnyiFIlZS3l5tSDn8VnzE6ffAhYBMB2SZntBsZGUok =
6
7
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
7
8
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
8
9
github.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 =
9
11
github.com/urfave/cli/v2 v2.25.3 h1:VJkt6wvEBOoSjPFQvOkv6iWIrsJyCrKGtCtxXWwmGeY =
10
12
github.com/urfave/cli/v2 v2.25.3 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
11
13
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
You can’t perform that action at this time.
0 commit comments