Skip to content

Commit bf2411e

Browse files
committed
Update go version
1 parent c041c5f commit bf2411e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
module github.com/containeroo/otpgen
22

3-
go 1.19
3+
go 1.18
44

55
require (
66
github.com/pquerna/otp v1.3.0
77
github.com/spf13/cobra v1.5.0
88
)
9+
10+
require (
11+
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
12+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
13+
github.com/spf13/pflag v1.0.5 // indirect
14+
)

0 commit comments

Comments
 (0)