2020-12-11 04:55:55 +00:00
|
|
|
module git.iamthefij.com/iamthefij/yk-cli
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-01-07 19:34:33 +00:00
|
|
|
replace github.com/yawn/ykoath => ./ykoath
|
2020-12-11 04:55:55 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
git.iamthefij.com/iamthefij/slog v1.2.0
|
2021-01-12 04:06:56 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-12-11 04:55:55 +00:00
|
|
|
github.com/yawn/ykoath v1.0.4
|
2021-01-12 04:06:56 +00:00
|
|
|
github.com/zalando/go-keyring v0.1.0
|
2020-12-11 04:55:55 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201211002650-1f0c578a6b29 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
|
|
)
|