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
a9c1a8dc
Commit
a9c1a8dc
authored
3 years ago
by
Andre Sterba
Committed by
Malte Bauch
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update dependencies to mitigate security warnings
parent
2b22c4c7
No related branches found
No related tags found
6 merge requests
!246
Develop
,
!245
Develop into Master
,
!244
Master into develop2 into master
,
!219
Draft: Testing
,
!212
Update dependencies to mitigate security warnings
,
!138
Develop
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+57
-13
57 additions, 13 deletions
go.mod
go.sum
+293
-61
293 additions, 61 deletions
go.sum
with
350 additions
and
74 deletions
go.mod
+
57
−
13
View file @
a9c1a8dc
module
code.fbi.h-da.de/danet/gosdn
module
code.fbi.h-da.de/danet/gosdn
go 1.1
6
go 1.1
7
require (
require (
code.fbi.h-da.de/danet/api
v0.2.4
code.fbi.h-da.de/danet/api
v0.2.4
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.11+incompatible
github.com/google/uuid
v1.2.0
github.com/google/uuid
v1.1.2
github.com/imdario/mergo
v0.3.11 // indirect
github.com/openconfig/gnmi
v0.0.0-20210914185457-51254b657b7d
github.com/openconfig/gnmi
v0.0.0-20210707145734-c69a5df04b53
github.com/openconfig/goyang
v0.3.1
github.com/openconfig/goyang
v0.2.7
github.com/openconfig/ygot
v0.12.5
github.com/openconfig/ygot
v0.11.2
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.
2.1
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
google.golang.org/grpc
v1.
40
.0
google.golang.org/protobuf
v1.27.1
google.golang.org/protobuf
v1.27.1
k8s.io/api
v0.21.0
k8s.io/api
v0.22.4
k8s.io/apimachinery
v0.21.0
k8s.io/apimachinery
v0.22.4
k8s.io/client-go
v0.21.0
k8s.io/client-go
v0.22.4
)
require (
github.com/davecgh/go-spew
v1.1.1 // indirect
github.com/fsnotify/fsnotify
v1.5.1 // indirect
github.com/go-logr/logr
v0.4.0 // indirect
github.com/gogo/protobuf
v1.3.2 // 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/google/gofuzz
v1.1.0 // indirect
github.com/googleapis/gnostic
v0.5.5 // indirect
github.com/hashicorp/hcl
v1.0.0 // indirect
github.com/imdario/mergo
v0.3.11 // indirect
github.com/inconshreveable/mousetrap
v1.0.0 // indirect
github.com/json-iterator/go
v1.1.11 // indirect
github.com/kylelemons/godebug
v1.1.0 // indirect
github.com/magiconair/properties
v1.8.5 // indirect
github.com/mitchellh/mapstructure
v1.4.2 // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2
v1.0.1 // indirect
github.com/pelletier/go-toml
v1.9.4 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/spf13/afero
v1.6.0 // 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/stretchr/objx
v0.2.0 // indirect
github.com/subosito/gotenv
v1.2.0 // indirect
golang.org/x/net
v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/oauth2
v0.0.0-20210819190943-2bc19b11175f // indirect
golang.org/x/sys
v0.0.0-20211123173158-ef496fb156ab // indirect
golang.org/x/term
v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text
v0.3.7 // indirect
golang.org/x/time
v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/genproto
v0.0.0-20211118181313-81c1377c94b1 // indirect
gopkg.in/inf.v0
v0.9.1 // indirect
gopkg.in/ini.v1
v1.64.0 // indirect
gopkg.in/yaml.v2
v2.4.0 // indirect
gopkg.in/yaml.v3
v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/klog/v2
v2.9.0 // indirect
k8s.io/utils
v0.0.0-20210819203725-bdf08cb9a70a // indirect
sigs.k8s.io/structured-merge-diff/v4
v4.1.2 // indirect
sigs.k8s.io/yaml
v1.2.0 // indirect
)
)
This diff is collapsed.
Click to expand it.
go.sum
+
293
−
61
View file @
a9c1a8dc
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