Added logic for finding devices
This commit is contained in:
3
go.mod
3
go.mod
@@ -8,6 +8,7 @@ require (
|
||||
github.com/jinzhu/gorm v1.9.16
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/qor/admin v1.2.0
|
||||
github.com/stretchr/testify v1.8.3
|
||||
)
|
||||
|
||||
replace gitlab.com/pactual1/backend => ./
|
||||
@@ -18,6 +19,7 @@ require (
|
||||
github.com/bytedance/sonic v1.9.1 // indirect
|
||||
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
||||
github.com/chris-ramon/douceur v0.2.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
||||
github.com/gin-contrib/sse v0.1.0 // indirect
|
||||
github.com/go-playground/locales v0.14.1 // indirect
|
||||
@@ -40,6 +42,7 @@ require (
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
|
||||
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect
|
||||
github.com/qor/qor v0.0.0-20210618082622-a52aba0a0ce1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user