goflow icon indicating copy to clipboard operation
goflow copied to clipboard

Installation problems

Open AdrianSeguraOrtiz opened this issue 1 year ago • 2 comments

After installing goflow as explained in the guide, I have the following problem:

$ go build -o goflow
flow.go:6:2: no required module provides package github.com/s8sg/goflow/flow/v1; to add it:
        go get github.com/s8sg/goflow/flow/v1
flow.go:7:2: no required module provides package github.com/s8sg/goflow/v1; to add it:
        go get github.com/s8sg/goflow/v1

I try to solve it with the indicated commands but it does not work.

$ go get github.com/s8sg/goflow/flow/v1
go: module github.com/s8sg/goflow@upgrade found (v0.1.0), but does not contain package github.com/s8sg/goflow/flow/v1

Sorry in advance if this is something silly, I am new to learning golang.

AdrianSeguraOrtiz avatar Jul 05 '22 05:07 AdrianSeguraOrtiz

modify go.mod

require github.com/s8sg/goflow v0.1.1-0.20210813192757-ff43c6d4d624

replace

require github.com/s8sg/goflow v0.1.0

otis95 avatar Jul 29 '22 06:07 otis95

exec go get github.com/s8sg/goflow@master then you may need to execute go mod tidy to update your go.sum.

asjdf avatar Aug 07 '22 21:08 asjdf

@asjdf @578157900 Can you create an MR to resolve the problem. Also would highly appreciate if someone can take a leadership role on usability.

Specifically to keep support community on

  • Installation
  • Use-cases
  • Issues

s8sg avatar Mar 11 '23 04:03 s8sg

@asjdf Lets use this issue to discuss the auto release actions

s8sg avatar Mar 11 '23 14:03 s8sg

I thought it is easier for me to explain the new progress by creating a new PR. #43

@s8sg Thank you for this great project

asjdf avatar Mar 19 '23 10:03 asjdf

This is merged.

s8sg avatar Apr 09 '23 03:04 s8sg