Skip to content

Commit

Permalink
feat(store-forward): Remove Mongo as supported DB option (#589)
Browse files Browse the repository at this point in the history
This is a backwards compatability breaking change

closes #395

Signed-off-by: lenny <leonard.goodell@intel.com>
  • Loading branch information
lenny-goodell authored Dec 7, 2020
1 parent e5100d5 commit d5e638f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 966 deletions.
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ require (
github.com/edgexfoundry/go-mod-registry v0.1.26
github.com/edgexfoundry/go-mod-secrets v0.0.27
github.com/fxamacker/cbor/v2 v2.2.0
github.com/golang/snappy v0.0.1 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tidwall/pretty v1.0.1 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.1.1
)
121 changes: 0 additions & 121 deletions internal/store/db/mongo/models/storedobject.go

This file was deleted.

170 changes: 0 additions & 170 deletions internal/store/db/mongo/models/storedobject_test.go

This file was deleted.

Loading

0 comments on commit d5e638f

Please sign in to comment.