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.5 .0
6+ github.com/alecthomas/assert/v2 v2.6 .0
77 github.com/alecthomas/kong v0.8.1
88)
99
1010require (
11- github.com/alecthomas/repr v0.3 .0 // indirect
11+ github.com/alecthomas/repr v0.4 .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.5 .0 h1:OJKYg53BQx06/bMRBSPDCO49CbCDNiUQXwdoNrt6x5w =
2- github.com/alecthomas/assert/v2 v2.5 .0 /go.mod h1:fw5suVxB+wfYJ3291t0hRTqtGzFYdSwstnRQdaQx2DM =
1+ github.com/alecthomas/assert/v2 v2.6 .0 h1:o3WJwILtexrEUk3cUVal3oiQY2tfgr/FHWiz/v2n4FU =
2+ github.com/alecthomas/assert/v2 v2.6 .0 /go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k =
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.3 .0 h1:NeYzUPfjjlqHY4KtzgKJiWd6sVq2eNUPTi34PiFGjY8 =
6- github.com/alecthomas/repr v0.3 .0 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
5+ github.com/alecthomas/repr v0.4 .0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc =
6+ github.com/alecthomas/repr v0.4 .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