diff options
author | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-07 07:52:24 -0400 |
---|---|---|
committer | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-05-07 07:52:24 -0400 |
commit | 52fc48e3aba37ec6e4f3dad6815c28e8f7a95882 (patch) | |
tree | 2e43bbd9f0e0a26aeff13a557300f3e2203dfe71 /go.mod | |
parent | 3a6211a79379f486f9dd251c1893fd1ce5a9e9e5 (diff) |
cleanup go dependencies
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ 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 |