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
When I run go get -u github.com/onsi/ginkgo/ginkgo
Output is as follows
-> go get -u github.com/onsi/ginkgo/ginkgo
go: found github.com/onsi/ginkgo/ginkgo in github.com/onsi/ginkgo v1.12.0
go: golang.org/x/sys upgrade => v0.0.0-20200406155108-e3b113bbe6a4
go get: upgrading gopkg.in/[email protected]: gopkg.in/[email protected]: invalid version: go.mod has non-....v1 module path "github.com/fsnotify/fsnotify" at revision v1.4.9
->go version
go version go1.14.1 darwin/amd64
My whole development environment is new, so I don't know where the dependency problem is
The text was updated successfully, but these errors were encountered:
When I run go get -u github.com/onsi/ginkgo/ginkgo
Output is as follows
My whole development environment is new, so I don't know where the dependency problem is
The text was updated successfully, but these errors were encountered: