Skip to content

Change to using new dependency name for osreleaser #628

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

Merged
merged 3 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
contrib.go.opencensus.io/exporter/prometheus v0.0.0-20190427222117-f6cda26f80a3
contrib.go.opencensus.io/exporter/stackdriver v0.13.4
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
github.com/avast/retry-go v2.4.1+incompatible
github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/euank/go-kmsg-parser v2.0.0+incompatible
github.com/go-ole/go-ole v1.2.4 // indirect
Expand Down
48 changes: 2 additions & 46 deletions go.sum

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pkg/util/helpers_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ package util

import (
"fmt"
"github.com/cobaugh/osrelease"
"syscall"
"time"

"github.com/acobaugh/osrelease"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ contrib.go.opencensus.io/exporter/stackdriver/monitoredresource/gcp
# github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705
## explicit
github.com/StackExchange/wmi
# github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
## explicit
github.com/acobaugh/osrelease
# github.com/avast/retry-go v2.4.1+incompatible
## explicit
github.com/avast/retry-go
Expand Down Expand Up @@ -63,9 +66,6 @@ github.com/beorn7/perks/quantile
github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1
github.com/census-instrumentation/opencensus-proto/gen-go/resource/v1
# github.com/cobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
## explicit
github.com/cobaugh/osrelease
# github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
## explicit
github.com/coreos/go-systemd/sdjournal
Expand Down