Skip to content

Commit

Permalink
update go version and cobra version (#10)
Browse files Browse the repository at this point in the history
* update go version and cobra version

* update unitype version
  • Loading branch information
sampila authored Jan 9, 2025
1 parent ff0843a commit 897d49c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 188 deletions.
13 changes: 10 additions & 3 deletions truecli/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
module github.com/unidoc/unitype/truecli

go 1.11
go 1.18

require (
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.8.1
github.com/unidoc/unitype v0.5.1
)

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/unidoc/unitype v0.0.0-20200419001631-11c8f668ac91
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
)

replace github.com/unidoc/unitype => ../
Loading

0 comments on commit 897d49c

Please sign in to comment.