From b7a73c3ed6cbe4c3d2f4135832b8b0fc3f9dbf25 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mail@manuelkieweg.de> Date: Fri, 15 Jan 2021 14:21:23 +0100 Subject: [PATCH] test skeleton --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index cec3a1d5e..6c65f7786 100644 --- a/go.mod +++ b/go.mod @@ -9,19 +9,19 @@ require ( github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591 github.com/go-openapi/runtime v0.19.22 github.com/go-openapi/strfmt v0.19.5 - github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/protobuf v1.4.2 github.com/google/uuid v1.1.2 github.com/neo4j/neo4j-go-driver v1.8.3 github.com/onsi/ginkgo v1.13.0 // indirect github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802 - github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 // indirect + github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 github.com/openconfig/ygot v0.8.11 github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 github.com/sirupsen/logrus v1.4.2 github.com/spf13/viper v1.7.1 github.com/tidwall/gjson v1.6.3 - golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect + golang.org/x/net v0.0.0-20200904194848-62affa334b73 google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.25.0 ) -- GitLab