Skip to content

Commit

Permalink
fix turn off debug spew (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd authored Nov 7, 2023
1 parent ad9c8fe commit d1a62d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/aserto-dev/openapi-directory v0.30.1
github.com/aserto-dev/runtime v0.56.0
github.com/aserto-dev/self-decision-logger v0.0.4
github.com/aserto-dev/service-host v0.0.6
github.com/aserto-dev/service-host v0.0.7
github.com/cli/browser v1.3.0
github.com/fatih/color v1.15.0
github.com/fullstorydev/grpcurl v1.8.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ github.com/aserto-dev/runtime v0.56.0 h1:o9bNzrAkoiBMT/TAeIbidXjnyPaDNodzyqMmz5T
github.com/aserto-dev/runtime v0.56.0/go.mod h1:CuJMOiaF6yw9wk2reef4cFnUIb/LsqwvQLTIn1cvfMs=
github.com/aserto-dev/self-decision-logger v0.0.4 h1:Thlz9QTlJm0X+uC3YLUTSyvX+VgF2wVIk9Wh8+rkE/c=
github.com/aserto-dev/self-decision-logger v0.0.4/go.mod h1:YJVf6HiAf5UeykhFxHe0dE+ODC8fUEF+PWteSDyJKw4=
github.com/aserto-dev/service-host v0.0.6 h1:M+cfDpJZmfAc4SXjQlxnuyGYeXW11Yjh1xcUmC8aHBg=
github.com/aserto-dev/service-host v0.0.6/go.mod h1:dlLt6yyXuhUxmt3ojlwc0sItqy1bR/1MHCdWkvtI6m8=
github.com/aserto-dev/service-host v0.0.7 h1:hVbykf3IMd0ONBbERMnscjfw8Wik62226l9y6Z8Oyn0=
github.com/aserto-dev/service-host v0.0.7/go.mod h1:dlLt6yyXuhUxmt3ojlwc0sItqy1bR/1MHCdWkvtI6m8=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
Expand Down

0 comments on commit d1a62d2

Please sign in to comment.