2020-12-10 16:42:50 +00:00
|
|
|
module git.iamthefij.com/iamthefij/alfred-yubico-auth
|
|
|
|
|
2023-04-04 15:52:55 +00:00
|
|
|
go 1.20
|
2020-12-10 16:42:50 +00:00
|
|
|
|
2021-01-04 18:34:08 +00:00
|
|
|
// Right now requires https://github.com/vividboarder/ykoath branch: validate
|
|
|
|
replace github.com/yawn/ykoath => ./ykoath
|
2020-12-10 16:42:50 +00:00
|
|
|
|
2023-04-04 16:35:25 +00:00
|
|
|
// Right now requires https://github.com/iamthefij/awgo branch: alfred-5
|
|
|
|
replace github.com/deanishe/awgo => github.com/iamthefij/awgo v0.29.1-pre1
|
|
|
|
|
2020-12-10 16:42:50 +00:00
|
|
|
require (
|
|
|
|
git.iamthefij.com/iamthefij/slog v1.0.0
|
2023-04-04 16:35:25 +00:00
|
|
|
github.com/deanishe/awgo v0.29.1
|
|
|
|
github.com/magefile/mage v1.14.0
|
2020-12-10 16:42:50 +00:00
|
|
|
github.com/yawn/ykoath v1.0.4
|
|
|
|
)
|
2023-04-04 15:52:55 +00:00
|
|
|
|
|
|
|
require (
|
2023-04-04 16:35:25 +00:00
|
|
|
github.com/bmatcuk/doublestar v1.3.4 // indirect
|
2023-04-04 15:52:55 +00:00
|
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
|
|
go.deanishe.net/env v0.5.1 // indirect
|
|
|
|
go.deanishe.net/fuzzy v1.0.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
|
2023-04-04 16:35:25 +00:00
|
|
|
golang.org/x/text v0.8.0 // indirect
|
|
|
|
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
|
2023-04-04 15:52:55 +00:00
|
|
|
)
|