diff options
author | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-05 14:31:28 -0400 |
---|---|---|
committer | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-05 14:31:28 -0400 |
commit | 8409507a7c4888714df987e368de6bffc2fdf8ba (patch) | |
tree | 50b57e1bd3d3233e78d8c74f0ac9201d39835dc2 /go.mod | |
parent | f11ece918f233e62a98c0d40b4ec3a90417aa3a6 (diff) |
coding the feature
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ require ( github.com/eapache/channels v1.1.0 github.com/eapache/queue v1.0.2 // indirect github.com/fsnotify/fsnotify v1.4.2 // indirect + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/protobuf v1.0.0 github.com/google/uuid v1.1.1 github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect |