Skip to content

Commit d2527b7

Browse files
committed
fix
1 parent ea57a30 commit d2527b7

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

components/ide/jetbrains/launcher/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,24 @@ require (
99
)
1010

1111
require (
12+
github.com/beorn7/perks v1.0.1 // indirect
1213
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
14+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
1315
github.com/davecgh/go-spew v1.1.1 // indirect
1416
github.com/gitpod-io/gitpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
1517
github.com/golang/mock v1.6.0 // indirect
1618
github.com/gorilla/websocket v1.5.0 // indirect
1719
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
1820
github.com/hashicorp/golang-lru v1.0.2 // indirect
1921
github.com/kr/text v0.2.0 // indirect
22+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2023
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2124
github.com/pmezard/go-difflib v1.0.0 // indirect
25+
github.com/prometheus/client_golang v1.16.0 // indirect
26+
github.com/prometheus/client_model v0.3.0 // indirect
27+
github.com/prometheus/common v0.42.0 // indirect
28+
github.com/prometheus/procfs v0.10.1 // indirect
29+
github.com/rogpeppe/go-internal v1.11.0 // indirect
2230
github.com/sirupsen/logrus v1.9.3 // indirect
2331
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37 // indirect
2432
gopkg.in/yaml.v3 v3.0.1 // indirect

components/ide/jetbrains/launcher/go.sum

Lines changed: 22 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)