Skip to content

Instantly share code, notes, and snippets.

@jmank88
Last active August 2, 2016 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmank88/4ea4433f46941f83a616f11b3e951698 to your computer and use it in GitHub Desktop.
Save jmank88/4ea4433f46941f83a616f11b3e951698 to your computer and use it in GitHub Desktop.
lock file in go source
//go:vendor github.com/path/to/c 672fe547df4e49efc6db67a74391368bcb149b37
//go:vendor github.com/path/to/c 672fe547df4e49efc6db67a74391368bcb149b37
//go:vendor github.com/path/to/b -t 2.0.1
//go:vendor github.com/path/to/b -t 2.0.1
//go:vendor github.com/path/to/c 672fe547df4e49efc6db67a74391368bcb149b37
//go:vendor github.com/path/to/b -t 2.0.1
//go:vendor github.com/path/to/c 672fe547df4e49efc6db67a74391368bcb149b37
package pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment