16 lines
427 B
Modula-2
16 lines
427 B
Modula-2
module git.iamthefij.com/iamthefij/yk-cli
|
|
|
|
go 1.15
|
|
|
|
replace github.com/yawn/ykoath => ./ykoath
|
|
|
|
require (
|
|
git.iamthefij.com/iamthefij/slog v1.2.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/yawn/ykoath v1.0.4
|
|
github.com/zalando/go-keyring v0.1.0
|
|
golang.org/x/sys v0.0.0-20201211002650-1f0c578a6b29 // indirect
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
|
|
)
|