mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 06:59:07 +00:00
update deps, remove replace
This commit is contained in:
parent
36c8318db1
commit
c5e8a5f143
2 changed files with 12 additions and 8 deletions
8
go.mod
8
go.mod
|
@ -4,12 +4,12 @@ go 1.16
|
|||
|
||||
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.2.1
|
||||
github.com/speatzle/go-passbolt v0.2.2
|
||||
github.com/spf13/cast v1.4.1 // indirect
|
||||
github.com/spf13/cobra v1.2.1
|
||||
github.com/spf13/viper v1.8.1
|
||||
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b // indirect
|
||||
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 // indirect
|
||||
gopkg.in/ini.v1 v1.63.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/speatzle/go-passbolt => ../go-passbolt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue