-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go.mod: update dependencies #1657
base: master
Are you sure you want to change the base?
Commits on Nov 7, 2022
-
server: move prometheus metrics to separate files
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5869b05 - Browse repository at this point
Copy the full SHA 5869b05View commit details -
server: add no_metrics build-tag to disable prometheus
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca2d641 - Browse repository at this point
Copy the full SHA ca2d641View commit details -
server: use docker/go-metrics utilities for prometheus
The old code was no longer compatible with current versions of prometheus. This switches the code to use docker/go-metrics, which is compatible with current versions of prometheus, and already in use in other code in the dependency tree. I tried to keep the metrics the same as before, but there may be some differences. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07a34ba - Browse repository at this point
Copy the full SHA 07a34baView commit details -
go.mod: github.com/spf13/cobra v1.6.1
Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a54c2b - Browse repository at this point
Copy the full SHA 8a54c2bView commit details -
go.mod: golang.org/x/term v0.1.0
The golang.org/x/ projects now tag releases. full diff: golang/term@f5c789d...v0.1.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 208b0ac - Browse repository at this point
Copy the full SHA 208b0acView commit details -
go.mod: golang.org/x/sys v0.1.0
The golang.org/x/ projects now tag releases. full diff: golang/sys@bc2c85a...v0.1.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0a6949 - Browse repository at this point
Copy the full SHA f0a6949View commit details -
go.mod: golang.org/x/text v0.4.0
The golang.org/x/ projects now tag releases. includes fixes for CVE-2022-32149 (v0.3.8) full diff: golang/text@v0.3.3...v0.4.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80f2ee2 - Browse repository at this point
Copy the full SHA 80f2ee2View commit details -
go.mod: golang.org/x/net v0.1.0
The golang.org/x/ projects now tag releases. - updates to a version that fixes CVE-2022-27664 full diff: golang/net@f585440...v0.1.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 162195a - Browse repository at this point
Copy the full SHA 162195aView commit details -
go.mod: golang.org/x/crypto v0.1.0
The golang.org/x/ projects now tag releases. Also removing uses of golang.org/x/crypto/ed25519, which is now part of stdlib: Beginning with Go 1.13, the functionality of this package was moved to the standard library as crypto/ed25519. This package only acts as a compatibility wrapper. full diff: golang/crypto@f585440...v0.1.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a01f6a2 - Browse repository at this point
Copy the full SHA a01f6a2View commit details -
go.mod: github.com/dvsekhvalnov/jose2go v1.5.0
Adds go.mod support full diff: dvsekhvalnov/jose2go@248326c...v1.5.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccbc076 - Browse repository at this point
Copy the full SHA ccbc076View commit details -
go.mod: github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577de…
…e27f20d full diff: Shopify/logrus-bugsnag@6dbc35f...577dee2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5cb2fe - Browse repository at this point
Copy the full SHA f5cb2feView commit details -
go.mod: github.com/sirupsen/logrus v1.9.0
full diff: sirupsen/logrus@v1.7.1...v1.9.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf853a9 - Browse repository at this point
Copy the full SHA cf853a9View commit details -
go.mod: github.com/miekg/pkcs11 v1.1.1
full diff: miekg/pkcs11@v1.0.3...v1.1.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faeb999 - Browse repository at this point
Copy the full SHA faeb999View commit details -
go.mod: github.com/stretchr/testify v1.8.1
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afd9eef - Browse repository at this point
Copy the full SHA afd9eefView commit details -
go.mod: google.golang.org/protobuf v1.28.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e058f41 - Browse repository at this point
Copy the full SHA e058f41View commit details -
go.mod: github.com/gogo/protobuf v1.3.2
contains fixes for CVE-2021-3121 "skippy peanut butter" full diff: gogo/protobuf@v1.0.0...v1.3.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb1c0d5 - Browse repository at this point
Copy the full SHA fb1c0d5View commit details -
go.mod: github.com/spf13/viper v1.13.0
removes the deprecated github.com/BurntSushi/toml dependency full diff: spf13/viper@be5ff3e...v1.13.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04ae5f3 - Browse repository at this point
Copy the full SHA 04ae5f3View commit details -
go.mod: github.com/opencontainers/image-spec v1.0.2
This is a dependency for docker/distribution, which does not yet use go modules, so indirect dependencies aren't updated automatically. image-spec v1.0.2 contains mitigations for CVE-2021-41190. full diff: opencontainers/image-spec@v1.0.1...v1.0.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6593165 - Browse repository at this point
Copy the full SHA 6593165View commit details -
go.mod: github.com/docker/distribution v2.8.1
full diff: distribution/distribution@v2.7.1...v2.8.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c45a639 - Browse repository at this point
Copy the full SHA c45a639View commit details -
go.mod: github.com/gorilla/mux v1.8.0
full diff: gorilla/mux@v1.7.0...v1.8.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3c9d4f - Browse repository at this point
Copy the full SHA f3c9d4fView commit details -
go.mod: github.com/prometheus/client_golang v1.12.1
not the latest version, but this version looks to be commonly used in various projects. Also contains fixes for CVE-2022-21698 (affects versions < 1.11.1) full diff: prometheus/client_golang@c332b6f...v1.12.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b3b1cf - Browse repository at this point
Copy the full SHA 2b3b1cfView commit details -
go.mod: github.com/docker/go-metrics v0.0.1
adds go.mod full diff: docker/go-metrics@c332b6f...v0.0.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a37534 - Browse repository at this point
Copy the full SHA 6a37534View commit details -
go.mod: github.com/cloudflare/cfssl v1.5.0
not using latest version, as that brings many indirect dependencies (through cobra) - removes github.com/gogo/protobuf dependency - unfortunately, brings back golang.org/x/crypto/ed25519 (will open a PR for that) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc0da05 - Browse repository at this point
Copy the full SHA fc0da05View commit details -
go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2
updating the indirect dependency to match other projects; this version adds a go.mod; matttproud/golang_protobuf_extensions@v1.0.1...v1.0.2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c7f718 - Browse repository at this point
Copy the full SHA 1c7f718View commit details