Skip to content

Commit

Permalink
go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed May 5, 2023
1 parent d454958 commit 1df13ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module github.com/txn2/txeh

go 1.12
go 1.19

require github.com/spf13/cobra v0.0.5

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
)

0 comments on commit 1df13ff

Please sign in to comment.