gsterjov / go-libsecret

A native go library that manages secrets via the freedesktop.org Secret Service DBus API
MIT License
14 stars 9 forks source link

Add go.mod and update deps for bug fixes #3

Open jefferai opened 3 years ago

jefferai commented 3 years ago

This adds a go.mod and updates the go-dbus dependency to v5 which fixes some bugs, and allows other libs depending on this to work properly. It makes no other changes -- my editor automatically fmted the code, so reviewing without whitespace changes is recommended, but I figured having it be properly formatted was a bonus.