Skip to content

Commit

Permalink
chore(gomod): update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuheiKubota committed Oct 15, 2023
1 parent 1e539d5 commit b3c5ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2
github.com/shu-go/gli/v2 v2.0.0
github.com/shu-go/gli/v2 v2.0.1
github.com/shu-go/gotwant v0.0.0-20190920074605-b4f19c0bac91
github.com/xuri/excelize/v2 v2.8.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ github.com/shu-go/gli v1.5.7 h1:bvzFPU/ArxzmCTsegXjN3nwOzvV62LPUCsa5bwBfyMg=
github.com/shu-go/gli v1.5.7/go.mod h1:WZSG6NFYr/1rwT2F3Oms0gWyklvjJNDW6qvBfZ/tM4U=
github.com/shu-go/gli/v2 v2.0.0 h1:N+mKu3Q0wU35pCTzemzSrm94uMa8E6n2rKWxEpcXJ74=
github.com/shu-go/gli/v2 v2.0.0/go.mod h1:jqWDLcPmqv6BjiS5rVjv8BFhnpqyMEyZgg06OmASP+4=
github.com/shu-go/gli/v2 v2.0.1 h1:XA1QSfUdpWW1FIqLjuXo+Gs/IjEy+uviuxKQ45IRYC8=
github.com/shu-go/gli/v2 v2.0.1/go.mod h1:pSC0XKb69hEarQpiQU74CNiKpcS7a90iJAMUGL3SinQ=
github.com/shu-go/gotwant v0.0.0-20190920074605-b4f19c0bac91 h1:nwDc3kHbf9scf1UZIWiWw5tZF3Z4yOJAMjNN+kYXJwE=
github.com/shu-go/gotwant v0.0.0-20190920074605-b4f19c0bac91/go.mod h1:FZepfqvib0mXjHiaQPTv0RUD5QMpMA/FHLfBQjZRRQg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit b3c5ac5

Please sign in to comment.