mirror of
https://github.com/pyihe/go-pkg.git
synced 2025-11-03 10:11:07 +08:00
17 lines
602 B
Modula-2
17 lines
602 B
Modula-2
module github.com/pyihe/go-pkg
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/garyburd/redigo v1.6.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.1-0.20201104193830-18533face0df // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
|
|
go.uber.org/zap v1.18.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
)
|