File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141cat ../plugin_store_pg.go.temp > plugin_store_pg.go
4242
4343go clean --modcache
44- go get -u github.com/polaris-contrib/polaris- store-postgresql@${store_pg_plugin_version}
44+ go get -u github.com/polaris-contrib/store-postgresql@${store_pg_plugin_version}
4545go mod tidy
4646
4747make build VERSION=${polaris_server_tag}
Original file line number Diff line number Diff line change 1- module github.com/polaris-contrib/polaris- store-postgresql
1+ module github.com/polaris-contrib/store-postgresql
22
3- go 1.19
3+ go 1.18
44
55require github.com/smartystreets/goconvey v1.8.0
66
@@ -34,5 +34,5 @@ require (
3434 golang.org/x/text v0.9.0 // indirect
3535 google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
3636 google.golang.org/grpc v1.55.0 // indirect
37- google.golang.org/protobuf v1.30.0 // indirect
37+ google.golang.org/protobuf v1.30.0
3838)
Original file line number Diff line number Diff line change 3535go fmt ./...
3636
3737find . -name " *.go" -type f | grep -v .pb.go | grep -v test/tools/tools.go | grep -v ./plugin.go |
38- xargs -I {} ./goimports-reviser -rm-unused -format {} -local github.com/polarismesh/specification -project-name github.com/polaris-contrib/polaris- store-postgresql
38+ xargs -I {} ./goimports-reviser -rm-unused -format {} -local github.com/polarismesh/specification -project-name github.com/polaris-contrib/store-postgresql
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "github.com/polarismesh/polaris/common/log"
2222 "github.com/polarismesh/polaris/store"
2323
24- "github.com/polaris-contrib/polaris- store-postgresql/store/postgresql"
24+ "github.com/polaris-contrib/store-postgresql/store/postgresql"
2525)
2626
2727func init () {
Original file line number Diff line number Diff line change 1818package main
1919
2020import (
21- _ "github.com/polaris-contrib/polaris- store-postgresql"
21+ _ "github.com/polaris-contrib/store-postgresql"
2222)
You can’t perform that action at this time.
0 commit comments