penguin/kstore-cred

helper to access windows credential store

go.mod

raw ยท 155 bytes

module kstorecred

go 1.17

require (
	github.com/danieljoos/wincred v1.1.2 // indirect
	golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c // indirect
)