Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Update go.mod to use flux v1.16 #136

Closed
denysvitali opened this issue Dec 9, 2019 · 2 comments
Closed

Update go.mod to use flux v1.16 #136

denysvitali opened this issue Dec 9, 2019 · 2 comments
Labels
blocked needs validation In need of validation before further action bug Something isn't working

Comments

@denysvitali
Copy link

Describe the bug
Currently it is not possible to use Flux v1.16.0 as a module in a Go package because it relies on [email protected], which in turn relies on [email protected], which in turn relies on the docker/[email protected](...) revision.

go: github.com/fluxcd/[email protected] requires
	github.com/fluxcd/[email protected] requires
	github.com/fluxcd/[email protected] requires
	github.com/docker/[email protected]: invalid version: unknown revision 000000000000

To Reproduce
go.mod:

module github.com/org/app

go 1.13

require github.com/fluxcd/flux v1.16.0

Expected behavior
A successful go get

Related issues / commits

@denysvitali denysvitali added blocked needs validation In need of validation before further action bug Something isn't working labels Dec 9, 2019
@hiddeco
Copy link
Member

hiddeco commented Jan 10, 2020

Taken care of in #192

@hiddeco hiddeco closed this as completed Jan 10, 2020
@denysvitali
Copy link
Author

Thanks 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked needs validation In need of validation before further action bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants