Sign in
go
/
vgo
/
045754d578a9e57344a06320e4dadfdec1da6891
/
vendor
/
cmd
045754d
cmd/go: import from main repo at go1.11beta3
by Russ Cox
· 7 years ago
2093985
cmd/go: import from main repo
by Russ Cox
· 7 years ago
cc75ec0
cmd/go: add local module proxy to make tests faster
by Russ Cox
· 7 years ago
91f8741
cmd/go: rename TestModLegacy* to TestLegacyMod*
by Russ Cox
· 7 years ago
9c3f38f
cmd/go/internal/txtar: new text archive format
by Russ Cox
· 7 years ago
b079021
cmd/go/internal/modcmd: change -replace syntax from => to =
by Russ Cox
· 7 years ago
1e80ef2
cmd/go/internal/modfile: allow replace without old version
by Russ Cox
· 7 years ago
94c68ad
cmd/go/internal/modload: finish Import implementation
by Russ Cox
· 7 years ago
a42a7e8
cmd/go/internal/modfetch: move Import and Query to ../modload
by Russ Cox
· 7 years ago
2deaec6
cmd/go/internal/modfetch/codehost: fix git code export on Windows
by Russ Cox
· 7 years ago
f8b4e14
cmd/go/internal/modload: work better with -getmode=vendor
by Russ Cox
· 7 years ago
63c8648
cmd/go/internal/modfetch: maintain @v/list files
by Russ Cox
· 7 years ago
21bb857
cmd/go: diagnose misuse of path@version syntax
by Russ Cox
· 7 years ago
cca306d
cmd/go/internal/list: implement and test list -m -e for plain arguments
by Russ Cox
· 7 years ago
a4111b1
cmd/go/internal/modfetch: make source cache directories unwritable
by Russ Cox
· 7 years ago
edeef9f
cmd/go/internal/modfetch: add detail to "missing go.mod" errors
by Russ Cox
· 7 years ago
8f8669e
cmd/go/internal/modlist: test list -m -f={{.Dir}}
by Russ Cox
· 7 years ago
16da15e
cmd/go/internal/search: ignore submodules in ./... patterns
by Russ Cox
· 7 years ago
4d8d2f8
cmd/go/internal/get: complete implementation
by Russ Cox
· 7 years ago
73a132e
cmd/go/internal/modfetch: avoid bogus hash in go.sum for missing go.mod file
by Russ Cox
· 7 years ago
4235081
cmd/go: eliminate mentions of "vgo"
by Russ Cox
· 7 years ago
e09f370
cmd/go/internal/vgo: rename to cmd/go/internal/modload
by Russ Cox
· 7 years ago
9e3664f
cmd/go/internal/modget: move vgo.CmdGet implementation to modget.CmdGet
by Russ Cox
· 7 years ago
9916409
cmd/go: rename all module tests to begin TestMod[A-Z]
by Russ Cox
· 7 years ago
2f9474b
cmd/go/internal/vgo: adjust 'module mode enabled' decision
by Russ Cox
· 7 years ago
cdd82a7
cmd/go/internal/load: disallow import of mod/...
by Russ Cox
· 7 years ago
7e8a4e9
cmd/go/internal/vgo: add 'go help modules'
by Russ Cox
· 7 years ago
8256471
cmd/go/internal/modfetch: clean up Query
by Russ Cox
· 7 years ago
56d8e7c
cmd/go/internal/modcmd: drop test sources and data from mod -vendor
by Russ Cox
· 7 years ago
4798edc
cmd/go/internal/modget: add help text for module-aware get design
by Russ Cox
· 7 years ago
55e12a5
cmd/go/internal/list: add list -m -versions
by Russ Cox
· 7 years ago
f8eadfe
cmd/go/internal/modfile: add new requires to end of file
by Russ Cox
· 7 years ago
75bf837
cmd/go/internal/vgo: prefer module path from Godeps/Godeps.json over GOPATH
by Russ Cox
· 7 years ago
83e9c51
cmd/go/internal/modfetch: translate commit hashes to known tags during stat
by Russ Cox
· 7 years ago
552f8db
cmd/go/internal/vgo: track directly-used vs indirectly-used modules
by Russ Cox
· 7 years ago
6296b2f
cmd/go/internal/vgo: load packages in parallel
by Russ Cox
· 7 years ago
8a71b2b
cmd/go: fix TestModSyncPrintJson test
by Baokun Lee
· 7 years ago
6cd5a41
cmd/go/internal/modcmd: use the correct path in verifyMod
by Bryan C. Mills
· 7 years ago
47daa39
cmd/go/internal/vgo: change get -u to avoid downgrades, prereleases
by Russ Cox
· 7 years ago
0e237a4
cmd/go/internal/modfetch: ignore missing ziphash files in build
by Russ Cox
· 7 years ago
bbcfaa0
cmd/go/internal/modfetch: always create and update go.sum
by Russ Cox
· 7 years ago
1d3e614
cmd/go/internal/modfetch: check go.mod content using go.sum
by Russ Cox
· 7 years ago
cd1f2ee
cmd/go/internal/modfetch: disable go.mod conversion for transitive deps
by Russ Cox
· 7 years ago
06e6643
cmd/go/internal/modfetch: vgo.fetch becomes modfetch.Download
by Russ Cox
· 7 years ago
949a6b3
cmd/go/internal/modfetch/codehost: add general vcs support
by Russ Cox
· 7 years ago
cdcca9f
cmd/go/internal/modfetch/googlesource: delete
by Russ Cox
· 7 years ago
847ddc7
cmd/go/internal/modfetch/codehost: merge gitrepo
by Russ Cox
· 7 years ago
1031f52
cmd/go: ignore wildcard-matched test-only packages in go build
by Russ Cox
· 7 years ago
53cf99f
cmd/go/internal/vgo: allow vgo get of module with no package in root
by Russ Cox
· 7 years ago
50f6c29
cmd/go/internal/modfile: fix producing unquoted module path duplicates
by Baokun Lee
· 7 years ago
db7cbb0
cmd/go/internal/modfetch/gitrepo: fix fetch of tags
by Russ Cox
· 7 years ago
9a43f14
cmd/go/internal/list: add module support
by Russ Cox
· 7 years ago
97ff4ad
cmd/go/internal/modfetch: fix Lookup, Import; add ImportRepoRev
by Russ Cox
· 7 years ago
1b96834
cmd/go/internal/modfetch/gitrepo: simplify and cache git access
by Russ Cox
· 7 years ago
0f3e556
cmd/go/internal/modcmd: fix sorting
by Tim Cooper
· 7 years ago
48cc2d8
cmd/go/internal/modcmd: add mod -graph
by Russ Cox
· 7 years ago
63dca24
cmd/go/internal/modfetch: push codehost.Repo locking down one level
by Russ Cox
· 7 years ago
984ae49
cmd/go/internal/get: export RepoRootForImportPath for use by modfetch
by Russ Cox
· 7 years ago
0ce6749
cmd/go/internal/modfetch: check errors for if file does not exist
by Daniel Theophanes
· 7 years ago
22ec9a1
cmd/go/internal/mvs: fix cycles involving the target
by Bryan C. Mills
· 7 years ago
8e4df33
cmd/go/internal/{module,mvs}: document exported fields and methods
by Bryan C. Mills
· 7 years ago
92128ff
cmd/go/internal/modconv: support conversion preserves replace and exclude statement
by Baokun Lee
· 7 years ago
77f3fda
cmd/go: add build flags for get cmd
by Baokun Lee
· 7 years ago
7c2fc82
cmd/go/internal/vgo: fix importDir bug
by Baokun Lee
· 7 years ago
9441eaf
cmd/go/internal/vgo: add missing "none" to mvsReqs.Required
by zhoujun
· 7 years ago
ded5238
cmd/go/internal/vgo: eliminate the redundant isGetU variable
by Bryan C. Mills
· 7 years ago
c07973e
cmd/go/internal/modfetch: fix cache fails on Windows
by Baokun Lee
· 7 years ago
6a502fd
cmd/go/internal/modcmd: remove the "-add" prefix from "go mod" flags
by Ibrahim AshShohail
· 7 years ago
f574d31
cmd/go: skip vgo.Init for the version subcommand
by Bryan C. Mills
· 7 years ago
5e60d5e
cmd/go/internal/modfetch: update expected errors in TestCodeRepo
by Bryan C. Mills
· 7 years ago
90a5daf
cmd/go: skip remaining failing tests
by Bryan C. Mills
· 7 years ago
23c052f
cmd/go/internal/modfetch: remove redundant check for semver
by Baokun Lee
· 7 years ago
2b01c11
cmd/go: fix TestVerifyNotDownloaded test
by Baokun Lee
· 7 years ago
779bf94
cmd/go/internal/vgo: fix comment of SrcMod
by Baokun Lee
· 7 years ago
00c6f96
cmd/go/internal/modfetch: cache info and gomod on disk
by Russ Cox
· 7 years ago
22e2390
cmd/go/internal/modfetch: fix go.mod cache bug
by Russ Cox
· 7 years ago
5f0293f
cmd/go/internal/par: fix cond crash
by Russ Cox
· 7 years ago
0a6cdd7
cmd/go: parallelize module load operations
by Russ Cox
· 7 years ago
184f864
cmd/go/internal/modcmd: remove unused modules during -sync
by Russ Cox
· 7 years ago
49c7bd7
cmd/go/internal/modcmd: implement -vendor, dropping 'vgo vendor'
by Russ Cox
· 7 years ago
fa9d1c5
cmd/go/internal/modcmd: implement -verify, dropping 'vgo verify'
by Russ Cox
· 7 years ago
b4c4da8
cmd/go/internal/modcmd: add "vgo mod" command
by Russ Cox
· 7 years ago
6507cf3
cmd/go: skip failing TestNewReleaseRebuildsStalePackagesInGOPATH
by Bryan C. Mills
· 7 years ago
d948b59
cmd/go/internal/vgo: fix vendor for packages limited to a single tag
by Russ Cox
· 7 years ago
d4ada82
cmd/go/internal/vgo: ignore appengine imports
by Russ Cox
· 7 years ago
c684404
vendor/cmd/go: fix a bad merge from CL 117235
by Bryan C. Mills
· 7 years ago
140323d
vendor/cmd/go/internal/modfetch: remove webtest usage in modfetch_test
by Bryan C. Mills
· 7 years ago
4daf3c2
cmd/go/internal/vgo: vendor testdata from parent directories of copied packages
by Baokun Lee
· 7 years ago
3e4ec9f
cmd/go: move modfetch.modPath to modfile.ModulePath, fix // handling
by Russ Cox
· 7 years ago
99266e0
cmd/go/internal/vgo: add -getmode=local, -getmode=vendor build flag
by Russ Cox
· 7 years ago
48532fc
cmd/go/internal/vgo: fix vendor fails without dependencies
by Baokun Lee
· 7 years ago
7fbc8df
x/vgo: incorporate current Go 1.11 development tree
by Russ Cox
· 7 years ago
f478e7d
vendor/cmd/go: skip TestDefaultGOPATH
by Bryan C. Mills
· 7 years ago
a40f2a2
vendor/cmd/go: skip TestExecutableGOROOT
by Bryan C. Mills
· 7 years ago
55a2223
vendor/cmd/go: fix TestConvertLegacyConfig
by Bryan C. Mills
· 7 years ago
93f360b
cmd/go: address vet complaints in vgo code
by Russ Cox
· 7 years ago
8fedc22
cmd/go/internal/modfetch: disable network with -tags cmd_go_bootstrap
by Russ Cox
· 7 years ago
c692541
cmd/go/internal/vgo: skip not-yet-downloaded module in verify
by Russ Cox
· 7 years ago
0b37e81
cmd/go/internal/vgo: process packages for all build tags in vendor
by Russ Cox
· 7 years ago
1df2402
cmd/go/internal/mvs: fix get module@version ignoring @version
by Dennis Kuhnert
· 7 years ago
Next »