You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Good to see such a good repo which helps me a lot in my work.
However, when I try to run cmd like go install github.com/danielvladco/go-proto-gql/protoc-gen-gogql@latest
Terminal showes go: github.com/danielvladco/go-proto-gql/protoc-gen-gogql@latest (in github.com/danielvladco/go-proto-gql@v0.10.0): The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.
I think go.mod should not contain replace directives like
Hello! Good to see such a good repo which helps me a lot in my work.
However, when I try to run cmd like
go install github.com/danielvladco/go-proto-gql/protoc-gen-gogql@latest
Terminal showes
go: github.com/danielvladco/go-proto-gql/protoc-gen-gogql@latest (in github.com/danielvladco/go-proto-gql@v0.10.0): The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.
I think go.mod should not contain replace directives like
go-proto-gql/go.mod
Line 41 in 164ec92
Tmp soluion:
go install github.com/danielvladco/go-proto-gql/protoc-gen-gogql@v0.9.0
The text was updated successfully, but these errors were encountered: