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
❯ cat go.mod
module github.com/rerost/XXX
go 1.13
require (
github.com/izumin5210/gex v0.6.0
github.com/izumin5210/grapi v0.5.0
)
❯ gex grapi gen
# github.com/izumin5210/grapi/pkg/protoc
../../../../pkg/mod/github.com/izumin5210/[email protected]/pkg/protoc/providers.go:40:4: unknown field 'Execer' in struct literal of type gex.Config
failed to build github.com/izumin5210/grapi/cmd/grapi: exit status 2
❯ gex grapi
# github.com/izumin5210/grapi/pkg/protoc
../../../../pkg/mod/github.com/izumin5210/[email protected]/pkg/protoc/providers.go:40:4: unknown field 'Execer' in struct literal of type gex.Config
failed to build github.com/izumin5210/grapi/cmd/grapi: exit status 2
The text was updated successfully, but these errors were encountered:
I can't use
grapi
The text was updated successfully, but these errors were encountered: