Switch to go modules.

This commit is contained in:
2020-10-31 07:25:55 -07:00
committed by Kyle Isom
parent 0857b29624
commit 944a57bf0e
11 changed files with 12 additions and 1814 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/gokyle/twofactor
go 1.14
require (
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
rsc.io/qr v0.1.0
)