diff options
author | sanjaymekhale <sm00557598@techmahindra.com> | 2019-10-25 06:45:06 +0000 |
---|---|---|
committer | sanjaymekhale <sm00557598@techmahindra.com> | 2019-10-25 06:45:06 +0000 |
commit | acddbe2e281ebf80d31e7a03646ccfa0a9d6b25b (patch) | |
tree | ee28b01ae0e854f9c753e9b1633e1893edc0f903 /src/k8splugin/go.mod | |
parent | b0f94ada2751713ea8d62c235d0bc1cc2877034a (diff) |
Implementing suggested changes
Renamed package from logs to logutils
Issue-ID: MULTICLOUD-577
Change-Id: I05e2acbfbb5dd79bd26df73e0ad64c2068b9f6e5
Signed-off-by: sanjaymekhale <sm00557598@techmahindra.com>
Diffstat (limited to 'src/k8splugin/go.mod')
-rw-r--r-- | src/k8splugin/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/k8splugin/go.mod b/src/k8splugin/go.mod index aab4cd2f..f924828d 100644 --- a/src/k8splugin/go.mod +++ b/src/k8splugin/go.mod @@ -63,6 +63,7 @@ require ( github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/pkg/errors v0.8.1 github.com/rubenv/sql-migrate v0.0.0-20190902133344-8926f37f0bc1 // indirect + github.com/sirupsen/logrus v1.4.2 github.com/soheilhy/cmux v0.1.4 // indirect github.com/technosophos/moniker v0.0.0-20180509230615-a5dbd03a2245 // indirect github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect |