Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gNMI Target
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
gNMI Target
Commits
b44fd1c8
Commit
b44fd1c8
authored
3 weeks ago
by
Martin Stiemerling
Browse files
Options
Downloads
Patches
Plain Diff
Updated pkgs to the latest versions.
parent
508ae18f
No related branches found
No related tags found
1 merge request
!104
2025 05 pkg upgrades
Pipeline
#278454
passed
3 weeks ago
Stage: build
Stage: analyze
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+31
-35
31 additions, 35 deletions
go.mod
go.sum
+80
-237
80 additions, 237 deletions
go.sum
with
111 additions
and
272 deletions
go.mod
+
31
−
35
View file @
b44fd1c8
module
code.fbi.h-da.de/danet/gnmi-target
module
code.fbi.h-da.de/danet/gnmi-target
go 1.23
go 1.23.4
toolchain go1.23.9
require (
require (
github.com/golang/glog
v1.2.4
github.com/golang/glog
v1.2.5
github.com/golang/protobuf
v1.5.4
github.com/openconfig/gnmi
v0.14.1
github.com/openconfig/gnmi
v0.11.0
github.com/openconfig/goyang
v1.6.2
github.com/openconfig/goyang
v1.6.0
github.com/openconfig/ygot
v0.31.0
github.com/openconfig/ygot
v0.29.20
github.com/prometheus/procfs
v0.16.1
github.com/prometheus/procfs
v0.15.1
github.com/shirou/gopsutil
v3.21.11+incompatible
github.com/shirou/gopsutil
v3.21.11+incompatible
github.com/sirupsen/logrus
v1.9.3
github.com/sirupsen/logrus
v1.9.3
github.com/spf13/cobra
v1.
8
.1
github.com/spf13/cobra
v1.
9
.1
github.com/spf13/viper
v1.
19.0
github.com/spf13/viper
v1.
20.1
github.com/vishvananda/netlink
v1.3.
0
github.com/vishvananda/netlink
v1.3.
1
golang.org/x/net
v0.
32
.0
golang.org/x/net
v0.
40
.0
golang.org/x/sys
v0.
28
.0
golang.org/x/sys
v0.
33
.0
google.golang.org/grpc
v1.7
0.0
google.golang.org/grpc
v1.7
2.1
google.golang.org/protobuf
v1.3
5.2
google.golang.org/protobuf
v1.3
6.6
)
)
require (
require (
github.com/fsnotify/fsnotify
v1.
7
.0 // indirect
github.com/fsnotify/fsnotify
v1.
8
.0 // indirect
github.com/go-ole/go-ole
v1.2.6 // indirect
github.com/go-ole/go-ole
v1.2.6 // indirect
github.com/go
ogle/go-cmp
v0.6.0
// indirect
github.com/go
-viper/mapstructure/v2
v2.2.1
// indirect
github.com/
hashicorp/hcl
v1.0
.0 // indirect
github.com/
google/go-cmp
v0.7
.0 // indirect
github.com/inconshreveable/mousetrap
v1.1.0 // indirect
github.com/inconshreveable/mousetrap
v1.1.0 // indirect
github.com/kylelemons/godebug
v1.1.0 // indirect
github.com/kylelemons/godebug
v1.1.0 // indirect
github.com/magiconair/properties
v1.8.7 // indirect
github.com/pelletier/go-toml/v2
v2.2.3 // indirect
github.com/mitchellh/mapstructure
v1.5.0 // indirect
github.com/sagikazarmark/locafero
v0.7.0 // indirect
github.com/pelletier/go-toml/v2
v2.2.2 // indirect
github.com/sagikazarmark/locafero
v0.4.0 // indirect
github.com/sagikazarmark/slog-shim
v0.1.0 // indirect
github.com/sourcegraph/conc
v0.3.0 // indirect
github.com/sourcegraph/conc
v0.3.0 // indirect
github.com/spf13/afero
v1.1
1
.0 // indirect
github.com/spf13/afero
v1.1
2
.0 // indirect
github.com/spf13/cast
v1.
6.0
// indirect
github.com/spf13/cast
v1.
7.1
// indirect
github.com/spf13/pflag
v1.0.
5
// indirect
github.com/spf13/pflag
v1.0.
6
// indirect
github.com/subosito/gotenv
v1.6.0 // indirect
github.com/subosito/gotenv
v1.6.0 // indirect
github.com/tklauser/go-sysconf
v0.3.11 // indirect
github.com/tklauser/go-sysconf
v0.3.15 // indirect
github.com/tklauser/numcpus
v0.6.0 // indirect
github.com/tklauser/numcpus
v0.10.0 // indirect
github.com/vishvananda/netns
v0.0.4 // indirect
github.com/vishvananda/netns
v0.0.5 // indirect
github.com/yusufpapurcu/wmi
v1.2.3 // indirect
github.com/yusufpapurcu/wmi
v1.2.4 // indirect
go.uber.org/atomic
v1.9.0 // indirect
go.uber.org/multierr
v1.11.0 // indirect
go.uber.org/multierr
v1.9.0 // indirect
golang.org/x/exp
v0.0.0-20250218142911-aa4b98e5adaa // indirect
golang.org/x/exp
v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/text
v0.25.0 // indirect
golang.org/x/text
v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20250218202821-56aae31c358a // indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20241202173237-19429a94021a // indirect
gopkg.in/ini.v1
v1.67.0 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
)
)
This diff is collapsed.
Click to expand it.
go.sum
+
80
−
237
View file @
b44fd1c8
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