Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
b7a73c3e
Commit
b7a73c3e
authored
4 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
test skeleton
parent
c12cd471
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!92
Resolve "Increase test coverage"
,
!91
"Overhaul Architecture"
,
!90
Develop
Pipeline
#60066
passed with warnings
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
go.mod
+3
-3
3 additions, 3 deletions
go.mod
with
3 additions
and
3 deletions
go.mod
+
3
−
3
View file @
b7a73c3e
...
@@ -9,19 +9,19 @@ require (
...
@@ -9,19 +9,19 @@ require (
github.com/gdamore/tcell/v2
v2.0.1-0.20201017141208-acf90d56d591
github.com/gdamore/tcell/v2
v2.0.1-0.20201017141208-acf90d56d591
github.com/go-openapi/runtime
v0.19.22
github.com/go-openapi/runtime
v0.19.22
github.com/go-openapi/strfmt
v0.19.5
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/golang/protobuf
v1.4.2
github.com/google/uuid
v1.1.2
github.com/google/uuid
v1.1.2
github.com/neo4j/neo4j-go-driver
v1.8.3
github.com/neo4j/neo4j-go-driver
v1.8.3
github.com/onsi/ginkgo
v1.13.0 // indirect
github.com/onsi/ginkgo
v1.13.0 // indirect
github.com/openconfig/gnmi
v0.0.0-20200617225440-d2b4e6a45802
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/openconfig/ygot
v0.8.11
github.com/rivo/tview
v0.0.0-20201018122409-d551c850a743
github.com/rivo/tview
v0.0.0-20201018122409-d551c850a743
github.com/sirupsen/logrus
v1.4.2
github.com/sirupsen/logrus
v1.4.2
github.com/spf13/viper
v1.7.1
github.com/spf13/viper
v1.7.1
github.com/tidwall/gjson
v1.6.3
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/grpc
v1.29.1
google.golang.org/protobuf
v1.25.0
google.golang.org/protobuf
v1.25.0
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment