Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPA upgrade to 0.42.0 with protobuf pkgs upgrade #8700

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
77 changes: 47 additions & 30 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/dave/jennifer v1.7.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/envoyproxy/protoc-gen-validate v0.4.0
github.com/envoyproxy/protoc-gen-validate v1.1.0
github.com/fatih/color v1.17.0
github.com/ghodss/yaml v1.0.1-0.20180503022059-e9ed3c6dfb39
github.com/go-chef/chef v0.30.1
Expand All @@ -33,13 +33,13 @@ require (
github.com/gofrs/uuid v4.4.0+incompatible
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/hcl/v2 v2.22.0
github.com/hpcloud/tail v1.0.0
Expand All @@ -60,7 +60,7 @@ require (
github.com/nats-io/nats.go v1.28.0
github.com/nats-io/stan.go v0.10.2
github.com/olivere/elastic/v7 v7.0.28
github.com/open-policy-agent/opa v0.19.1
github.com/open-policy-agent/opa v0.42.0
github.com/opentracing/opentracing-go v1.2.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.9.5
Expand All @@ -85,15 +85,15 @@ require (
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
gocloud.dev v0.22.0
golang.org/x/crypto v0.23.0
golang.org/x/oauth2 v0.22.0
golang.org/x/crypto v0.28.0
golang.org/x/oauth2 v0.23.0
golang.org/x/perf v0.0.0-20190823172224-ecb187b06eb0
golang.org/x/text v0.15.0
google.golang.org/api v0.102.0
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6
google.golang.org/grpc v1.53.0-dev
golang.org/x/text v0.20.0
google.golang.org/api v0.169.0
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/grpc v1.67.1
google.golang.org/grpc/examples v0.0.0-20220413171549-7567a5d96538
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.35.1
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/segmentio/analytics-go.v3 v3.1.0
Expand All @@ -114,6 +114,8 @@ require (
github.com/prashantv/gostub v1.1.0
github.com/shirou/gopsutil v3.21.11+incompatible
go.uber.org/automaxprocs v1.5.3
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28
)

require (
Expand All @@ -123,26 +125,28 @@ require (
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
google.golang.org/appengine v1.6.7 // indirect
)

require (
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v0.7.0 // indirect
cloud.google.com/go/iam v1.1.6 // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/agnivade/levenshtein v1.0.1 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-msgpack/v2 v2.1.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4 // indirect
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 // indirect
github.com/minio/highwayhash v1.0.3 // indirect
github.com/moby/patternmatcher v0.6.0 // indirect
Expand All @@ -151,18 +155,23 @@ require (
github.com/moby/sys/userns v0.1.0 // indirect
github.com/nats-io/jwt/v2 v2.5.8 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/vektah/gqlparser/v2 v2.4.5 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
go.mongodb.org/mongo-driver v1.16.1 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
golang.org/x/sync v0.8.0 // indirect
go.opentelemetry.io/otel v1.32.0 // indirect
go.opentelemetry.io/otel/metric v1.32.0 // indirect
go.opentelemetry.io/otel/trace v1.32.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/time v0.6.0 // indirect
)

require (
cloud.google.com/go v0.105.0 // indirect
cloud.google.com/go/storage v1.27.0
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go/storage v1.38.0
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
Expand Down Expand Up @@ -194,11 +203,11 @@ require (
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/glog v1.2.1 // indirect
github.com/golang/glog v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/gorilla/handlers v1.4.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
Expand Down Expand Up @@ -228,7 +237,7 @@ require (
github.com/nats-io/nuid v1.0.1 // indirect
github.com/peterh/liner v1.2.2 // indirect
github.com/pkg/profile v1.7.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
Expand All @@ -253,11 +262,11 @@ require (
// go.opencensus.io v0.24.0 // indirect
go.starlark.net v0.0.0-20190702223751-32f345186213 // indirect
golang.org/x/arch v0.0.0-20171004143515-077ac972c2e4 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/tools v0.14.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
Expand All @@ -276,3 +285,11 @@ replace github.com/chef/automate/api/external => ./api/external/
replace github.com/nats-io/jwt => github.com/nats-io/jwt/v2 v2.5.0

//replace go.uber.org/automaxprocs => ./automaxprocs-excluded

replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0

replace go.opentelemetry.io/otel/exporters/otlp/otlptrace => go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0

replace go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0

replace go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v1.3.1
Loading
Loading