Skip to content

Commit

Permalink
chore: fix up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Sato1995 committed Jan 25, 2024
1 parent 499c5d1 commit 806c21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions simple-ssg-cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
module github.com/K-Sato1995/go-simple-ssg
module github.com/K-Sato1995/go-simple-ssg/simple-ssg-cli

go 1.21.6

require (
github.com/K-Sato1995/go-simple-ssg/simple-ssg-cli v0.0.0-20240125102040-84644ecbb336
github.com/spf13/cobra v1.8.0
)
require github.com/spf13/cobra v1.8.0

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions simple-ssg-cli/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/K-Sato1995/go-simple-ssg/simple-ssg-cli v0.0.0-20240125102040-84644ecbb336 h1:HL7rLrsYW66UMSwNNXf6r6ZA2xWVGgulSB6Vf+DqKmI=
github.com/K-Sato1995/go-simple-ssg/simple-ssg-cli v0.0.0-20240125102040-84644ecbb336/go.mod h1:PLcm3Q7MAG3BafpcHHg36W8sqdVNdmeolhyODmqmmrQ=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
Expand Down

0 comments on commit 806c21a

Please sign in to comment.