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
d3bf47ff
Commit
d3bf47ff
authored
2 years ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
[renovate] Update module github.com/openconfig/ygot to v0.26.1
parent
5e32a792
No related branches found
No related tags found
No related merge requests found
Pipeline
#136152
failed
2 years ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+17
-17
17 additions, 17 deletions
go.mod
go.sum
+643
-0
643 additions, 0 deletions
go.sum
with
660 additions
and
17 deletions
go.mod
+
17
−
17
View file @
d3bf47ff
...
@@ -6,26 +6,26 @@ require (
...
@@ -6,26 +6,26 @@ require (
github.com/aristanetworks/goarista
v0.0.0-20220425175323-05f7c4c5e34c
github.com/aristanetworks/goarista
v0.0.0-20220425175323-05f7c4c5e34c
github.com/c-bata/go-prompt
v0.2.6
github.com/c-bata/go-prompt
v0.2.6
github.com/docker/docker
v20.10.17+incompatible
github.com/docker/docker
v20.10.17+incompatible
github.com/google/go-cmp
v0.5.
8
github.com/google/go-cmp
v0.5.
9
github.com/google/uuid
v1.3.0
github.com/google/uuid
v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2
v2.11.0
github.com/grpc-ecosystem/grpc-gateway/v2
v2.11.0
github.com/mitchellh/go-homedir
v1.1.0
github.com/mitchellh/go-homedir
v1.1.0
github.com/openconfig/gnmi
v0.0.0-20220920173703-480bf53a74d2
github.com/openconfig/gnmi
v0.0.0-20220920173703-480bf53a74d2
github.com/openconfig/goyang
v1.2.0
github.com/openconfig/goyang
v1.2.0
github.com/openconfig/ygot
v0.2
2
.1
github.com/openconfig/ygot
v0.2
6
.1
github.com/prometheus/client_golang
v1.12.2
github.com/prometheus/client_golang
v1.12.2
github.com/pterm/pterm
v0.12.41
github.com/pterm/pterm
v0.12.41
github.com/sethvargo/go-password
v0.2.0
github.com/sethvargo/go-password
v0.2.0
github.com/sirupsen/logrus
v1.9.0
github.com/sirupsen/logrus
v1.9.0
github.com/spf13/cobra
v1.
1.3
github.com/spf13/cobra
v1.
6.1
github.com/spf13/pflag
v1.0.5
github.com/spf13/pflag
v1.0.5
github.com/spf13/viper
v1.1
2
.0
github.com/spf13/viper
v1.1
5
.0
github.com/stretchr/objx
v0.
2
.0 // indirect
github.com/stretchr/objx
v0.
5
.0 // indirect
github.com/stretchr/testify
v1.
7.2
github.com/stretchr/testify
v1.
8.1
go.mongodb.org/mongo-driver
v1.10.0
go.mongodb.org/mongo-driver
v1.10.0
golang.org/x/sync
v0.
0
.0
-20220722155255-886fb9371eb4
golang.org/x/sync
v0.
1
.0
google.golang.org/genproto
v0.0.0-2022
0725144611-272f38e5d71b
google.golang.org/genproto
v0.0.0-2022
1227171554-f9683d7f8bef
google.golang.org/grpc
v1.
48
.0
google.golang.org/grpc
v1.
52
.0
google.golang.org/protobuf
v1.28.1
google.golang.org/protobuf
v1.28.1
gopkg.in/yaml.v3
v3.0.1
gopkg.in/yaml.v3
v3.0.1
)
)
...
@@ -42,7 +42,7 @@ require (
...
@@ -42,7 +42,7 @@ require (
github.com/docker/distribution
v2.7.1+incompatible // indirect
github.com/docker/distribution
v2.7.1+incompatible // indirect
github.com/docker/go-connections
v0.4.0 // indirect
github.com/docker/go-connections
v0.4.0 // indirect
github.com/docker/go-units
v0.4.0 // indirect
github.com/docker/go-units
v0.4.0 // indirect
github.com/fsnotify/fsnotify
v1.
5.4
// indirect
github.com/fsnotify/fsnotify
v1.
6.0
// indirect
github.com/gogo/protobuf
v1.3.2 // indirect
github.com/gogo/protobuf
v1.3.2 // indirect
github.com/golang-jwt/jwt
v3.2.2+incompatible
github.com/golang-jwt/jwt
v3.2.2+incompatible
github.com/golang/glog
v1.0.0
github.com/golang/glog
v1.0.0
...
@@ -51,10 +51,10 @@ require (
...
@@ -51,10 +51,10 @@ require (
github.com/golang/snappy
v0.0.4 // indirect
github.com/golang/snappy
v0.0.4 // indirect
github.com/gookit/color
v1.5.0 // indirect
github.com/gookit/color
v1.5.0 // indirect
github.com/hashicorp/hcl
v1.0.0 // indirect
github.com/hashicorp/hcl
v1.0.0 // indirect
github.com/inconshreveable/mousetrap
v1.0.
0
// indirect
github.com/inconshreveable/mousetrap
v1.0.
1
// indirect
github.com/klauspost/compress
v1.15.9 // indirect
github.com/klauspost/compress
v1.15.9 // indirect
github.com/kylelemons/godebug
v1.1.0 // indirect
github.com/kylelemons/godebug
v1.1.0 // indirect
github.com/magiconair/properties
v1.8.
6
// indirect
github.com/magiconair/properties
v1.8.
7
// indirect
github.com/mattn/go-colorable
v0.1.12 // indirect
github.com/mattn/go-colorable
v0.1.12 // indirect
github.com/mattn/go-isatty
v0.0.14 // indirect
github.com/mattn/go-isatty
v0.0.14 // indirect
github.com/mattn/go-runewidth
v0.0.13 // indirect
github.com/mattn/go-runewidth
v0.0.13 // indirect
...
@@ -68,7 +68,7 @@ require (
...
@@ -68,7 +68,7 @@ require (
github.com/opencontainers/image-spec
v1.0.2 // indirect
github.com/opencontainers/image-spec
v1.0.2 // indirect
github.com/opencontainers/runc
v1.1.0 // indirect
github.com/opencontainers/runc
v1.1.0 // indirect
github.com/pelletier/go-toml
v1.9.5 // indirect
github.com/pelletier/go-toml
v1.9.5 // indirect
github.com/pelletier/go-toml/v2
v2.0.
2
// indirect
github.com/pelletier/go-toml/v2
v2.0.
6
// indirect
github.com/pkg/errors
v0.9.1 // indirect
github.com/pkg/errors
v0.9.1 // indirect
github.com/pkg/term
v1.2.0-beta.2 // indirect
github.com/pkg/term
v1.2.0-beta.2 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
github.com/pmezard/go-difflib
v1.0.0 // indirect
...
@@ -78,22 +78,22 @@ require (
...
@@ -78,22 +78,22 @@ require (
github.com/rabbitmq/amqp091-go
v1.4.0
github.com/rabbitmq/amqp091-go
v1.4.0
github.com/rivo/uniseg
v0.2.0 // indirect
github.com/rivo/uniseg
v0.2.0 // indirect
github.com/sethvargo/go-retry
v0.2.3
github.com/sethvargo/go-retry
v0.2.3
github.com/spf13/afero
v1.9.
2
// indirect
github.com/spf13/afero
v1.9.
3
// indirect
github.com/spf13/cast
v1.5.0 // indirect
github.com/spf13/cast
v1.5.0 // indirect
github.com/spf13/jwalterweatherman
v1.1.0 // indirect
github.com/spf13/jwalterweatherman
v1.1.0 // indirect
github.com/subosito/gotenv
v1.4.
0
// indirect
github.com/subosito/gotenv
v1.4.
2
// indirect
github.com/xdg-go/pbkdf2
v1.0.0 // indirect
github.com/xdg-go/pbkdf2
v1.0.0 // indirect
github.com/xdg-go/scram
v1.1.1 // indirect
github.com/xdg-go/scram
v1.1.1 // indirect
github.com/xdg-go/stringprep
v1.0.3 // indirect
github.com/xdg-go/stringprep
v1.0.3 // indirect
github.com/xo/terminfo
v0.0.0-20210125001918-ca9a967f8778 // indirect
github.com/xo/terminfo
v0.0.0-20210125001918-ca9a967f8778 // indirect
github.com/youmark/pkcs8
v0.0.0-20201027041543-1326539a0a0a // indirect
github.com/youmark/pkcs8
v0.0.0-20201027041543-1326539a0a0a // indirect
go.opencensus.io
v0.2
3
.0 // indirect
go.opencensus.io
v0.2
4
.0 // indirect
golang.org/x/crypto
v0.0.0-20220722155217-630584e8d5aa
golang.org/x/crypto
v0.0.0-20220722155217-630584e8d5aa
golang.org/x/net
v0.7.0
golang.org/x/net
v0.7.0
golang.org/x/sys
v0.5.0 // indirect
golang.org/x/sys
v0.5.0 // indirect
golang.org/x/term
v0.5.0 // indirect
golang.org/x/term
v0.5.0 // indirect
golang.org/x/text
v0.7.0 // indirect
golang.org/x/text
v0.7.0 // indirect
gopkg.in/ini.v1
v1.6
6.6
// indirect
gopkg.in/ini.v1
v1.6
7.0
// indirect
gopkg.in/yaml.v2
v2.4.0 // indirect
gopkg.in/yaml.v2
v2.4.0 // indirect
)
)
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
643
−
0
View file @
d3bf47ff
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