Граф коммитов

46 Коммитов

Автор SHA1 Сообщение Дата
Carolyn Van Slyck 1b3c593fdd
Bump github.com/Masterminds/semver
My pull request was merged, so switching back to upstream
2018-04-02 21:36:34 -05:00
Tamir Duberstein dad3f6649e Use tagged releases and canonical import paths
https://github.com/golang/dep/commit/d6dde61 introduced a dependency on
go-toml 1.1.0 - https://github.com/pelletier/go-toml/commit/b8b5e76.

All changes:
  5afd06f9...92554152
  b8b5e769...acdc4509
2018-02-02 13:39:51 -05:00
sam boyer 916906bed1 dep: Prune vendor using new pruning powers
Also remove the now-superfluous `dep prune` call from vendor validation
checks.
2018-01-23 23:46:57 -05:00
Jordan Krage 573b44d20b upgrade github.com/jmank88/nuts to 0.3.0 2018-01-08 20:31:52 -06:00
sam boyer 32dd9fd086 dep: update go-toml to latest master 2017-12-18 09:06:21 -05:00
Jordan Krage 8008324d65 gps: source cache: protobuf integration 2017-09-15 10:50:17 -05:00
Tamir Duberstein 01209b5e7d
gps: use golang.org/x/sync/errgroup
...instead of custom code that does the same thing. Return
informative errors rather than logging directly (into the abyss).

Also remove sourceFailure{,s} while I'm here, which are unnecessary.

Also `dep prune` real quick.
2017-09-12 14:13:59 -04:00
sam boyer 50bcf4ce75 CI: enforce that dep prune is run 2017-09-12 12:24:42 -04:00
Jordan Krage df06cb74e5 gps: source cache: add persistent BoltDB cache 2017-08-30 16:39:49 -05:00
Carolyn Van Slyck a0855541e2
Use fork of Masterminds/semver until PR is merged
Use fix from https://github.com/Masterminds/semver/issues/60
2017-08-03 13:30:38 -05:00
Nathan Ollerenshaw ca542d2667 Fix for #820
Fix nit around capital letter in error message.
2017-07-19 06:54:44 -07:00
Carolyn Van Slyck cbc263f23a Support importing glide configuration
* init imports by default unless -skip-tools is specified
* glide config in dependencies is taken into account during solve
2017-06-01 16:22:46 -05:00
Gregory Man 4d2e116c6a dep ensure
After we have working validate-vendor.bash we need ensure dependencies
to make it happy
2017-05-25 14:36:24 +03:00
mstrong e6442396d5
Updating mastermind semver 2017-05-13 23:01:29 -04:00
Aiden Scandella 61d5f59862
Fix all gofmt lint errors
We're not enforcing them in CI yet.

See @sdboyer's comment on

https://github.com/golang/dep/pull/555#issuecomment-300765542
2017-05-11 08:18:30 -07:00
Kris Nova 134b2473ef Bump to ^v1.11.0 2017-05-01 21:29:50 -06:00
Kris Nova bd57fe9d7d Ensure with new vendor 2017-05-01 21:08:13 -06:00
Kris Nova 0561ca9bfb Fix gofmt and travis
- Changes to travis.yml
 - New hack validate-gofmt.bash script
 - Fixing staticcheck in gps
 - Fixing gosimple in gps
2017-04-25 11:14:46 -06:00
Kris Nova d740f5705a Fixing travis
Needed to run a dep ensure on our repo to fix the hack script
2017-04-21 14:12:46 -06:00
Kris Nova 9c8c70cdf9 Remove vendor/github.com/sdboyer/gps 2017-04-21 13:40:07 -06:00
Kris Nova 122ade36c3 String replacing for import paths
sed/g the following strings (somewhat blindly)
github.com/sdboyer/gps -> github.com/golang/go/gps
github.com/sdboyer/gps/internal -> github.com/golang/dep/gps/internal
github.com/sdboyer/gps/pkgtree -> github.com/golang/dep/gps/pkgtree
2017-04-21 13:39:03 -06:00
sam boyer 477398819a Update to gps v0.16.3
Fixes #396.
2017-04-17 15:21:34 -04:00
sam boyer f12b6b1c72 Update gps to v0.16.2 2017-04-16 18:17:08 -04:00
sam boyer 7df6199701 Update gps to v0.16.1 2017-04-16 17:25:54 -04:00
sam boyer 0e8c96bd91 Update gps to v0.16.0 2017-04-15 00:58:03 -04:00
Carolyn Van Slyck 0afa554494 Update go-toml for nested custom Marshaler support 2017-04-04 23:56:22 -05:00
Carolyn Van Slyck 2cfa3c72d3 Update vendored go-toml
Get the latest version which has reflection-based marshaling
2017-04-04 23:31:17 -05:00
Carolyn Van Slyck 49136f2ce4 Vendor pelletier/go-toml TOM library and deps
github.com/pelletier/go-toml@fee7787d3f811af92276f5ff10107092e95b7a1d
 - Can't use latest release, it has a show-stopping bug in ToTomlString
github.com/pelletier/go-buffruneio@v0.2.0
2017-04-04 21:10:12 -05:00
sam boyer 9c9f382b5b Update gps to v0.15.0
This requires an update to the lock fixtures, as memos have changed due
to abandoning semver versions for plain ints in
gps.ProjectAnalyzer.Info().
2017-03-31 15:42:55 -04:00
sam boyer 66a1ecc563 Update to v0.14.3 of gps, 1.11.0 of vcs 2017-03-31 15:33:46 -04:00
Zach Bintliff df5e405232 Bump minimum version of gps required
GPS v0.14.0 did not check slice length when doing bmi removal. This lead
to an index out of bounds panic. v0.14.1 fixes this issue
2017-03-03 11:08:34 -05:00
sam boyer bb9ce2e430 Update to v0.14.0 of gps 2017-02-22 12:45:28 -05:00
sam boyer 1ecc8591ec Chase latest gps
v0.14.0 of gps is nearly done, but this gets us several fixes in the
meantime.
2017-02-02 15:13:42 -08:00
sam boyer 43ea0fc522 Chase gps again
This fixes an issue where project cycles involving the root project were
erroneously rejected. It should fix #116.
2017-01-24 08:44:49 -08:00
sam boyer 236341f949 Chase gps again
master branch of gps was missing a crucial commit.
2017-01-23 17:43:22 -08:00
sam boyer 3793d1c98c Chase latest gps
This fixes windows path errors (#103), and ignore-d main files (#114).
2017-01-23 17:43:22 -08:00
sam boyer efb07122f4 Chase improvements to input hashing in gps 2017-01-18 16:19:08 -08:00
sam boyer 9faa37b6ea Use default gps signal handling 2017-01-11 13:49:40 -08:00
sam boyer 36a0707b54 Update to latest gps 2017-01-11 13:49:40 -08:00
sam boyer 96ea714ac2 Chase latest gps master 2017-01-04 13:07:28 -08:00
sam boyer cf58a097e1 dep: update gps to v0.13.1
This fixes the semver 2.x uint incompatibility issue.
2016-12-19 11:22:45 -08:00
sam boyer 06af1bbffb dep: Update gps to v0.13.0; semver to latest 2.x
Includes small changes required to compile; follow-up commit will flesh
out the Required implementation on manifest.
2016-12-19 11:22:45 -08:00
Edward Muller 0a3ab89577 dep: Results from a `./dep ensure` run
BOOM!
2016-12-12 12:09:37 -08:00
Edward Muller 31c270e3ce Vendor gituhb.com/pkg/errors 2016-11-29 18:08:28 -08:00
sam boyer 969fecacc2
Update gps to v0.12.0 2016-10-17 21:22:03 -04:00
sam boyer f799920770
Add gps at v0.11.1 2016-10-06 21:24:10 -04:00