Skip to content

Commit

Permalink
Merge pull request #521 from actiontech/fix_issue_302
Browse files Browse the repository at this point in the history
fix issue #302, upgrade vendor
  • Loading branch information
sjjian authored May 12, 2022
2 parents 4c86ab0 + a6eeb18 commit acdafee
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/Masterminds/semver/v3 v3.1.1
github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220421071012-dbf01e018205
github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220512094443-95c243e8ebb8
github.com/agiledragon/gomonkey v2.0.2+incompatible
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/cznic/golex v0.0.0-20181122101858-9c343928389c // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ github.com/actiontech/mybatis-mapper-2-sql v0.0.0-20220407031757-4495db4cb81f h1
github.com/actiontech/mybatis-mapper-2-sql v0.0.0-20220407031757-4495db4cb81f/go.mod h1:C2CICYfJ/MRX9XpBqjp15MXN3X15mlhDJc35CTZTzWQ=
github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220421071012-dbf01e018205 h1:JC4V/QybAHZRboAZPWPdmMAhD9MF+KQu/4XMmGQYihg=
github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220421071012-dbf01e018205/go.mod h1:C2CICYfJ/MRX9XpBqjp15MXN3X15mlhDJc35CTZTzWQ=
github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220512094443-95c243e8ebb8 h1:Gmw27t/YQWplea8MD/3l5gmPDuEcc/Dhxqs2PQEYMPk=
github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220512094443-95c243e8ebb8/go.mod h1:C2CICYfJ/MRX9XpBqjp15MXN3X15mlhDJc35CTZTzWQ=
github.com/agiledragon/gomonkey v2.0.2+incompatible h1:eXKi9/piiC3cjJD1658mEE2o3NjkJ5vDLgYjCQu0Xlw=
github.com/agiledragon/gomonkey v2.0.2+incompatible/go.mod h1:2NGfXu1a80LLr2cmWXGBDaHEjb1idR6+FVlX5T3D9hw=
github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
Expand Down
25 changes: 23 additions & 2 deletions vendor/github.com/actiontech/mybatis-mapper-2-sql/ast/dynamic.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions vendor/github.com/actiontech/mybatis-mapper-2-sql/ast/utils.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github.com/PuerkitoBio/purell
github.com/PuerkitoBio/urlesc
# github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f
github.com/StackExchange/wmi
# github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220421071012-dbf01e018205
# github.com/actiontech/mybatis-mapper-2-sql v0.1.1-0.20220512094443-95c243e8ebb8
## explicit
github.com/actiontech/mybatis-mapper-2-sql
github.com/actiontech/mybatis-mapper-2-sql/ast
Expand Down

0 comments on commit acdafee

Please sign in to comment.