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

update dependency in go.mod file #106

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

Conversation

AvielSegev
Copy link

Hi,

I just added a line to the dependencies to temporarily fix the build.

The commit now contain 'signed-off'.

Thanks,
Aviel

@machacekondra
Copy link
Collaborator

@AvielSegev I think you need to run go mod tidy and go mod download

@machacekondra machacekondra requested a review from tupyy December 17, 2024 08:14
@tupyy
Copy link
Collaborator

tupyy commented Dec 17, 2024

I can reproduce this in a fresh vm but I can't understand why the build is ok in container.

cosmin@rawhide:~/migration-planner$ go mod tidy
go: downloading github.com/onsi/ginkgo/v2 v2.15.0
go: downloading github.com/onsi/gomega v1.32.0
go: downloading github.com/libvirt/libvirt-go v7.4.0+incompatible
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/bytedance/sonic v1.10.0-rc3
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: downloading github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
go: downloading github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
go: downloading golang.org/x/arch v0.4.0
go: downloading github.com/klauspost/cpuid/v2 v2.2.5
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/chenzhuoyu/iasm v0.9.0
go: github.com/bytedance/[email protected] requires
        github.com/chenzhuoyu/[email protected]: reading github.com/chenzhuoyu/iasm/go.mod at revision v0.9.0: unknown revision v0.9.0

@machacekondra
Copy link
Collaborator

Maybe that library is already part of container?

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.

3 participants