gauth/go.mod
M. J. Fromberger 02ea9924ea Update otp module path to github.
No functional changes here; I'm just moving the source repository from
bitbucket to github and need to update the import path accordingly.
2019-06-10 10:12:34 -07:00

10 lines
211 B
Modula-2

module github.com/pcarrier/gauth
go 1.12
require (
github.com/creachadair/otp v0.1.0
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
)