1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
3timeslazy
acf2f13dcb Linter Cleanups (#294)
* sync with MontFerret/ferret

* fix --param handling

When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.

* remove impossible conditions nil != nil

* delete ineffectual assignments

* replace '+= 1' with '++'

* remove useless comparison with nil

* merge variable declarations

* remove bool comparison

* fix imports

* fix imports

* delete unused file

* use copy instead of loop

* delete unused DummyInterface

* remove unnecassary break statements

* tidy modules
2019-05-03 17:10:34 -04:00
dependabot[bot]
1985ebc57a Bump github.com/rs/zerolog from 1.14.0 to 1.14.3 (#292)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.14.0 to 1.14.3.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.14.0...v1.14.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-26 11:46:10 -04:00
dependabot[bot]
4a4c6cce54 Bump github.com/rs/zerolog from 1.13.0 to 1.14.0 (#287)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.13.0...v1.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-22 11:39:57 -04:00
Tim Voronov
c0fb51de66 Updated go.sum 2019-04-15 16:24:51 -04:00
Tim Voronov
7c4b000f84 Updated CDP 2019-04-14 20:29:41 -04:00
dependabot[bot]
e65c89035a Bump github.com/mafredri/cdp from 0.22.0 to 0.23.0 (#278)
Bumps [github.com/mafredri/cdp](https://github.com/mafredri/cdp) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/mafredri/cdp/releases)
- [Commits](https://github.com/mafredri/cdp/compare/v0.22.0...v0.23.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-06 10:51:24 -04:00
3timeslazy
de703513e4 Linter Cleanup (#276)
* linter cleanup

* fix default case
2019-03-29 10:48:51 -04:00
3timeslazy
752ee02cd1 add go111module (#274)
* add go111module

* upgrade ci

* enable GO111MODULE
* show diff

* update modules (add test dependencies)

* increase supported golang version

* try cache

* delete cache

* upgrade install step

- there is not dep now
- move script from before_install -> install. delete before_install
- delete install from Makefile
2019-03-27 17:24:49 -04:00