File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/GoAdminGroup/components v0.0.2
77 github.com/GoAdminGroup/filemanager v0.0.7-0.20200920142100-04648eca30c9
8- github.com/GoAdminGroup/go-admin v1.2.23
8+ github.com/GoAdminGroup/go-admin v1.2.24
99 github.com/GoAdminGroup/librarian v0.0.5
1010 github.com/GoAdminGroup/themes v0.0.42
1111 github.com/ajg/form v1.5.1 // indirect
@@ -20,6 +20,7 @@ require (
2020 github.com/imkira/go-interpol v1.1.0 // indirect
2121 github.com/moul/http2curl v1.0.0 // indirect
2222 github.com/russross/blackfriday/v2 v2.1.0 // indirect
23+ github.com/satori/go.uuid v1.2.0 // indirect
2324 github.com/sclevine/agouti v3.0.0+incompatible // indirect
2425 github.com/sergi/go-diff v1.1.0 // indirect
2526 github.com/shirou/gopsutil v2.20.3+incompatible // indirect
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ github.com/GoAdminGroup/go-admin v1.2.22 h1:G3TOPKsUVBJDd4kHpS4LqWT6n3e9AbBei07Y
8484github.com/GoAdminGroup/go-admin v1.2.22 /go.mod h1:EX+fDr3yPIQ8jKoXzjh5A8MbhfCY2KOhcd0rctlxBH4 =
8585github.com/GoAdminGroup/go-admin v1.2.23 h1:myn18AVWNs2U2e2OwzzSDk1QNlOsOvv1t8G4X8UygE4 =
8686github.com/GoAdminGroup/go-admin v1.2.23 /go.mod h1:EX+fDr3yPIQ8jKoXzjh5A8MbhfCY2KOhcd0rctlxBH4 =
87+ github.com/GoAdminGroup/go-admin v1.2.24 h1:s1pyok1zAkDj+Ro0TKsB+2igyJ7sepHIXpB78LeuoQU =
88+ github.com/GoAdminGroup/go-admin v1.2.24 /go.mod h1:voQOP8uoaNi/V0EO3WtOvAm3fvTaNlxrmpe4nZdbzas =
8789github.com/GoAdminGroup/html v0.0.1 h1:SdWNWl4OKPsvDk2GDp5ZKD6ceWoN8n4Pj6cUYxavUd0 =
8890github.com/GoAdminGroup/html v0.0.1 /go.mod h1:A1laTJaOx8sQ64p2dE8IqtstDeCNBHEazrEp7hR5VvM =
8991github.com/GoAdminGroup/librarian v0.0.5 h1:oEl/J8VUxjjcLyF1rWckSyzNNt4qQZE9rEfkOTnQANg =
@@ -241,6 +243,7 @@ github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXi
241243github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57 /go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc =
242244github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
243245github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
246+ github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
244247github.com/googleapis/gax-go/v2 v2.0.4 /go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg =
245248github.com/gorilla/context v1.1.1 /go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg =
246249github.com/gorilla/mux v1.6.2 /go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs =
You can’t perform that action at this time.
0 commit comments