Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Failed to get templates from project qor/admin when running dep init #1840

Closed
ZhenhangTung opened this issue May 1, 2018 · 3 comments
Closed

Comments

@ZhenhangTung
Copy link

What version of dep are you using (dep version)?

Go version

go version go1.10 darwin/amd64

Dep version after running dep version

dep:
 version     : v0.4.1
 build date  : 2018-01-27
 git hash    : 37d9ea0
 go version  : go1.9.3
 go compiler : gc
 platform    : darwin/amd64

What dep command did you run?

dep init

Locking in master (d34b9ff) for transitive dep github.com/lib/pq
  Locking in master (995366f) for transitive dep github.com/microcosm-cc/bluemonday
  Locking in v1.0.1 (a6af135) for transitive dep github.com/go-errors/errors
  Locking in v0.3.0 (f21a4df) for transitive dep golang.org/x/text
  Locking in v1.1.1 (b4c50a2) for transitive dep github.com/ugorji/go
  Locking in master (cfb55aa) for transitive dep github.com/kr/pretty
  Locking in master (0414036) for transitive dep github.com/jinzhu/inflection
  Locking in master (dcecefd) for transitive dep github.com/valyala/fasttemplate
  Locking in v8.18.2 (5f1438d) for transitive dep gopkg.in/go-playground/validator.v8
  Locking in master (7cafcd8) for transitive dep github.com/kr/text
  Locking in v0.0.9 (167de6b) for transitive dep github.com/mattn/go-colorable
  Locking in v0.0.3 (0360b2a) for transitive dep github.com/mattn/go-isatty
  Locking in v1.1.0 (b4deda0) for transitive dep github.com/golang/protobuf
  Using master as constraint for direct dep github.com/ZhenhangTung/Noctis
  Locking in master (ba5a47f) for direct dep github.com/ZhenhangTung/Noctis
  Locking in 0.2.5 (588f4e8) for transitive dep github.com/labstack/gommon
  Locking in master (e746df9) for transitive dep github.com/valyala/bytebufferpool
  Using ^1.0.5 as constraint for direct dep github.com/sirupsen/logrus
  Locking in v1.0.5 (c155da1) for direct dep github.com/sirupsen/logrus
  Locking in master (ae8bce0) for transitive dep golang.org/x/crypto
  Using ^1.0.0 as constraint for direct dep github.com/qor/qor
  Locking in v1.0 (d1402d1) for direct dep github.com/qor/qor
  Locking in master (78d5f26) for transitive dep golang.org/x/sys
  Locking in v1.0 (ecae0be) for transitive dep github.com/qor/responder
  Locking in master (5f9ae10) for transitive dep golang.org/x/net
  Locking in v1.0 (f1e0569) for transitive dep github.com/qor/roles
  Using ^1.9.1 as constraint for direct dep github.com/jinzhu/gorm
  Locking in v1.9.1 (6ed508e) for direct dep github.com/jinzhu/gorm
  Locking in v2.2.1 (5420a8b) for transitive dep gopkg.in/yaml.v2
  Locking in v3.2.0 (06ea103) for transitive dep github.com/dgrijalva/jwt-go
  Using ^1.0.0 as constraint for direct dep github.com/qor/admin
  Locking in v1.0 (a5c271d) for direct dep github.com/qor/admin
  Locking in master (b7dfa9a) for transitive dep github.com/jinzhu/now
  Locking in master (b97a4c2) for transitive dep github.com/theplant/cldr
  Using ^1.2.0 as constraint for direct dep github.com/gin-gonic/gin
  Locking in v1.2 (d459835) for direct dep github.com/gin-gonic/gin
  Locking in master (22d885f) for transitive dep github.com/gin-contrib/sse

What did you expect to see?

There would be views in vendor.

What did you see instead?

There is no view folder under qor/admin

How to reproduce?

Create a demo app by following https://github.com/qor/admin#quick-start.
$ dep init

@mattayes
Copy link
Contributor

mattayes commented May 5, 2018

Hey @ZhenhangTung, sorry you're running into issues. This sounds like a general question. I recommend reaching out to the community first and seeing if they can help.

@ZhenhangTung
Copy link
Author

Thanks for your reply @mattayes , will reach out to the community.

@m90
Copy link

m90 commented May 5, 2018

This is a duplicate of: #1306

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants