@@ -3,69 +3,74 @@ module github.com/intelops/compage
3
3
go 1.22
4
4
5
5
require (
6
+ github.com/Masterminds/semver/v3 v3.2.1
6
7
github.com/gertd/go-pluralize v0.2.1
7
8
github.com/go-git/go-git/v5 v5.11.0
8
9
github.com/iancoleman/strcase v0.3.0
10
+ github.com/opencontainers/image-spec v1.1.0
9
11
github.com/sirupsen/logrus v1.9.3
10
12
github.com/spf13/cobra v1.8.0
11
13
github.com/spf13/viper v1.18.2
12
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
13
- go.opentelemetry.io/otel v1.21 .0
14
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0
15
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21 .0
16
- go.opentelemetry.io/otel/sdk v1.21 .0
17
- golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
14
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
15
+ go.opentelemetry.io/otel v1.24 .0
16
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24 .0
17
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24 .0
18
+ go.opentelemetry.io/otel/sdk v1.24 .0
19
+ golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
18
20
golang.org/x/text v0.14.0
19
- google.golang.org/grpc v1.60 .1
20
- google.golang.org/protobuf v1.31 .0
21
+ google.golang.org/grpc v1.62 .1
22
+ google.golang.org/protobuf v1.33 .0
21
23
gopkg.in/yaml.v3 v3.0.1
24
+ oras.land/oras-go/v2 v2.4.0
22
25
)
23
26
24
27
require (
25
28
dario.cat/mergo v1.0.0 // indirect
26
29
github.com/Microsoft/go-winio v0.6.1 // indirect
27
- github.com/ProtonMail/go-crypto v0 .0.0-20230923063757-afb1ddc0824c // indirect
30
+ github.com/ProtonMail/go-crypto v1 .0.0 // indirect
28
31
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
29
- github.com/cloudflare/circl v1.3.6 // indirect
32
+ github.com/cloudflare/circl v1.3.7 // indirect
30
33
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
31
34
github.com/emirpasic/gods v1.18.1 // indirect
32
35
github.com/fsnotify/fsnotify v1.7.0 // indirect
33
36
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
34
37
github.com/go-git/go-billy/v5 v5.5.0 // indirect
35
- github.com/go-logr/logr v1.3.0 // indirect
38
+ github.com/go-logr/logr v1.4.1 // indirect
36
39
github.com/go-logr/stdr v1.2.2 // indirect
37
40
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38
- github.com/golang/protobuf v1.5.3 // indirect
39
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18 .1 // indirect
41
+ github.com/golang/protobuf v1.5.4 // indirect
42
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19 .1 // indirect
40
43
github.com/hashicorp/hcl v1.0.0 // indirect
41
44
github.com/inconshreveable/mousetrap v1.1.0 // indirect
42
45
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
43
46
github.com/kevinburke/ssh_config v1.2.0 // indirect
44
47
github.com/magiconair/properties v1.8.7 // indirect
45
48
github.com/mitchellh/mapstructure v1.5.0 // indirect
49
+ github.com/opencontainers/go-digest v1.0.0 // indirect
46
50
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
47
51
github.com/pjbgf/sha1cd v0.3.0 // indirect
48
52
github.com/sagikazarmark/locafero v0.4.0 // indirect
49
53
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
50
54
github.com/sergi/go-diff v1.3.1 // indirect
51
- github.com/skeema/knownhosts v1.2.1 // indirect
55
+ github.com/skeema/knownhosts v1.2.2 // indirect
52
56
github.com/sourcegraph/conc v0.3.0 // indirect
53
57
github.com/spf13/afero v1.11.0 // indirect
54
58
github.com/spf13/cast v1.6.0 // indirect
55
59
github.com/spf13/pflag v1.0.5 // indirect
56
60
github.com/subosito/gotenv v1.6.0 // indirect
57
61
github.com/xanzy/ssh-agent v0.3.3 // indirect
58
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
59
- go.opentelemetry.io/otel/trace v1.21 .0 // indirect
60
- go.opentelemetry.io/proto/otlp v1.0 .0 // indirect
62
+ go.opentelemetry.io/otel/metric v1.24 .0 // indirect
63
+ go.opentelemetry.io/otel/trace v1.24 .0 // indirect
64
+ go.opentelemetry.io/proto/otlp v1.1 .0 // indirect
61
65
go.uber.org/multierr v1.11.0 // indirect
62
- golang.org/x/crypto v0.17.0 // indirect
63
- golang.org/x/mod v0.14.0 // indirect
64
- golang.org/x/net v0.19.0 // indirect
65
- golang.org/x/sys v0.15.0 // indirect
66
- golang.org/x/tools v0.16.1 // indirect
67
- google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
68
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
66
+ golang.org/x/crypto v0.21.0 // indirect
67
+ golang.org/x/mod v0.16.0 // indirect
68
+ golang.org/x/net v0.22.0 // indirect
69
+ golang.org/x/sync v0.6.0 // indirect
70
+ golang.org/x/sys v0.18.0 // indirect
71
+ golang.org/x/tools v0.19.0 // indirect
72
+ google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
73
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
69
74
gopkg.in/ini.v1 v1.67.0 // indirect
70
75
gopkg.in/warnings.v0 v0.1.2 // indirect
71
76
)
0 commit comments