Commit graph

5 commits

Author SHA1 Message Date
magiusdarrigo
66f1821f1b Revert "Revert "changed mod file path to my clone repo""
This reverts commit aa0a11286d.
2022-10-27 12:58:37 -05:00
magiusdarrigo
aa0a11286d Revert "changed mod file path to my clone repo"
This reverts commit b602dfa20f.
2022-10-27 12:49:02 -05:00
magiusdarrigo
b602dfa20f changed mod file path to my clone repo 2022-10-27 12:36:54 -05:00
Tao Jiang
86cc5a1a64 Update the libray reference path to new repo
Signed-off-by: Tao Jiang <taoj@vmware.com>
2021-12-21 13:49:47 -06:00
Aurélien Rainone
8a8f9e6339 logger: move zap into its own package (#47)
Since #27 vmware-go-kcl has support the any logger interface,
which is very nice.

However due to the fact that `logger/zap.go` directly imports zap.
zap became a dependency of whoever uses `vmware-go-kcl.` The
problem is that zap also has many dependencies.

In order to avoid KCL users to pay a cost for a feature they don't
need, the zap stuff has been moved to a `logger/zap` sub-package.

Fixes #45

Signed-off-by: Aurélien Rainone <aurelien.rainone@gmail.com>
2021-12-20 21:21:15 -06:00