Removed inject lib, only use wire for DI

This commit is contained in:
Deluan
2020-01-08 09:54:25 -05:00
committed by Deluan Quintão
parent 3af9972b41
commit e8a8313b43
10 changed files with 1 additions and 104 deletions
-5
View File
@@ -5,10 +5,8 @@ go 1.13
require (
github.com/BurntSushi/toml v0.3.0 // indirect
github.com/astaxie/beego v1.8.0
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/cupcake/rdb v0.0.0-20161107195141-43ba34106c76 // indirect
github.com/deluan/gomate v0.0.0-20160327212459-3eb40643dd6f
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dhowden/itl v0.0.0-20170329215456-9fbe21093131
github.com/dhowden/plist v0.0.0-20141002110153-5db6e0d9931a // indirect
github.com/dhowden/tag v0.0.0-20170128231422-9edd38ca5d10
@@ -16,10 +14,8 @@ require (
github.com/fatih/camelcase v0.0.0-20160318181535-f6a740d52f96 // indirect
github.com/fatih/structs v1.0.0 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/jwtauth v4.0.3+incompatible
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
github.com/google/wire v0.4.0
github.com/karlkfi/inject v0.0.0-20151024064801-fe06da2f020c
github.com/kennygrant/sanitize v0.0.0-20170120101633-6a0bfdde8629
github.com/koding/multiconfig v0.0.0-20170327155832-26b6dfd3a84a
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
@@ -33,5 +29,4 @@ require (
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.4.0 // indirect
github.com/syndtr/goleveldb v0.0.0-20170302031910-3c5717caf147
github.com/twinj/uuid v0.1.0
)