Skip to content

Commit

Permalink
feat: remove mongoclient
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jul 5, 2023
1 parent 38f3221 commit 6202e76
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 617 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/rond-authz/rond
go 1.18

require (
github.com/davidebianchi/go-jsonclient v1.5.0
github.com/davidebianchi/gswagger v0.9.0
github.com/getkin/kin-openapi v0.118.0
github.com/google/uuid v1.3.0
Expand All @@ -28,6 +27,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davidebianchi/go-jsonclient v1.5.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-ini/ini v1.67.0 // indirect
Expand Down
122 changes: 0 additions & 122 deletions internal/crudclient/crudclient.go

This file was deleted.

Loading

0 comments on commit 6202e76

Please sign in to comment.