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
Merge requests
!138
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Develop
develop
into
master
Overview
0
Commits
196
Pipelines
446
Changes
2
Closed
Ghost User
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
196
Pipelines
446
Changes
2
Expand
0
0
Merge request reports
Viewing commit
37007044
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
37007044
change api version
· 37007044
Manuel Kieweg
authored
3 years ago
go.mod
+
2
−
2
Options
@@ -3,11 +3,11 @@ module code.fbi.h-da.de/cocsn/gosdn
go 1.16
require (
code.fbi.h-da.de/cocsn/api/go
v0.0.0-20210
528163424-f37e91dc5895
code.fbi.h-da.de/cocsn/api/go
v0.0.0-20210
606170310-dde53dd7d211
code.fbi.h-da.de/cocsn/yang-models
v0.0.7
github.com/aristanetworks/goarista
v0.0.0-20201120222254-94a892eb0c6a
github.com/golang/protobuf
v1.5.2
github.com/docker/docker
v1.13.1
github.com/golang/protobuf
v1.5.2
github.com/google/gnxi
v0.0.0-20201221102247-c26672548161
github.com/google/uuid
v1.1.2
github.com/neo4j/neo4j-go-driver
v1.8.3
Loading