File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/xoxys/plugin-pypi
2
2
3
- go 1.19
3
+ go 1.22
4
+
5
+ toolchain go1.24.4
4
6
5
7
require (
6
8
github.com/joho/godotenv v1.4.0
7
9
github.com/pkg/errors v0.9.1
8
- github.com/urfave/cli v1.22.10
10
+ github.com/urfave/cli v1.22.17
11
+ github.com/urfave/cli/v3 v3.3.8
9
12
)
10
13
11
14
require (
12
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
15
+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
13
16
github.com/russross/blackfriday/v2 v2.1.0 // indirect
14
17
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
15
18
)
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSY
3
3
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d /go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU =
4
4
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
5
5
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
6
+ github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo =
7
+ github.com/cpuguy83/go-md2man/v2 v2.0.7 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
6
8
github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc =
7
9
github.com/joho/godotenv v1.3.0 /go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg =
8
10
github.com/joho/godotenv v1.4.0 h1:3l4+N6zfMWnkbPEXKng2o2/MR5mSwTrBih4ZEkkz1lg =
@@ -22,5 +24,8 @@ github.com/urfave/cli v1.20.0 h1:fDqGv3UG/4jbVl/QkFwEdddtEDjh/5Ov6X+0B/3bPaw=
22
24
github.com/urfave/cli v1.20.0 /go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA =
23
25
github.com/urfave/cli v1.22.10 h1:p8Fspmz3iTctJstry1PYS3HVdllxnEzTEsgIgtxTrCk =
24
26
github.com/urfave/cli v1.22.10 /go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0 =
27
+ github.com/urfave/cli v1.22.17 h1:SYzXoiPfQjHBbkYxbew5prZHS1TOLT3ierW8SYLqtVQ =
28
+ github.com/urfave/cli v1.22.17 /go.mod h1:b0ht0aqgH/6pBYzzxURyrM4xXNgsoT/n2ZzwQiEhNVo =
29
+ github.com/urfave/cli/v3 v3.3.8 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
25
30
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
26
31
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments