Open depesz opened 2 years ago
I think it is because when I did:
go install github.com/miquella/vaulted@latest
it looks that it installed v1:
=# echo $GOPATH
/opt/go
=# find $GOPATH | grep vaulted
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted/@v
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted/@v/v1.0.0.info
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted/@v/v1.0.0.mod
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted/@v/list
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted/@v/v1.0.0.lock
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted/@v/v1.0.0.ziphash
/opt/go/pkg/mod/cache/download/github.com/miquella/vaulted/@v/v1.0.0.zip
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/.gitignore
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/.travis.yml
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/LICENSE
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/README.md
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/environ.go
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/main.go
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/vault
/opt/go/pkg/mod/github.com/miquella/vaulted@v1.0.0/vault/vault_file.go
/opt/go/bin/vaulted
This is on Fedora 36 Linux with Go 1.18.7.
Any idea on what I can do to fix it?
Was using vaulted installed on ubuntu box, but recently migrated to fedora. Built vaulted, but I can't use old config.
Tried to make new one, and:
More data:
What am I missing?