zalando / go-keyring

Cross-platform keyring interface for Go
MIT License
815 stars 82 forks source link

Adapted to Go 1.11 Modules #39

Closed uztbt closed 4 years ago

uztbt commented 4 years ago

Why did I make this PR?

When I compiled my program that is using the go-keyring module, the following lines were added to my module's go.mod.

github.com/danieljoos/wincred v1.0.2 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect

It is due to the absence of go.mod, and I'd like go-keyring to manage its dependencies by itself.

mikkeloscar commented 4 years ago

:+1:

mikkeloscar commented 4 years ago

Thanks!

szuecs commented 4 years ago

:+1: