Skip to content
Snippets Groups Projects
Commit cf8146e5 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

move cli to api

parent 04c55e4f
Branches
No related tags found
2 merge requests!221Thesis mk,!173Process response overhaul
This commit is part of merge request !173. Comments created here will be created in the context of that merge request.
package cli package api
import ( import (
"context" "context"
......
api/go.mod 0 → 100644
module code.fbi.h-da.de/cocsn/gosdn/api
go 1.16
require (
code.fbi.h-da.de/cocsn/api/go v0.0.0-20210609143151-4dabee5ab99a
code.fbi.h-da.de/cocsn/gosdn v0.0.3-0.20210609130706-9cca50b3d195
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
github.com/openconfig/goyang v0.2.4
github.com/openconfig/ygot v0.10.11
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.37.0
)
api/go.sum 0 → 100644
+ 753
0
View file @ cf8146e5
This diff is collapsed.
package cli package api
import ( import (
"context" "context"
......
package cli package api
import ( import (
"context" "context"
......
package cli package api
import ( import (
"context" "context"
......
package cli package api
import ( import (
"context" "context"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment