update third party dependencies

This commit is contained in:
MaysWind
2020-11-12 01:01:27 +08:00
parent bd6093e20e
commit 8fe600ce1a
8 changed files with 63 additions and 71 deletions
+3 -3
View File
@@ -1,17 +1,17 @@
package cmd
import (
"github.com/urfave/cli"
"github.com/urfave/cli/v2"
"github.com/mayswind/lab/pkg/datastore"
"github.com/mayswind/lab/pkg/log"
"github.com/mayswind/lab/pkg/models"
)
var Database = cli.Command{
var Database = &cli.Command{
Name: "database",
Usage: "lab database maintenance",
Subcommands: []cli.Command{
Subcommands: []*cli.Command{
{
Name: "update",
Usage: "Update database structure",