Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 7bc88dc

Browse files
fixed version of elastic search package
1 parent e5c2d81 commit 7bc88dc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

es-uadmin-example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.16
44

55
require (
66
github.com/gin-gonic/gin v1.5.0
7-
github.com/sergeyglazyrindev/uadmin v1.1.0
7+
github.com/sergeyglazyrindev/uadmin v1.1.2
88
)

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/miquella/ask v1.0.0
2424
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2525
github.com/modern-go/reflect2 v1.0.1 // indirect
26-
github.com/olivere/elastic/v7 v7.0.32
26+
github.com/olivere/elastic/v7 v7.0.29
2727
github.com/pquerna/otp v1.3.0
2828
github.com/stretchr/testify v1.7.0
2929
github.com/traefik/yaegi v0.10.0
@@ -40,5 +40,3 @@ require (
4040
gorm.io/driver/sqlite v1.1.4
4141
gorm.io/gorm v1.21.9
4242
)
43-
44-
replace github.com/olivere/elastic/v7 => github.com/sergeyglazyrindev/elastic/v7 v7.0.32

uadmin-example/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.16
44

55
require (
66
github.com/gin-gonic/gin v1.5.0
7-
github.com/sergeyglazyrindev/uadmin v1.1.0
7+
github.com/sergeyglazyrindev/uadmin v1.1.2
88
)

0 commit comments

Comments
 (0)