github.com/rohankumardubey/proxyfs@v0.0.0-20210108201508-653efa9ab00e/GLIDE.md (about)

     1  To glide-ify a project (you should not need to do this again for ProxyFS):
     2  
     3      glide init
     4      glide install
     5  
     6  To add a new dependency on github.com/stretchr/testify/assert:
     7  
     8      glide get github.com/stretchr/testify/assert
     9  
    10  To "pin" the version of github.com/stretchr/testify/assert to what was just
    11  placed in glide.lock, simply copy the "Version: xxx" line from just under the
    12  github.com/stretchr/testify/assert package line in glide.lock to just under
    13  the github.com/stretchr/testify/assert package line just added to glide.yaml.