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

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyglazyrindev committed Nov 19, 2021
1 parent 49067c1 commit f81d9e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/es-uadmin-example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/gin-gonic/gin v1.5.0
github.com/sergeyglazyrindev/uadmin v1.3.3
github.com/sergeyglazyrindev/uadmin v1.3.4
)
4 changes: 2 additions & 2 deletions examples/es-uadmin-example/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,8 @@ github.com/sanposhiho/wastedassign/v2 v2.0.6/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dms
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
github.com/securego/gosec/v2 v2.8.1/go.mod h1:pUmsq6+VyFEElJMUX+QB3p3LWNHXg1R3xh2ssVJPs8Q=
github.com/sergeyglazyrindev/uadmin v1.3.3 h1:wInaAJ9RzIWp3DOgrfB02/xQ7uu1yB27MMGR9PIghgo=
github.com/sergeyglazyrindev/uadmin v1.3.3/go.mod h1:/Nam8MZecge7lML1LAPQ9luKF/1WuEkNH9T3VojfPOs=
github.com/sergeyglazyrindev/uadmin v1.3.4 h1:TRNVbqq+uXOpzIBdSxTRaT6RoQk74xltyPRzMeML+Dk=
github.com/sergeyglazyrindev/uadmin v1.3.4/go.mod h1:/Nam8MZecge7lML1LAPQ9luKF/1WuEkNH9T3VojfPOs=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/sfomuseum/go-flags v0.7.0/go.mod h1:ML3DTNbF9xnjExSdS/9FtVLjIUhRU5gm/ehzISv+t2w=
Expand Down
2 changes: 1 addition & 1 deletion examples/uadmin-example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/gin-gonic/gin v1.5.0
github.com/sergeyglazyrindev/uadmin v1.3.3
github.com/sergeyglazyrindev/uadmin v1.3.4
)

0 comments on commit f81d9e0

Please sign in to comment.