Skip to content

Commit

Permalink
add context property to check response message (#454)
Browse files Browse the repository at this point in the history
* impl check context with reason

* add context to check response

* upd to latest @check-reason deps

* add assertion descriptions

* go-edge-ds dep upd
  • Loading branch information
gertd authored Sep 15, 2024
1 parent 62db0da commit 6e203a2
Show file tree
Hide file tree
Showing 6 changed files with 386 additions and 361 deletions.
48 changes: 24 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ go 1.22.0
replace github.com/adrg/xdg => ./pkg/cli/xdg

require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/Masterminds/semver/v3 v3.3.0
github.com/adrg/xdg v0.4.0
github.com/alecthomas/kong v0.9.0
github.com/aserto-dev/aserto-grpc v0.2.6
github.com/aserto-dev/aserto-management v0.9.6
github.com/aserto-dev/azm v0.1.16
github.com/aserto-dev/azm v0.1.17
github.com/aserto-dev/certs v0.0.7
github.com/aserto-dev/errors v0.0.11
github.com/aserto-dev/go-aserto v0.32.0
github.com/aserto-dev/go-aserto v0.32.1
github.com/aserto-dev/go-authorizer v0.20.10
github.com/aserto-dev/go-directory v0.31.11
github.com/aserto-dev/go-edge-ds v0.32.6
github.com/aserto-dev/go-grpc v0.8.68
github.com/aserto-dev/go-directory v0.31.13
github.com/aserto-dev/go-edge-ds v0.32.7
github.com/aserto-dev/go-grpc v0.8.69
github.com/aserto-dev/go-topaz-ui v0.1.11
github.com/aserto-dev/header v0.0.8
github.com/aserto-dev/logger v0.0.6
Expand All @@ -42,7 +42,7 @@ require (
github.com/google/uuid v1.6.0
github.com/google/wire v0.6.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
github.com/itchyny/gojq v0.12.16
github.com/lestrrat-go/jwx/v2 v2.1.1
github.com/magefile/mage v1.15.0
Expand All @@ -55,16 +55,16 @@ require (
github.com/open-policy-agent/opa v0.68.0
github.com/opencontainers/image-spec v1.1.0
github.com/pkg/errors v0.9.1
github.com/rivo/tview v0.0.0-20240807205129-e4c497cc59ed
github.com/rivo/tview v0.0.0-20240818110301-fd649dbf1223
github.com/rs/zerolog v1.33.0
github.com/samber/lo v1.46.0
github.com/samber/lo v1.47.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
go.opencensus.io v0.24.0
golang.org/x/sync v0.8.0
golang.org/x/sys v0.24.0
google.golang.org/grpc v1.66.0
golang.org/x/sys v0.25.0
google.golang.org/grpc v1.66.2
google.golang.org/protobuf v1.34.2
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
Expand All @@ -81,7 +81,7 @@ require (
github.com/aserto-dev/go-decision-logs v0.0.4 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bufbuild/protocompile v0.13.0 // indirect
github.com/bufbuild/protovalidate-go v0.6.3 // indirect
github.com/bufbuild/protovalidate-go v0.6.5 // indirect
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b // indirect
Expand All @@ -97,7 +97,7 @@ require (
github.com/docker/go-units v0.5.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/envoyproxy/go-control-plane v0.12.1-0.20240621013728-1eb8caab5155 // indirect
github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
Expand All @@ -112,7 +112,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/cel-go v0.20.1 // indirect
github.com/google/cel-go v0.21.0 // indirect
github.com/google/subcommands v1.2.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
Expand Down Expand Up @@ -175,23 +175,23 @@ require (
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/yashtewari/glob-intersection v0.2.0 // indirect
go.etcd.io/bbolt v1.3.10 // indirect
go.etcd.io/bbolt v1.3.11 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.24.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240812133136-8ffd90a71988 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
golang.org/x/tools v0.25.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit 6e203a2

Please sign in to comment.