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
ca67d1a0
Commit
ca67d1a0
authored
3 years ago
by
André Sterba
Browse files
Options
Downloads
Patches
Plain Diff
WIP: fix imports
parent
6bbd0612
No related branches found
No related tags found
2 merge requests
!303
Migrate yang models in monorepo
,
!302
Get device model when adding a device
Pipeline
#100704
failed
3 years ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
csbi/resources/csbi.go
+1
-0
1 addition, 0 deletions
csbi/resources/csbi.go
csbi/resources/go.mod
+34
-24
34 additions, 24 deletions
csbi/resources/go.mod
csbi/resources/go.sum
+99
-377
99 additions, 377 deletions
csbi/resources/go.sum
with
134 additions
and
401 deletions
csbi/resources/csbi.go
+
1
−
0
View file @
ca67d1a0
...
...
@@ -9,6 +9,7 @@ import (
cpb
"code.fbi.h-da.de/danet/gosdn/api/go/gosdn/csbi"
d
"code.fbi.h-da.de/danet/gosdn/controller/interfaces/device"
"code.fbi.h-da.de/danet/gosdn/controller/nucleus"
goarista
"code.fbi.h-da.de/danet/gosdn/forks/goarista/gnmi"
"github.com/google/gnxi/gnmi"
"github.com/google/uuid"
...
...
This diff is collapsed.
Click to expand it.
csbi/resources/go.mod
+
34
−
24
View file @
ca67d1a0
...
...
@@ -3,50 +3,60 @@ module code.fbi.h-da.de/danet/gosdn/csbi-autogen
go 1.18
require (
code.fbi.h-da.de/danet/gosdn/forks/goarista v0.0.0-20210709163519-47ee8958ef40
code.fbi.h-da.de/danet/gosdn v0.0.3-0.20220322112239-21849886e0c6
github.com/google/gnxi v0.0.0-20210423111716-4b504ef806a7
github.com/google/uuid v1.2.0
github.com/openconfig/gnmi v0.0.0-20210914185457-51254b657b7d
code.fbi.h-da.de/danet/gosdn v0.0.3-0.20220509085026-6bbd06122c6a
github.com/google/gnxi v0.0.0-20220411075422-cd6b043b7fd0
github.com/google/uuid v1.3.0
github.com/openconfig/gnmi v0.0.0-20220503232738-6eb133c65a13
github.com/openconfig/goyang v1.0.0
github.com/openconfig/ygot v0.1
8.1
github.com/openconfig/ygot v0.1
9.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.
9
.0
google.golang.org/grpc v1.4
3
.0
github.com/spf13/viper v1.
11
.0
google.golang.org/grpc v1.4
6
.0
)
require (
code.fbi.h-da.de/danet/yang-models v0.1.1-0.20220317144831-bcba189e26ec // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/docker/docker v20.10.11+incompatible // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/docker/docker v20.10.15+incompatible // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/magiconair/properties v1.8.
5
// indirect
github.com/magiconair/properties v1.8.
6
// indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/prometheus/client_golang v1.11.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.12.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.3
0
.0 // indirect
github.com/prometheus/common v0.3
4
.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/spf13/afero v1.
6.0
// indirect
github.com/spf13/afero v1.
8.2
// indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.0.2 // indirect
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.mongodb.org/mongo-driver v1.8.4 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-202
11216021012-1d35b9e2eb4e
// indirect
golang.org/x/sys v0.0.0-202
20503163025-988cb79eb6c6
// indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.64.0 // indirect
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
This diff is collapsed.
Click to expand it.
csbi/resources/go.sum
+
99
−
377
View file @
ca67d1a0
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