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.
This commit is contained in:
M. J. Fromberger
2019-06-10 10:12:34 -07:00
parent f7ae5c4da3
commit 02ea9924ea
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/pcarrier/gauth
go 1.12
require (
bitbucket.org/creachadair/otp v0.0.2
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
)