Skip to content

Commit fffb13a

Browse files
fix: updated go modules
1 parent 19214f2 commit fffb13a

File tree

376 files changed

+30449
-9266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+30449
-9266
lines changed

go.mod

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,69 +3,74 @@ module github.com/intelops/compage
33
go 1.22
44

55
require (
6+
github.com/Masterminds/semver/v3 v3.2.1
67
github.com/gertd/go-pluralize v0.2.1
78
github.com/go-git/go-git/v5 v5.11.0
89
github.com/iancoleman/strcase v0.3.0
10+
github.com/opencontainers/image-spec v1.1.0
911
github.com/sirupsen/logrus v1.9.3
1012
github.com/spf13/cobra v1.8.0
1113
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
1820
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
2123
gopkg.in/yaml.v3 v3.0.1
24+
oras.land/oras-go/v2 v2.4.0
2225
)
2326

2427
require (
2528
dario.cat/mergo v1.0.0 // indirect
2629
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
2831
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
3033
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
3134
github.com/emirpasic/gods v1.18.1 // indirect
3235
github.com/fsnotify/fsnotify v1.7.0 // indirect
3336
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3437
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
3639
github.com/go-logr/stdr v1.2.2 // indirect
3740
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
4043
github.com/hashicorp/hcl v1.0.0 // indirect
4144
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4245
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4346
github.com/kevinburke/ssh_config v1.2.0 // indirect
4447
github.com/magiconair/properties v1.8.7 // indirect
4548
github.com/mitchellh/mapstructure v1.5.0 // indirect
49+
github.com/opencontainers/go-digest v1.0.0 // indirect
4650
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
4751
github.com/pjbgf/sha1cd v0.3.0 // indirect
4852
github.com/sagikazarmark/locafero v0.4.0 // indirect
4953
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
5054
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
5256
github.com/sourcegraph/conc v0.3.0 // indirect
5357
github.com/spf13/afero v1.11.0 // indirect
5458
github.com/spf13/cast v1.6.0 // indirect
5559
github.com/spf13/pflag v1.0.5 // indirect
5660
github.com/subosito/gotenv v1.6.0 // indirect
5761
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
6165
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
6974
gopkg.in/ini.v1 v1.67.0 // indirect
7075
gopkg.in/warnings.v0 v0.1.2 // indirect
7176
)

0 commit comments

Comments
 (0)