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
This commit is contained in:
Ivan Latunov 2024-01-31 00:23:03 +02:00 committed by GitHub
parent ee239b3713
commit 4597eeb4cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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