Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joy12825 committed May 8, 2024
1 parent c03e756 commit 13d9258
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -15,8 +15,8 @@ tidy:
lint:
golangci-lint run

# make version to=v2.4.0
to=v1.0.5
# make version to=v1.18.3
to=v1.18.3
.PHONY: version
version:
@set -e; \
Expand Down
2 changes: 1 addition & 1 deletion cmd/gf/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/cmd/gf
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
github.com/joy12825/gf/contrib/drivers/clickhouse v1.0.5
github.com/joy12825/gf/contrib/drivers/mssql v1.0.5
github.com/joy12825/gf/contrib/drivers/mysql v1.0.5
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/apollo/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/apolloconfig/agollo/v4 v4.1.1
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
)

require (
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/kubecm/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/config/kubecm
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
k8s.io/api v0.25.2
k8s.io/apimachinery v0.25.2
k8s.io/client-go v0.25.2
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/nacos/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/config/nacos
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
github.com/nacos-group/nacos-sdk-go v1.1.2
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/config/polaris/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/config/polaris
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
github.com/polarismesh/polaris-go v1.4.3
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/drivers/clickhouse/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/ClickHouse/clickhouse-go/v2 v2.10.0
github.com/google/uuid v1.3.0
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
github.com/shopspring/decimal v1.3.1
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/drivers/dm/go.mod
Expand Up @@ -6,7 +6,7 @@ replace github.com/joy12825/gf => ../../../

require (
gitee.com/chunanyong/dm v1.8.10
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
)

require (
Expand Down
2 changes: 1 addition & 1 deletion contrib/drivers/mssql/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/denisenkom/go-mssqldb v0.11.0
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
)

require (
Expand Down
2 changes: 1 addition & 1 deletion contrib/drivers/mysql/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/go-sql-driver/mysql v1.6.0
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
)

require (
Expand Down
2 changes: 1 addition & 1 deletion contrib/drivers/oracle/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/drivers/oracle
go 1.17

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
github.com/sijms/go-ora/v2 v2.4.20
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/drivers/pgsql/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/drivers/pgsql
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
github.com/lib/pq v1.10.4
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/drivers/sqlite/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/glebarez/go-sqlite v1.17.3
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
)

require (
Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/etcd/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/registry/etcd/v2
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
go.etcd.io/etcd/client/v3 v3.5.4
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/file/go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/joy12825/gf/contrib/registry/file/v2

go 1.18

require github.com/joy12825/gf v1.0.5
require github.com/joy12825/gf v1.18.3

require (
github.com/BurntSushi/toml v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/polaris/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/registry/polaris
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
github.com/polarismesh/polaris-go v1.4.3
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/registry/zookeeper/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/go-zookeeper/zk v1.0.3
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
golang.org/x/sync v0.1.0
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/rpc/grpcx/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/rpc/grpcx
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/trace v1.16.0
google.golang.org/grpc v1.49.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/sdk/httpclient/go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/joy12825/gf/contrib/sdk/httpclient

go 1.18

require github.com/joy12825/gf v1.0.5
require github.com/joy12825/gf v1.18.3

require (
github.com/BurntSushi/toml v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion contrib/trace/jaeger/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/trace/jaeger
go 1.18

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/exporters/jaeger v1.7.0
go.opentelemetry.io/otel/sdk v1.16.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/trace/otlpgrpc/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/trace/otlpgrpc
go 1.20

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/trace/otlphttp/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/contrib/trace/otlphttp
go 1.20

require (
github.com/joy12825/gf v1.0.5
github.com/joy12825/gf v1.18.3
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
Expand Down
2 changes: 1 addition & 1 deletion example/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/joy12825/gf/example
go 1.18

require (
github.com/joy12825/gf v1.0.6
github.com/joy12825/gf v1.18.3
github.com/joy12825/gf/contrib/drivers/mysql v1.0.2
github.com/joy12825/gf/contrib/nosql/redis v1.0.6
github.com/joy12825/gf/contrib/registry/polaris v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -2,5 +2,5 @@ package gf

const (
// VERSION is the current GoFrame version.
VERSION = "v1.0.5.2"
VERSION = "v1.18.3"
)

0 comments on commit 13d9258

Please sign in to comment.