4 Star 6 Fork 3

王军/golib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 4.12 KB
一键复制 编辑 原始数据 按行查看 历史
王军 提交于 2024-11-12 23:09 . 优化代码结构
module gitee.com/haodreams/golib
go 1.19
replace (
gitee.com/haodreams/godriver => ../godriver
gitee.com/haodreams/libs => ../libs
github.com/ClickHouse/clickhouse-go => gitee.com/haodreams/clickhouse-go v1.5.5
goversion => ../goversion
)
require (
gitee.com/haodreams/godriver v0.0.0-00010101000000-000000000000
gitee.com/haodreams/libs v0.0.0-20230316154901-c15b7c533e6c
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/alecthomas/participle/v2 v2.1.1
github.com/atotto/clipboard v0.1.4
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd
github.com/gin-contrib/gzip v0.0.6
github.com/gin-contrib/pprof v1.4.0
github.com/gin-gonic/gin v1.9.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/json-iterator/go v1.1.12
github.com/pierrec/lz4 v2.6.1+incompatible
github.com/redis/go-redis/v9 v9.0.2
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.29.0
github.com/signintech/gopdf v0.26.1
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
github.com/ugorji/go/codec v1.2.11
github.com/vicanso/go-charts/v2 v2.6.9
github.com/yuin/gopher-lua v1.1.0
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.5.0
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
golang.org/x/sys v0.6.0
golang.org/x/text v0.8.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gorm.io/driver/mysql v1.4.7
gorm.io/gorm v1.24.6
goversion v0.0.0
)
require (
github.com/ClickHouse/clickhouse-go v1.5.6 // indirect
github.com/bytedance/sonic v1.8.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.11.2 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/phpdave11/gofpdi v1.0.14-0.20211212211723-1f10f9844311 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/wcharczuk/go-chart/v2 v2.1.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/cc/v3 v3.40.0 // indirect
modernc.org/ccgo/v3 v3.16.13 // indirect
modernc.org/libc v1.22.3 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/memory v1.5.0 // indirect
modernc.org/opt v0.1.3 // indirect
modernc.org/sqlite v1.21.0 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.0.1 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/haodreams/golib.git
[email protected]:haodreams/golib.git
haodreams
golib
golib
master

搜索帮助