Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 11, 2023
1 parent 7dd1bfe commit 2a44636
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 39 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
)

require github.com/inconshreveable/mousetrap v1.1.0 // indirect
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68=
github.com/golang/glog v1.2.0/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
5 changes: 0 additions & 5 deletions vendor/github.com/golang/glog/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/golang/glog/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/inconshreveable/mousetrap/go.mod

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/spf13/cobra/go.mod

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/spf13/cobra/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/spf13/pflag/go.mod

This file was deleted.

Empty file.
7 changes: 4 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# github.com/golang/glog v1.2.0
## explicit
## explicit; go 1.19
github.com/golang/glog
github.com/golang/glog/internal/logsink
github.com/golang/glog/internal/stackdump
# github.com/inconshreveable/mousetrap v1.1.0
## explicit; go 1.18
github.com/inconshreveable/mousetrap
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/spf13/cobra v1.8.0
## explicit
## explicit; go 1.15
github.com/spf13/cobra
# github.com/spf13/pflag v1.0.5
## explicit
## explicit; go 1.12
github.com/spf13/pflag

0 comments on commit 2a44636

Please sign in to comment.