Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Aug 5, 2022
1 parent c041c5f commit bf2411e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
module github.com/containeroo/otpgen

go 1.19
go 1.18

require (
github.com/pquerna/otp v1.3.0
github.com/spf13/cobra v1.5.0
)

require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

0 comments on commit bf2411e

Please sign in to comment.