web-ridge / gqlgen-sqlboiler

This is a plugin for gqlgen to generate converts + filter queries and resolvers for sqlboiler
MIT License
75 stars 13 forks source link

Example social-network issue of `gitlab.com/webridge-git/api` missing. #10

Closed leopku closed 4 years ago

leopku commented 4 years ago
  1. clone this repo
  2. run cd example/social-network && go run convert_plugin.go
  3. step 2 would throw message followed
    go: gitlab.com/webridge-git/api@v0.0.0-20181123203207-501884b46b27: reading https://goproxy.cn/gitlab.com/webridge-git/api/@v/v0.0.0-20181123203207-501884b46b27.mod: 404 Not Found
RichardLindhout commented 4 years ago

Yes that's right thats a private repo but is open sourced here https://github.com/web-ridge/utils-go/api you can send PR. Don't have time a.t.m. to fix this ;)

RichardLindhout commented 4 years ago

Fixed in: https://github.com/web-ridge/gqlgen-sqlboiler/commit/0c95b5d41c2cbec177f52b6231ef10ff8a3e69a7