Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
50 lines (47 loc) · 2 KB
/
Copy pathgo.mod
File metadata and controls
50 lines (47 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
modulegithub.com/crunchloop/devcontainer
go1.25.0
require (
github.com/compose-spec/compose-go/v2v2.11.0
github.com/google/go-containerregistryv0.21.7
github.com/moby/moby/apiv1.54.2
github.com/moby/moby/clientv0.4.1
github.com/spf13/cobrav1.10.2
github.com/tidwall/jsoncv0.3.3
golang.org/x/termv0.43.0
google.golang.org/protobufv1.36.11
gopkg.in/yaml.v3v3.0.1
)
require (
github.com/Microsoft/go-winiov0.6.2// indirect
github.com/cespare/xxhash/v2v2.3.0// indirect
github.com/containerd/errdefsv1.0.0// indirect
github.com/containerd/errdefs/pkgv0.3.0// indirect
github.com/distribution/referencev0.6.0// indirect
github.com/docker/cliv29.5.3+incompatible// indirect
github.com/docker/docker-credential-helpersv0.9.3// indirect
github.com/docker/go-connectionsv0.7.0// indirect
github.com/docker/go-unitsv0.5.0// indirect
github.com/felixge/httpsnoopv1.0.4// indirect
github.com/go-logr/logrv1.4.3// indirect
github.com/go-logr/stdrv1.2.2// indirect
github.com/go-viper/mapstructure/v2v2.4.0// indirect
github.com/inconshreveable/mousetrapv1.1.0// indirect
github.com/klauspost/compressv1.18.6// indirect
github.com/mattn/go-shellwordsv1.0.12// indirect
github.com/moby/docker-image-specv1.3.1// indirect
github.com/opencontainers/go-digestv1.0.0// indirect
github.com/opencontainers/image-specv1.1.1// indirect
github.com/santhosh-tekuri/jsonschema/v6v6.0.1// indirect
github.com/sirupsen/logrusv1.9.4// indirect
github.com/spf13/pflagv1.0.10// indirect
github.com/xhit/go-str2duration/v2v2.1.0// indirect
go.opentelemetry.io/auto/sdkv1.2.1// indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.61.0// indirect
go.opentelemetry.io/otelv1.41.0// indirect
go.opentelemetry.io/otel/metricv1.41.0// indirect
go.opentelemetry.io/otel/tracev1.41.0// indirect
go.yaml.in/yaml/v4v4.0.0-rc.4// indirect
golang.org/x/syncv0.21.0// indirect
golang.org/x/sysv0.46.0// indirect
golang.org/x/textv0.14.0// indirect
)