Compare commits

...

2 Commits

Author SHA1 Message Date
Siddhartha Golu 5c25926897
Merge pull request #4 from xswordsx/patch-1
Set proper module name
2024-01-31 09:27:14 +05:30
Ivan Latunov 4597eeb4cb
Set proper module name
Adding the full name of the package allows for end-users to install the binary with:

    go install github.com/thelazyoxymoron/bitwarden-to-keepassxc-converter@latest
2024-01-31 00:23:03 +02:00
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module bitwarden_to_keepassxc
module github.com/thelazyoxymoron/bitwarden-to-keepassxc-converter
go 1.20