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 riceing by importing the main package #5675

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Fix riceing by importing the main package #5675

merged 1 commit into from
Feb 24, 2021

Conversation

Kubuxu
Copy link
Contributor

@Kubuxu Kubuxu commented Feb 24, 2021

Go 1.16 elides dependencies from go.sum when you don't use a package
which has these dependencies.

This means dependencies for the rice command were not in our
go.sum.

Go 1.16 elides dependencies from go.sum when you don't use a package
which has these dependencies.

This means dependencies for the `rice` command where not in our
`go.sum`.

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
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.

None yet

2 participants