File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/smlx/go-cli-github
33go 1.21
44
55require (
6- github.com/alecthomas/assert/v2 v2.1.0
6+ github.com/alecthomas/assert/v2 v2.4.1
77 github.com/alecthomas/kong v0.8.1
88)
99
1010require (
11- github.com/alecthomas/repr v0.1 .0 // indirect
11+ github.com/alecthomas/repr v0.3 .0 // indirect
1212 github.com/hexops/gotextdiff v1.0.3 // indirect
1313)
Original file line number Diff line number Diff line change 1- github.com/alecthomas/assert/v2 v2.1.0 h1:tbredtNcQnoSd3QBhQWI7QZ3XHOVkw1Moklp2ojoH/0 =
2- github.com/alecthomas/assert/v2 v2.1.0 /go.mod h1:b/+1DI2Q6NckYi+3mXyH3wFb8qG37K/DuK80n7WefXA =
1+ github.com/alecthomas/assert/v2 v2.4.1 h1:mwPZod/d35nlaCppr6sFP0rbCL05WH9fIo7lvsf47zo =
2+ github.com/alecthomas/assert/v2 v2.4.1 /go.mod h1:fw5suVxB+wfYJ3291t0hRTqtGzFYdSwstnRQdaQx2DM =
33github.com/alecthomas/kong v0.8.1 h1:acZdn3m4lLRobeh3Zi2S2EpnXTd1mOL6U7xVml+vfkY =
44github.com/alecthomas/kong v0.8.1 /go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqro/2132U =
5- github.com/alecthomas/repr v0.1 .0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE =
6- github.com/alecthomas/repr v0.1 .0 /go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8 =
5+ github.com/alecthomas/repr v0.3 .0 h1:NeYzUPfjjlqHY4KtzgKJiWd6sVq2eNUPTi34PiFGjY8 =
6+ github.com/alecthomas/repr v0.3 .0 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
77github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM =
88github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
You can’t perform that action at this time.
0 commit comments