Skip to content

Commit

Permalink
chore: 更新依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Jun 2, 2022
1 parent 81230bd commit cf943eb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"

"github.com/issue9/version"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/caixw/apidoc/v7/core"
"github.com/caixw/apidoc/v7/internal/ast"
Expand Down
2 changes: 1 addition & 1 deletion build/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"

"github.com/issue9/assert/v2"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/caixw/apidoc/v7/core"
"github.com/caixw/apidoc/v7/core/messagetest"
Expand Down
2 changes: 1 addition & 1 deletion docs/example/index.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../v6/apidoc.xsl"?>
<apidoc apidoc="6.1.0" created="2022-02-20T23:19:19+08:00" version="1.1.1">
<apidoc apidoc="6.1.0" created="2022-06-02T12:22:02+08:00" version="1.1.1">
<title>示例文档</title>
<description type="html"><![CDATA[
<p>这是一个用于测试的文档用例</p>
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"

"github.com/issue9/assert/v2"
"github.com/issue9/term/v2/colors"
"github.com/issue9/term/v3/colors"

"github.com/caixw/apidoc/v7/core"
"github.com/caixw/apidoc/v7/internal/locale"
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/detect.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"io"

"github.com/issue9/cmdopt"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/caixw/apidoc/v7/build"
"github.com/caixw/apidoc/v7/core"
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/detect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"

"github.com/issue9/assert/v2"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/caixw/apidoc/v7/build"
"github.com/caixw/apidoc/v7/internal/ast"
Expand Down
2 changes: 1 addition & 1 deletion internal/openapi/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"
"strings"

"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/caixw/apidoc/v7/core"
"github.com/caixw/apidoc/v7/internal/ast"
Expand Down

0 comments on commit cf943eb

Please sign in to comment.