Skip to content

Commit

Permalink
Merge pull request #3 from actiontech/update-dep
Browse files Browse the repository at this point in the history
Update dependency
  • Loading branch information
sjjian authored Nov 29, 2021
2 parents 71bdbba + 8f1e7a9 commit 725c449
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ docker_install:
$(DOCKER) run -v $(shell pwd):/universe --rm $(GO_COMPILER_IMAGE) sh -c "cd /universe && make install $(MAKEFLAGS)"

upload:
curl -T $(shell pwd)/$(GOBIN)/$(PROJECT_NAME) ftp://$(RELEASE_FTPD_HOST)/actiontech-sqle/plugins/$(PROJECT_VERSION)/$(PROJECT_NAME) --ftp-create-dirs
curl -T $(GOBIN)/$(PROJECT_NAME) ftp://$(RELEASE_FTPD_HOST)/actiontech-sqle/plugins/$(PROJECT_VERSION)/$(PROJECT_NAME) --ftp-create-dirs
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/actiontech/sqle-oracle-plugin
go 1.16

require (
github.com/actiontech/sqle v1.2111.0-pre3
github.com/actiontech/sqle v1.2111.0
github.com/denisenkom/go-mssqldb v0.11.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/golang/glog v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdko
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/VividCortex/mysqlerr v0.0.0-20201215173831-4c396ae82aac/go.mod h1:f3HiCrHjHBdcm6E83vGaXh1KomZMA2P6aeo3hKx/wg0=
github.com/actiontech/mybatis-mapper-2-sql v0.0.0-20211116051932-8d94d78be18a/go.mod h1:C2CICYfJ/MRX9XpBqjp15MXN3X15mlhDJc35CTZTzWQ=
github.com/actiontech/sqle v1.2111.0-pre3 h1:yvzadKjH4tkbJCPsLeQvWr8cr3NjM6VF/D3luSavIeY=
github.com/actiontech/sqle v1.2111.0-pre3/go.mod h1:PwRkjS6/TjbaJVE/ZuM1V9SiVq+nQKWUi7b8NERMUcQ=
github.com/actiontech/sqle v1.2111.0 h1:53DRn5caIoySjw6vPBuQNFKdop96jN1weGbJjIoBoiw=
github.com/actiontech/sqle v1.2111.0/go.mod h1:PwRkjS6/TjbaJVE/ZuM1V9SiVq+nQKWUi7b8NERMUcQ=
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=
github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
Expand Down
4 changes: 4 additions & 0 deletions vendor/github.com/actiontech/sqle/sqle/driver/plugin.go

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

100 changes: 44 additions & 56 deletions vendor/github.com/actiontech/sqle/sqle/pkg/driver/adaptor.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
@@ -1,4 +1,4 @@
# github.com/actiontech/sqle v1.2111.0-pre3
# github.com/actiontech/sqle v1.2111.0
## explicit
github.com/actiontech/sqle/sqle/driver
github.com/actiontech/sqle/sqle/driver/proto
Expand Down

0 comments on commit 725c449

Please sign in to comment.