require go 1.14 (#263)

* refactor & format code

* optimized parse tag (#256)

* feature plugin custom flag (#251)

* support plugin custom flags

* add short name

* remove log

* remove log

* require go 1.14

Co-authored-by: kingxt <kingxt4job@gmail.com>
Co-authored-by: songmeizi <anqiansong@xiaoheiban.cn>
master v1.1.0
Kevin Wan 4 years ago committed by GitHub
parent 84ab11ac09
commit 0d7f1d23b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
module github.com/tal-tech/go-zero module github.com/tal-tech/go-zero
go 1.13 go 1.14
require ( require (
github.com/ClickHouse/clickhouse-go v1.4.3 github.com/ClickHouse/clickhouse-go v1.4.3

Loading…
Cancel
Save