mirror of
https://github.com/pyihe/go-pkg.git
synced 2025-10-30 10:46:32 +08:00
16 lines
518 B
Modula-2
16 lines
518 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/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
|
|
)
|