Skip to content

Commit

Permalink
Updates dependencies to resolve CVEs
Browse files Browse the repository at this point in the history
Signed-off-by: Haroon Sheikh <haroon.sheikh@sky.uk>
  • Loading branch information
haroon-sheikh committed Jun 21, 2023
1 parent 9571ae6 commit 3529fec
Show file tree
Hide file tree
Showing 3 changed files with 1,353 additions and 168 deletions.
24 changes: 14 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ go 1.13
require (
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
github.com/daviddengcn/go-colortext v1.0.0
github.com/fsnotify/fsnotify v1.5.1
github.com/getgauge/common v0.0.0-20200824023809-24587c106922
github.com/fsnotify/fsnotify v1.6.0
github.com/getgauge/common v0.0.0-20211105093448-e0aee1ccb217
github.com/getgauge/gauge-proto/go/gauge_messages v0.0.0-20210112094005-73ca40cb5ac4
github.com/golang/protobuf v1.5.2
github.com/magiconair/properties v1.8.5
github.com/golang/protobuf v1.5.3
github.com/gorilla/websocket v1.4.2 // indirect
github.com/magiconair/properties v1.8.7
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/russross/blackfriday/v2 v2.1.0
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/sourcegraph/go-langserver v2.0.0+incompatible
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
github.com/spf13/cobra v1.1.3
github.com/sourcegraph/jsonrpc2 v0.2.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
google.golang.org/genproto v0.0.0-20210111234610-22ae2b108f89
google.golang.org/grpc v1.43.0
google.golang.org/protobuf v1.28.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
golang.org/x/net v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/grpc v1.56.0
google.golang.org/protobuf v1.30.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 3529fec

Please sign in to comment.