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 running docker-compose , "glide" gives an error , so instead of that, we shall use go-modules.
The necessary change for that is in Docker file , line number 4,
Replace that with "RUN go get -u github.com/Masterminds/glide"
The text was updated successfully, but these errors were encountered:
When running docker-compose , "glide" gives an error , so instead of that, we shall use go-modules.
The necessary change for that is in Docker file , line number 4,
Replace that with "RUN go get -u github.com/Masterminds/glide"
The text was updated successfully, but these errors were encountered: