Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions components/blobserve/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ toolchain go1.23.3
require (
github.com/containerd/containerd v1.6.36
github.com/distribution/reference v0.5.0
github.com/docker/cli v25.0.1+incompatible
github.com/khulnasoft/devpod/common-go v0.0.0-00010101000000-000000000000
github.com/khulnasoft/devpod/registry-facade v0.0.0-00010101000000-000000000000
github.com/docker/cli v29.2.0+incompatible
github.com/google/go-cmp v0.6.0
github.com/gorilla/mux v1.8.1
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
github.com/khulnasoft/devpod/common-go v0.0.0-00010101000000-000000000000
github.com/khulnasoft/devpod/registry-facade v0.0.0-00010101000000-000000000000
github.com/opencontainers/image-spec v1.1.0
github.com/prometheus/client_golang v1.18.0
github.com/spf13/cobra v1.7.0
Expand All @@ -36,8 +36,6 @@ require (
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/khulnasoft/devpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
github.com/khulnasoft/devpod/registry-facade/api v0.0.0-00010101000000-000000000000 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand Down Expand Up @@ -78,6 +76,8 @@ require (
github.com/ipld/go-ipld-prime v0.21.0 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/khulnasoft/devpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
github.com/khulnasoft/devpod/registry-facade/api v0.0.0-00010101000000-000000000000 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
Expand Down Expand Up @@ -120,7 +120,7 @@ require (
github.com/redis/go-redis/v9 v9.5.1 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/samber/lo v1.39.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
Expand Down
13 changes: 6 additions & 7 deletions components/blobserve/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/devpod-protocol/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.22
require (
github.com/golang/mock v1.6.0
github.com/gorilla/websocket v1.5.0
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.8.3
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
)

require (
github.com/cenkalti/backoff/v4 v4.1.3
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)
17 changes: 11 additions & 6 deletions components/devpod-protocol/go/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions components/ide-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ toolchain go1.23.3
require (
github.com/containerd/containerd v1.6.36
github.com/distribution/reference v0.5.0
github.com/docker/cli v25.0.1+incompatible
github.com/docker/cli v29.2.0+incompatible
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
github.com/khulnasoft/devpod/common-go v0.0.0-00010101000000-000000000000
github.com/khulnasoft/devpod/devpod-protocol v0.0.0-00010101000000-000000000000
github.com/khulnasoft/devpod/ide-service-api v0.0.0-00010101000000-000000000000
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
github.com/opencontainers/image-spec v1.1.0
github.com/prometheus/client_golang v1.16.0
github.com/sirupsen/logrus v1.9.3
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.7.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
Expand All @@ -34,7 +34,6 @@ require (
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/frankban/quicktest v1.11.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/khulnasoft/devpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
github.com/go-test/deep v1.0.5 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand All @@ -43,6 +42,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/khulnasoft/devpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
github.com/klauspost/compress v1.16.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
Expand All @@ -57,7 +57,7 @@ require (
github.com/slok/go-http-metrics v0.10.0 // indirect
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
Expand Down
19 changes: 8 additions & 11 deletions components/ide-service/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions components/image-builder-bob/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ require (
github.com/containerd/console v1.0.3
github.com/containerd/containerd v1.7.2
github.com/distribution/reference v0.6.0
github.com/docker/cli v24.0.4+incompatible
github.com/khulnasoft/devpod/common-go v0.0.0-00010101000000-000000000000
github.com/docker/cli v29.2.0+incompatible
github.com/google/go-containerregistry v0.19.0
github.com/hashicorp/go-retryablehttp v0.7.2
github.com/khulnasoft/devpod/common-go v0.0.0-00010101000000-000000000000
github.com/moby/buildkit v0.12.5
github.com/opencontainers/runtime-spec v1.1.0
github.com/sirupsen/logrus v1.9.3
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.7.0
golang.org/x/sync v0.12.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
Expand All @@ -34,7 +34,6 @@ require (
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v28.0.2+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/khulnasoft/devpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gofrs/flock v0.8.1 // indirect
Expand All @@ -47,6 +46,7 @@ require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/khulnasoft/devpod/components/scrubber v0.0.0-00010101000000-000000000000 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
Expand Down
Loading
Loading