Update to go-passbolt v0.4.0

This commit is contained in:
Samuel Lorch 2021-09-16 15:21:33 +02:00
parent 661bd3e1e4
commit 5c528a9a3d
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pterm/pterm v0.12.30
github.com/speatzle/go-passbolt v0.3.1
github.com/speatzle/go-passbolt v0.4.0
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1