Skip to content

Commit

Permalink
Merge pull request #156 from Peripli/updated_dependencis_version
Browse files Browse the repository at this point in the history
Updated github.com/golang/x/crypto version
  • Loading branch information
CohenOrian authored Mar 22, 2022
2 parents 215aa85 + 287ae73 commit 09592aa
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 77 deletions.
24 changes: 2 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,23 @@ module github.com/Peripli/service-manager-cli
go 1.13

require (
github.com/InVisionApp/go-health v2.1.0+incompatible // indirect
github.com/InVisionApp/go-logger v1.0.1 // indirect
github.com/Peripli/service-manager v0.23.0
github.com/antlr/antlr4 v0.0.0-20210521184019-c5ad59b459ec // indirect
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521184019-c5ad59b459ec // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gobwas/glob v0.2.3 // indirect
//github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521184019-c5ad59b459ec // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hpcloud/tail v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/onrik/logrus v0.9.0 // indirect
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.10.3
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/afero v1.6.0
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.0
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tidwall/gjson v1.9.3
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/sjson v1.1.7 // indirect
github.com/ugorji/go v1.1.4 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Loading

0 comments on commit 09592aa

Please sign in to comment.