Advertisement
Guest User

Untitled

a guest
Apr 6th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. [caeril@localhost src]$ revel new rackham
  2. Revel executing: create a skeleton Revel application
  3. Your application has been created in:
  4. /home/caeril/work/go/src/rackham
  5.  
  6. You can run it with:
  7. revel run -a rackham
  8. [caeril@localhost src]$ revel run -a rackham
  9. Revel executing: run a Revel application
  10. Downloading related packages ...ERROR 15:50:11 command_config.go:250: Failed to import package gopath=/home/caeril/work/go GO-ROOT=/usr/local/go output="go: finding module for package github.com/revel/modules\ngo: finding module for package github.com/BurntSushi/toml\ngo: finding module for package github.com/stretchr/testify/assert\ngo: finding module for package gopkg.in/yaml.v2\ngo: finding module for package github.com/myesui/uuid/savers\ngo: finding module for package gopkg.in/stretchr/testify.v1/assert\ngo: finding module for package github.com/myesui/uuid\ngo: found github.com/revel/modules in github.com/revel/modules v1.0.0\ngo: found github.com/stretchr/testify/assert in github.com/stretchr/testify v1.7.0\ngo: found github.com/BurntSushi/toml in github.com/BurntSushi/toml v0.3.1\ngo: found gopkg.in/yaml.v2 in gopkg.in/yaml.v2 v2.4.0\ngo: github.com/revel/modules@v1.0.0 requires\n\tgithub.com/myesui/uuid@v1.0.0: reading github.com/myesui/uuid/go.mod at revision v1.0.0: unknown revision v1.0.0\n" error="exit status 1"
  11. completed.
  12. Downloading related packages ...ERROR 15:50:12 command_config.go:250: Failed to import package error="exit status 1" gopath=/home/caeril/work/go GO-ROOT=/usr/local/go output="go: finding module for package github.com/revel/modules\ngo: finding module for package github.com/stretchr/testify/assert\ngo: finding module for package github.com/myesui/uuid/savers\ngo: finding module for package github.com/BurntSushi/toml\ngo: finding module for package github.com/myesui/uuid\ngo: finding module for package gopkg.in/yaml.v2\ngo: finding module for package gopkg.in/stretchr/testify.v1/assert\ngo: found github.com/revel/modules in github.com/revel/modules v1.0.0\ngo: found github.com/stretchr/testify/assert in github.com/stretchr/testify v1.7.0\ngo: found github.com/BurntSushi/toml in github.com/BurntSushi/toml v0.3.1\ngo: found gopkg.in/yaml.v2 in gopkg.in/yaml.v2 v2.4.0\ngo: github.com/revel/modules@v1.0.0 requires\n\tgithub.com/myesui/uuid@v1.0.0: reading github.com/myesui/uuid/go.mod at revision v1.0.0: unknown revision v1.0.0\n"
  13. completed.
  14. ERROR 15:50:13 file.go:341: Unable to import this package package=rackham/app
  15. ERROR 15:50:13 file.go:341: Unable to import this package package=github.com/revel/revel
  16. ERROR 15:50:13 revel.go:107: Unable to execute error="Revel paths[error No revel found]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement