Create a new project with buffalo new --with-dep buffbug
cd buffbug
Run dep ensure to fix Gopkg.lock and the vendor directory, but that's a different issue
commit the change to Gopkg.lock
Run buffalo build
Expected Behavior
Gopkg.lock is unchanged
Actual Behavior
Gopkg.lock is changed. dep check says:
# Gopkg.lock is out of sync:
github.com/gobuffalo/buffalo/runtime: in Gopkg.lock's input-imports, but neither imported nor required
github.com/gobuffalo/flect: in Gopkg.lock's input-imports, but neither imported nor required
Info
Please run buffalo info and paste the information below where it says "PASTE_HERE".
Description
Steps to Reproduce the Problem
buffalo new --with-dep buffbug
cd buffbug
dep ensure
to fix Gopkg.lock and the vendor directory, but that's a different issuebuffalo build
Expected Behavior
Gopkg.lock is unchanged
Actual Behavior
Gopkg.lock is changed.
dep check
says:Info
Please run
buffalo info
and paste the information below where it says "PASTE_HERE".