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
!173
Process response overhaul
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Process response overhaul
process-response-overhaul
into
develop
Overview
0
Commits
49
Pipelines
15
Changes
4
Merged
Ghost User
requested to merge
process-response-overhaul
into
develop
3 years ago
Overview
0
Commits
49
Pipelines
15
Changes
4
Expand
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
My code follows the code style of this project.
My change requires a change to the documentation.
I have updated the documentation accordingly.
I have read the
CONTRIBUTING
document.
I have added tests to cover my changes.
All new and existing tests passed.
0
0
Merge request reports
Viewing commit
7de2cf06
Prev
Next
Show latest version
4 files
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
7de2cf06
go mod tidy
· 7de2cf06
Manuel Kieweg
authored
3 years ago
api/go.mod
+
2
−
2
Options
@@ -4,8 +4,8 @@ go 1.16
require (
code.fbi.h-da.de/cocsn/api v0.2.2
code.fbi.h-da.de/cocsn/gosdn v0.0.3-0.202106221
04649-6577c6f645b1
code.fbi.h-da.de/cocsn/gosdn/interfaces v0.0.0-202106221
04649-6577c6f645b1
code.fbi.h-da.de/cocsn/gosdn v0.0.3-0.202106221
52353-f1606e68af6e
code.fbi.h-da.de/cocsn/gosdn/interfaces v0.0.0-202106221
52353-f1606e68af6e
code.fbi.h-da.de/cocsn/yang-models v0.0.7
github.com/google/uuid v1.2.0
github.com/openconfig/gnmi v0.0.0-20210527163611-d3a3e30199da
Loading