2021-02-23 22:41:06 +08:00
|
|
|
module github.com/go-developer/gopkg
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-02-24 14:03:43 +08:00
|
|
|
require (
|
2021-02-27 16:31:12 +08:00
|
|
|
github.com/gin-gonic/gin v1.6.3
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
2021-02-24 14:03:43 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
2021-02-27 16:31:12 +08:00
|
|
|
go.uber.org/zap v1.16.0
|
2021-02-24 14:03:43 +08:00
|
|
|
)
|