Skip to content

Commit

Permalink
Drop mongo support (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime authored Mar 22, 2023
1 parent 8a3f0d6 commit 8617130
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 1,402 deletions.
5 changes: 0 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,18 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-redis/redis/v8 v8.6.0
github.com/go-redsync/redsync/v4 v4.0.4
github.com/golang/snappy v0.0.2 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/uuid v1.2.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.11.7 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.4.6
go.opencensus.io v0.22.6 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c // indirect
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
80 changes: 0 additions & 80 deletions go.sum

Large diffs are not rendered by default.

358 changes: 0 additions & 358 deletions v1/backends/mongo/mongodb.go

This file was deleted.

Loading

0 comments on commit 8617130

Please sign in to comment.