Skip to content
Open
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
6 changes: 1 addition & 5 deletions apps/brease/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ require (
github.com/s12v/go-jwks v0.3.0
github.com/semihalev/gin-stats v0.0.0-20180505163755-30fdcbbd3533
github.com/speakeasy-api/speakeasy-go-sdk v1.7.0
github.com/stretchr/testify v1.8.2
github.com/tidwall/buntdb v1.2.10
github.com/wI2L/fizz v0.22.0
go.opentelemetry.io/otel/trace v1.14.0
Expand All @@ -26,7 +25,6 @@ require (
require (
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
github.com/chromedp/cdproto v0.0.0-20220629234738-4cfc9cdeeb92 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-chi/chi/v5 v5.0.7 // indirect
Expand Down Expand Up @@ -54,7 +52,6 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/speakeasy-api/speakeasy-schemas v1.3.0 // indirect
github.com/tidwall/btree v1.6.0 // indirect
Expand All @@ -73,7 +70,7 @@ require (
go.opentelemetry.io/otel/metric v0.37.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
Expand All @@ -83,5 +80,4 @@ require (
gopkg.in/go-playground/validator.v9 v9.30.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
6 changes: 2 additions & 4 deletions apps/brease/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.