-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi, ist vielleicht ein Anfängerfehler, aber ich bekomme im Schritt 6/8 einen Fehler:
Step 6/8 : RUN go get github.com/oxequa/realize
---> Running in 88beb84afd4f
go: downloading github.com/oxequa/realize v1.5.2
go: downloading github.com/oxequa/realize v2.0.2+incompatible
go: github.com/oxequa/realize upgrade => v2.0.2+incompatible
go: finding module for package gopkg.in/urfave/cli.v2
go: finding module for package github.com/fatih/color
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: finding module for package github.com/labstack/echo
go: finding module for package github.com/oxequa/interact
go: downloading gopkg.in/yaml.v2 v2.2.2
go: finding module for package github.com/go-siris/siris/core/errors
go: finding module for package github.com/labstack/echo/middleware
go: downloading github.com/sirupsen/logrus v1.4.2
go: downloading golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
go: downloading github.com/labstack/echo v1.4.4
go: downloading gopkg.in/urfave/cli.v2 v2.2.0
go: downloading github.com/fatih/color v1.9.0
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
go: downloading github.com/oxequa/interact v0.0.0-20171114182912-f8fb5795b5d7
go: downloading github.com/go-siris/siris v7.4.0+incompatible
go: downloading golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e
go: downloading github.com/labstack/echo v3.3.10+incompatible
go: found github.com/oxequa/interact in github.com/oxequa/interact v0.0.0-20171114182912-f8fb5795b5d7
go: found gopkg.in/urfave/cli.v2 in gopkg.in/urfave/cli.v2 v2.2.0
go: found github.com/fatih/color in github.com/fatih/color v1.9.0
go: found github.com/go-siris/siris/core/errors in github.com/go-siris/siris v7.4.0+incompatible
go: found github.com/labstack/echo in github.com/labstack/echo v3.3.10+incompatible
go: github.com/oxequa/realize imports
gopkg.in/urfave/cli.v2: gopkg.in/urfave/[email protected]: parsing go.mod:
module declares its path as: github.com/urfave/cli/v2
but was required as: gopkg.in/urfave/cli.v2
ERROR: Service 'backend' failed to build: The command '/bin/sh -c go get github.com/oxequa/realize' returned a non-zero code: 1
Habt ihr bitte einen Tipp für mich. Hab wie im Artikel beschrieben mit "docker-compose up" im webauthn-start-Verzeichnis ausgeführt.
Vielen Dank, Gernot