Sign in
chromium
/
external
/
github.com
/
golang
/
dep
/
refs/tags/v0.2.1
/
manifest.go
1ce62ca
Fixes #429. Removed Manifest.TestDependencyConstraints() and all usage.
by Milutin Jovanović
· 8 years ago
319d04e
Added check for multiple overrides in manifes files.
by Milutin Jovanović
· 8 years ago
e445db7
Check array length before element type check
by Sunny
· 8 years ago
20207b3
Stricter manifest validation - errors & warnings
by Sunny
· 8 years ago
4e7f652
document lock and manifest
by Jordan Krage
· 8 years ago
4898456
Match and warn on abbreviated git and hg revisions
by zak
· 8 years ago
a926aa2
Incorporate implicit caret into stabilize-files
by sam boyer
· 8 years ago
ecf43b9
Always use implied carets in dep
by Carolyn Van Slyck
· 8 years ago
f0a81f4
Incorporate pr/538, change manifest prop names
by sam boyer
· 8 years ago
cbded81
move Logger into Ctx; restore logging
by Jordan Krage
· 8 years ago
5cb3e51
rename [[overrides]] to [[override]]
by Felipe Oliveira
· 8 years ago
9ea8489
gps: move gps to internal/gps
by Dave Cheney
· 8 years ago
09b46aa
And comment out unused var
by sam boyer
· 8 years ago
db77079
Comment out call to global internal logger
by sam boyer
· 8 years ago
ff254a8
rename for constraint
by Felipe Oliveira
· 8 years ago
c588d9e
Replace metadata array of tables with just table
by Sunny
· 8 years ago
e518855
Improve manifest validation
by Sunny
· 8 years ago
8129217
Return []error from ValidateManifest and add tests
by Sunny
· 8 years ago
878ae28
Add metadata to manifest & warn on unknown fields
by Sunny
· 8 years ago
0fad02e
Remove unused function isEmpty
by Carolyn Van Slyck
· 8 years ago
871f593
Merge branch 'master' into add-gps
by Kris Nova
· 8 years ago
0561ca9
Fix gofmt and travis
by Kris Nova
· 8 years ago
122ade3
String replacing for import paths
by Kris Nova
· 8 years ago
c1aa041
UPDATED to check length instead of pointer
by Ewan Valentine
· 8 years ago
6bdf324
UPDATED ignores to ignored
by Ewan Valentine
· 8 years ago
0c6c997
Merge branch 'master' of github.com:golang/dep into feature/create-toml-file-examples-on-init
by Ewan Valentine
· 8 years ago
8d594bf
UPDATE with better checking for certain scenarios before generating example text
by Ewan Valentine
· 8 years ago
56e7772
Changing "Ignores" to "Ignored"
by tro3
· 8 years ago
8f0af46
ADDED checks for other manifest items
by Ewan Valentine
· 8 years ago
6baa37b
ADDED example comment to toml file on init
by Ewan Valentine
· 8 years ago
e31a186
New filenames: Gopkg.toml and Gopkg.lock
by Carolyn Van Slyck
· 8 years ago
9b835ca
Remove TODO comment
by Carolyn Van Slyck
· 8 years ago
f67fc98
Validate manifest for duplicate dependencies
by Carolyn Van Slyck
· 8 years ago
9065775
Do not export the TOML marshaler interface
by Carolyn Van Slyck
· 8 years ago
fb7c3fa
Replace manual toml mapping
by Carolyn Van Slyck
· 8 years ago
28c2316
Map manifest and lock TOML to structs
by Carolyn Van Slyck
· 8 years ago
56476c3
Remove JSON marshaling for lock and manifest
by Carolyn Van Slyck
· 8 years ago
d2a557e
Change manifest and lock file names to manifest.toml and lock.toml
by Carolyn Van Slyck
· 8 years ago
7b22cd8
Represent manifest dependencies as an array of tables, not a map
by Carolyn Van Slyck
· 8 years ago
d3135b8
Add MarshalTOML to manifest and lock
by Carolyn Van Slyck
· 8 years ago
cfc2c94
Swap fmt.Errorf with errors.Errorf
by Carolyn Van Slyck
· 8 years ago
0acfd38
move command code into cmd subpackage
by Miguel Molina
· 9 years ago
f81d6f5
fix obvious readability problems
by Jaana Burcu Dogan
· 9 years ago
b61e171
avoid unneccessary naked return
by Jaana Burcu Dogan
· 9 years ago
d91c671
avoid elses as much as possible
by Jaana Burcu Dogan
· 9 years ago
0c0d9a6
fix gofmt errors
by Jess Frazelle
· 9 years ago
685d5fc
better wording of errors
by Jess Frazelle
· 9 years ago
5b2ff11
chasing gps: s/NetworkName/Source/
by sam boyer
· 9 years ago
2494a06
dep: implement Required pkgs in manifest
by sam boyer
· 9 years ago
06af1bb
dep: Update gps to v0.13.0; semver to latest 2.x
by sam boyer
· 9 years ago
20bf102
dep: internalize and improve JSON handling
by sam boyer
· 9 years ago
9d759ef
Add tests for writing manifest
by sam boyer
· 9 years ago
0c1f9d2
Handle unicode oddities in JSON marshaling
by sam boyer
· 9 years ago
03dd249
Merge branch 'master' into ml-marshalers
by sam boyer
· 9 years ago
8d7257a
dep: JSON marshaling for manifests
by sam boyer
· 9 years ago
b2dcedc
Write out basic raw manifest
by Edward Muller
· 9 years ago
f1d53bf
Write a blank manifest
by Edward Muller
· 9 years ago
4f2ec04
Misc cleanups
by Edward Muller
· 9 years ago
095637b
Basic manifest implementation (#4)
by sam boyer
· 9 years ago