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
7cbca7c5
Commit
7cbca7c5
authored
3 years ago
by
André Sterba
Browse files
Options
Downloads
Patches
Plain Diff
Update deps
parent
c0b8b690
No related branches found
No related tags found
1 merge request
!212
Update dependencies to mitigate security warnings
Pipeline
#85997
failed
3 years ago
Stage: build
Stage: test
Stage: apply
Stage: integration-test
Stage: .post
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+13
-7
13 additions, 7 deletions
go.mod
go.sum
+256
-28
256 additions, 28 deletions
go.sum
with
269 additions
and
35 deletions
go.mod
+
13
−
7
View file @
7cbca7c5
...
@@ -7,18 +7,24 @@ require (
...
@@ -7,18 +7,24 @@ require (
code.fbi.h-da.de/danet/forks/goarista
v0.0.0-20210709163519-47ee8958ef40
code.fbi.h-da.de/danet/forks/goarista
v0.0.0-20210709163519-47ee8958ef40
code.fbi.h-da.de/danet/forks/google
v0.0.0-20210709163519-47ee8958ef40
code.fbi.h-da.de/danet/forks/google
v0.0.0-20210709163519-47ee8958ef40
code.fbi.h-da.de/danet/yang-models
v0.1.0
code.fbi.h-da.de/danet/yang-models
v0.1.0
github.com/docker/docker
v20.10.6+incompatible
github.com/docker/docker
v20.10.10+incompatible
github.com/google/uuid
v1.2.0
github.com/golang/glog
v1.0.0 // indirect
github.com/google/uuid
v1.3.0
github.com/imdario/mergo
v0.3.11 // indirect
github.com/imdario/mergo
v0.3.11 // indirect
github.com/openconfig/gnmi
v0.0.0-20210
707145734-c69a5df04b53
github.com/openconfig/gnmi
v0.0.0-20210
914185457-51254b657b7d
github.com/openconfig/goyang
v0.
2.7
github.com/openconfig/goyang
v0.
3.1
github.com/openconfig/ygot
v0.1
1.2
github.com/openconfig/ygot
v0.1
2.5
github.com/sirupsen/logrus
v1.8.1
github.com/sirupsen/logrus
v1.8.1
github.com/spf13/cobra
v1.1.3
github.com/spf13/cobra
v1.1.3
github.com/spf13/viper
v1.
7.1
github.com/spf13/viper
v1.
9.0
github.com/stretchr/testify
v1.7.0
github.com/stretchr/testify
v1.7.0
google.golang.org/grpc
v1.39.0
golang.org/x/net
v0.0.0-20211116231205-47ca1ff31462 // indirect
golang.org/x/sys
v0.0.0-20211116061358-0a5406a5449c // indirect
golang.org/x/text
v0.3.7 // indirect
google.golang.org/genproto
v0.0.0-20211116182654-e63d96a377c4 // indirect
google.golang.org/grpc
v1.42.0
google.golang.org/protobuf
v1.27.1
google.golang.org/protobuf
v1.27.1
gopkg.in/ini.v1
v1.64.0 // indirect
k8s.io/api
v0.21.0
k8s.io/api
v0.21.0
k8s.io/apimachinery
v0.21.0
k8s.io/apimachinery
v0.21.0
k8s.io/client-go
v0.21.0
k8s.io/client-go
v0.21.0
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
256
−
28
View file @
7cbca7c5
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