Skip to content
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

fix(deps): update github.com/coredhcp/coredhcp digest to cbc1757 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 21, 2024

This PR contains the following updates:

Package Type Update Change
github.com/coredhcp/coredhcp require digest 3e75f3b -> cbc1757

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/hashicorp/consul/api v1.11.0 -> v1.25.1
github.com/insomniacslk/dhcp v0.0.0-20210827173440-b95caade3eac -> v0.0.0-20240227161007-c728f5dd21c8
github.com/prometheus/client_golang v1.11.0 -> v1.11.1
go.etcd.io/etcd/api/v3 v3.5.0 -> v3.5.10
go.etcd.io/etcd/client/pkg/v3 v3.5.0 -> v3.5.10
go.etcd.io/etcd/client/v3 v3.5.0 -> v3.5.10
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 -> v0.25.0
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac -> v0.22.0
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac -> v0.5.0

@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from afc024e to 9551c66 Compare July 9, 2024 07:33
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to 28988eb fix(deps): update github.com/coredhcp/coredhcp digest to 634fcf3 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from 9551c66 to 49b07ec Compare July 9, 2024 09:54
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to 634fcf3 fix(deps): update github.com/coredhcp/coredhcp digest to bd8c808 Jul 9, 2024
Copy link
Author

renovate bot commented Jul 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/spf13/afero v1.11.0
go: downloading golang.org/x/time v0.5.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/aws/aws-sdk-go v1.41.1
go: downloading github.com/coredhcp/coredhcp v0.0.0-20250113163832-cbc175753a45
go: downloading github.com/coreos/go-systemd/v22 v22.3.2
go: downloading github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
go: downloading github.com/cyphar/filepath-securejoin v0.2.3
go: downloading github.com/deniswernert/go-fstab v0.0.0-20141204152952-eb4090f26517
go: downloading github.com/docker/docker v20.10.9+incompatible
go: downloading github.com/docker/go-connections v0.4.0
go: downloading github.com/godbus/dbus/v5 v5.0.5
go: downloading github.com/hashicorp/consul/api v1.28.2
go: downloading github.com/insomniacslk/dhcp v0.0.0-20241203100832-a481575ed0ef
go: downloading github.com/libvirt/libvirt-go v7.4.0+incompatible
go: downloading github.com/libvirt/libvirt-go-xml v7.4.0+incompatible
go: downloading github.com/pin/tftp v0.0.0-20210809155059-0161c5dd2e96
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
go: downloading golang.org/x/sys v0.29.0
go: downloading honnef.co/go/augeas v0.0.0-20161110001225-ca62e35ed6b8
go: downloading go.etcd.io/etcd/api/v3 v3.5.12
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12
go: downloading go.etcd.io/etcd/client/v3 v3.5.12
go: downloading go.etcd.io/etcd/server/v3 v3.5.0
go: downloading github.com/urfave/cli/v2 v2.3.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading gopkg.in/src-d/go-git.v4 v4.13.1
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading github.com/hashicorp/hil v0.0.0-20210521165536-27a72121fd40
go: downloading github.com/sanity-io/litter v1.5.1
go: downloading github.com/pborman/uuid v1.2.1
go: downloading golang.org/x/crypto v0.32.0
go: downloading github.com/prometheus/client_golang v1.11.1
go: downloading github.com/fsnotify/fsnotify v1.8.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/docker/go-units v0.4.0
go: downloading github.com/opencontainers/image-spec v1.0.1
go: downloading github.com/containerd/containerd v1.4.9
go: downloading github.com/docker/distribution v2.7.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-hclog v1.5.0
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/serf v0.10.1
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading golang.org/x/exp v0.0.0-20241210194714-1829a127f884
go: downloading github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701
go: downloading golang.org/x/net v0.34.0
go: downloading github.com/vishvananda/netns v0.0.5
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/golang/protobuf v1.5.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2
go: downloading google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
go: downloading google.golang.org/grpc v1.62.1
go: downloading go.uber.org/zap v1.21.0
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
go: downloading go.etcd.io/bbolt v1.3.6
go: downloading go.etcd.io/etcd/pkg/v3 v3.5.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
go: downloading go.opentelemetry.io/contrib v0.20.0
go: downloading go.opentelemetry.io/otel/exporters/otlp v0.20.0
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading go.opentelemetry.io/otel/sdk v1.22.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/mdlayher/packet v1.1.2
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
go: downloading github.com/sergi/go-diff v1.0.0
go: downloading gopkg.in/src-d/go-billy.v4 v4.3.2
go: downloading github.com/mitchellh/reflectwalk v1.0.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/prometheus/common v0.26.0
go: downloading github.com/prometheus/procfs v0.6.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/Microsoft/go-winio v0.4.17
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/armon/go-metrics v0.4.1
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading google.golang.org/protobuf v1.33.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c
go: downloading go.uber.org/atomic v1.9.0
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading go.etcd.io/etcd/raft/v3 v3.5.0
go: downloading github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: downloading github.com/jonboulle/clockwork v0.2.2
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
go: downloading go.opentelemetry.io/otel/metric v1.24.0
go: downloading go.opentelemetry.io/otel/trace v1.24.0
go: downloading go.opentelemetry.io/otel/sdk/export/metric v0.20.0
go: downloading go.opentelemetry.io/otel/sdk/metric v0.20.0
go: downloading go.opentelemetry.io/proto/otlp v1.0.0
go: downloading github.com/josharian/native v1.1.0
go: downloading github.com/mdlayher/socket v0.4.1
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/emirpasic/gods v1.12.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
go: downloading github.com/form3tech-oss/jwt-go v3.2.3+incompatible
go: downloading go.etcd.io/etcd/client/v2 v2.305.12
go: downloading github.com/google/btree v1.0.1
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/src-d/gcfg v1.4.0
go: downloading github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
go: downloading github.com/xanzy/ssh-agent v0.2.1
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading go.opentelemetry.io v0.1.0
go: downloading go.opentelemetry.io/otel v1.33.0
go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
go: downloading go.opentelemetry.io/otel/metric v1.33.0
go: github.com/purpleidea/mgmt/etcd imports
	go.etcd.io/etcd/server/v3/embed imports
	go.opentelemetry.io/otel/semconv: cannot find module providing package go.opentelemetry.io/otel/semconv
go: github.com/purpleidea/mgmt/etcd imports
	go.etcd.io/etcd/server/v3/embed imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/export/metric imports
	go.opentelemetry.io/otel/metric/number: cannot find module providing package go.opentelemetry.io/otel/metric/number
go: github.com/purpleidea/mgmt/etcd imports
	go.etcd.io/etcd/server/v3/embed imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/metric/controller/basic imports
	go.opentelemetry.io/otel/metric/registry: cannot find module providing package go.opentelemetry.io/otel/metric/registry
go: github.com/purpleidea/mgmt/etcd imports
	go.etcd.io/etcd/server/v3/embed imports
	go.opentelemetry.io/otel/exporters/otlp imports
	go.opentelemetry.io/otel/sdk/metric/controller/basic imports
	go.opentelemetry.io/otel/sdk/metric imports
	go.opentelemetry.io/otel/internal/metric imports
	go.opentelemetry.io/otel/metric/sdkapi: cannot find module providing package go.opentelemetry.io/otel/metric/sdkapi

@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from 49b07ec to d295a40 Compare September 8, 2024 22:27
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to bd8c808 fix(deps): update github.com/coredhcp/coredhcp digest to 576af86 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from d295a40 to 2ae51cd Compare December 15, 2024 16:17
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to 576af86 fix(deps): update github.com/coredhcp/coredhcp digest to 14762bf Dec 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from 2ae51cd to 2d1eeea Compare December 25, 2024 21:07
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to 14762bf fix(deps): update github.com/coredhcp/coredhcp digest to cbe78a7 Dec 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from 2d1eeea to 4a2fa56 Compare December 29, 2024 09:51
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to cbe78a7 fix(deps): update github.com/coredhcp/coredhcp digest to d477d9b Dec 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from 4a2fa56 to dc7f619 Compare December 30, 2024 15:08
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to d477d9b fix(deps): update github.com/coredhcp/coredhcp digest to 2fc7b54 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-coredhcp-coredhcp-digest branch from dc7f619 to 3517211 Compare January 13, 2025 16:48
@renovate renovate bot changed the title fix(deps): update github.com/coredhcp/coredhcp digest to 2fc7b54 fix(deps): update github.com/coredhcp/coredhcp digest to cbc1757 Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants