Skip to content

Commit 7be67c3

Browse files
committed
fix
1 parent 08f5e93 commit 7be67c3

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

components/local-app/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ require (
3030
github.com/bufbuild/connect-go v1.10.0
3131
github.com/gitpod-io/gitpod/components/public-api/go v0.0.0-00010101000000-000000000000
3232
github.com/gookit/color v1.5.4
33+
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
3334
github.com/lmittmann/tint v1.0.3
3435
github.com/mattn/go-isatty v0.0.17
3536
github.com/sagikazarmark/slog-shim v0.1.0
@@ -51,17 +52,14 @@ require (
5152
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
5253
github.com/go-git/go-billy/v5 v5.5.0 // indirect
5354
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
54-
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
5555
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5656
github.com/json-iterator/go v1.1.12 // indirect
57-
github.com/kr/binarydist v0.1.0 // indirect
5857
github.com/kr/fs v0.1.0 // indirect
5958
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6059
github.com/pjbgf/sha1cd v0.3.0 // indirect
6160
github.com/pkg/errors v0.9.1 // indirect
6261
github.com/pkg/sftp v1.13.5 // indirect
6362
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
64-
github.com/sanbornm/go-selfupdate v0.0.0-20230714125711-e1c03e3d6ac7 // indirect
6563
github.com/segmentio/backo-go v1.0.0 // indirect
6664
github.com/sergi/go-diff v1.1.0 // indirect
6765
github.com/skeema/knownhosts v1.2.0 // indirect
@@ -90,7 +88,7 @@ require (
9088
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9189
github.com/segmentio/analytics-go/v3 v3.3.0
9290
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37 // indirect
93-
github.com/spf13/pflag v1.0.5 // indirect
91+
github.com/spf13/pflag v1.0.5
9492
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
9593
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
9694
golang.org/x/net v0.17.0 // indirect

components/local-app/go.sum

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

components/service-waiter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
)
1717

1818
require (
19-
github.com/blang/semver v3.5.1+incompatible // indirect
2019
github.com/beorn7/perks v1.0.1 // indirect
20+
github.com/blang/semver v3.5.1+incompatible // indirect
2121
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2222
github.com/configcat/go-sdk/v7 v7.6.0 // indirect
2323
github.com/davecgh/go-spew v1.1.1 // indirect

0 commit comments

Comments
 (0)