Skip to content
Closed
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
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/elastic/go-windows v1.0.1 // indirect
github.com/facebook/ent v0.4.0
github.com/getsentry/sentry-go v0.9.0
github.com/go-openapi/runtime v0.19.26
github.com/go-openapi/runtime v0.23.3
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae
github.com/golang/mock v1.4.4
Expand All @@ -21,7 +21,7 @@ require (
github.com/labstack/echo/v4 v4.1.11
github.com/markbates/pkger v0.17.1
github.com/mattn/go-sqlite3 v1.14.6
github.com/mitchellh/mapstructure v1.4.1
github.com/mitchellh/mapstructure v1.4.3
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/procfs v0.7.1 // indirect
Expand All @@ -37,7 +37,6 @@ require (
go.elastic.co/apm/module/apmgrpc v1.9.0
go.elastic.co/apm/module/apmsql v1.9.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.5 // indirect
google.golang.org/grpc v1.35.0
google.golang.org/grpc/examples v0.0.0-20200925170654-e6c98a478e62 // indirect
Expand Down
Loading