-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to go 1.22.5 - fix CVE-2024-24790 - upgrade deps
- Loading branch information
Showing
7 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
module github.com/automixer/gtexporter | ||
|
||
go 1.22.0 | ||
go 1.22.5 | ||
|
||
require ( | ||
github.com/golang/glog v1.2.1 | ||
github.com/golang/glog v1.2.2 | ||
github.com/openconfig/gnmi v0.11.0 | ||
github.com/openconfig/ygot v0.29.19 | ||
github.com/prometheus/client_golang v1.19.0 | ||
google.golang.org/grpc v1.63.2 | ||
github.com/openconfig/ygot v0.29.20 | ||
github.com/prometheus/client_golang v1.19.1 | ||
google.golang.org/grpc v1.65.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/openconfig/goyang v1.4.5 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.48.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/text v0.15.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ of structs which represent a YANG schema. The generated schema can be | |
compressed by a series of transformations (compression was true | ||
in this case). | ||
This package was generated by /Users/luca/go/pkg/mod/github.com/openconfig/[email protected].19/genutil/names.go | ||
This package was generated by /Users/luca/go/pkg/mod/github.com/openconfig/[email protected].20/genutil/names.go | ||
using the following YANG input files: | ||
- openconfig-interfaces.yang | ||
- openconfig-if-aggregate.yang | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ of structs which represent a YANG schema. The generated schema can be | |
compressed by a series of transformations (compression was true | ||
in this case). | ||
This package was generated by /Users/luca/go/pkg/mod/github.com/openconfig/[email protected].19/genutil/names.go | ||
This package was generated by /Users/luca/go/pkg/mod/github.com/openconfig/[email protected].20/genutil/names.go | ||
using the following YANG input files: | ||
- openconfig-lldp.yang | ||
|