Update godeps - autoclosed
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
github.com/docker/docker | require | minor | v0.12.0 | source | |
github.com/fatih/color | require | minor | v1.9.0 | source | |
github.com/golang-migrate/migrate/v4 | require | minor | v4.8.0 | source | |
github.com/golang/gddo | require | digest | v0.0.0-20190904175337-72a348e765d2 | source | |
github.com/golang/groupcache | require | digest | v0.0.0-20191027212112-611e8accdfc9 | source | |
github.com/golangci/golangci-lint | require | minor | v1.22.2 | source | |
github.com/google/go-cmp | require | minor | v0.4.0 | source | |
github.com/karrick/godirwalk | require | minor | v1.14.0 | source | |
github.com/lib/pq | require | minor | v1.3.0 | source | |
github.com/mattn/go-sqlite3 | require | patch | v2.0.2 | source | |
github.com/peterbourgon/ff | require | minor | v1.7.0 | source | |
github.com/pkg/errors | require | minor | v0.9.0 | source | |
github.com/prometheus/client_golang | require | minor | v1.3.0 | source | |
github.com/sergi/go-diff | require | minor | v1.1.0 | source | |
github.com/sourcegraph/go-jsonschema | require | digest | v0.0.0-20191016093751-6a4f2b621f5d | source | |
github.com/sourcegraph/go-lsp | require | digest | v0.0.0-20181119182933-0c7d621186c1 | source | |
github.com/sourcegraph/gosyntect | require | digest | v0.0.0-20191003053245-e91d603ba4eb | source | |
github.com/stripe/stripe-go | require | minor | v68.8.0 | source | |
github.com/uber/jaeger-client-go | require | minor | v2.21.1 | source | |
golang.org/x/crypto | require | digest | v0.0.0-20191206172530-e9b2fee46413 | source | |
golang.org/x/oauth2 | require | digest | v0.0.0-20191202225959-858c2ad4c8b6 | source | |
golang.org/x/sys | require | digest | v0.0.0-20191210023423-ac6580df4449 | source | |
golang.org/x/tools | require | digest | v0.0.0-20191213032237-7093a17b0467 | source |
Release Notes
fatih/color
v1.9.0
Includes the changes from: #109 which upgrades the go-colorable
and go-isatty
dependencies to fix WASM compilation issues:
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.11
v1.8.0
Includes changes from #108, most notable:
- Add Go module support
- Update
/vendor
folder content according to the new Go modules rules. - Replace .travis.yml with GitHub Actions
golang-migrate/migrate
v4.8.0
Changes
Docs
- Added more MongoDB examples thanks to @orasik (#268)
- Added CockroachDB tutorial thanks to @mknycha (#297)
Drivers
- Add httpfs driver, making it easier to create source drivers that implement the
http.FileSystem
interface. Resolves #307 thanks to @fln (#293).- File and GodocVFS sources now use
httpfs.PartialDriver
- File and GodocVFS sources now use
- Change QL driver from
github.com/cznic/ql/driver
tomodernc.org/ql/driver
Builds
- Linux ARM binaries are now available with each release thanks to @pcarranza (#316)
- Release now built using Go 1.13
v4.7.1
Changes
golangci/golangci-lint
v1.22.2
Changelog
Docker images
docker pull golangci/golangci-lint:latest
docker pull golangci/golangci-lint:v1.22.2
docker pull golangci/golangci-lint:v1.22
docker pull golangci/golangci-lint:latest-alpine
docker pull golangci/golangci-lint:v1.22.2-alpine
docker pull golangci/golangci-lint:v1.22-alpine
v1.22.1
Changelog
c1673d2
Add zsh completion command.
60c5513
Fix import order.
Docker images
docker pull golangci/golangci-lint:latest
docker pull golangci/golangci-lint:v1.22.1
docker pull golangci/golangci-lint:v1.22
docker pull golangci/golangci-lint:latest-alpine
docker pull golangci/golangci-lint:v1.22.1-alpine
docker pull golangci/golangci-lint:v1.22-alpine
v1.22.0
Changelog
1248f09
Add Mercure in the list of projects using golangci-lint
48b15f3
Add mattermost to Trusted By (#863)
bd29216
Added go-mnd linter (#842)
70abc4a
Added the updated vendor
ca432c4
Addressed naming convention (#859)
14ebae2
Bump wsl to v1.2.7
0e5b7a0
Bump wsl to v2.0.0
258eb9b
Cleanup duplicate test run command.
0e7f88e
Cleanup make targets.
ecccb24
Fix autogen exclude for comments under package (#831)
06dddc3
Fix depguard config in yml
503f964
Fix script release command.
2d59694
Fix typo
93c0eeb
Fixed test deadline unit test
f3e349f
Propagate error when linter cannot be run
8c1e2f0
Revert "Bump wsl to v1.2.7"
f6ced49
Simplify skipped dir rules.
641cca8
Update go.sum
704f9ef
Update gomnd.go
ec615e0
Update install.sh.
d936399
Update pkg/golinters/gomnd.go
9fd3138
Update the gocognit linter
df22674
Update to Node.js v12.14.0 LTS.
a236783
Update to github.com/go-critic/go-critic v0.4.0.
2780e6f
Update to github.com/spf13/viper v1.6.1.
874b18c
Update to gopkg.in/yaml.v2 v2.2.7.
e4df56b
Use the release version for go-mnd (#871)
ae427c1
chore: we can use a "console" for syntax
2346cd8
fix json report Enabled field
7a58a86
unused: suggest deleting unused stuff
Docker images
docker pull golangci/golangci-lint:latest
docker pull golangci/golangci-lint:v1.22.0
docker pull golangci/golangci-lint:v1.22
docker pull golangci/golangci-lint:latest-alpine
docker pull golangci/golangci-lint:v1.22.0-alpine
docker pull golangci/golangci-lint:v1.22-alpine
google/go-cmp
v0.4.0
Added features:
- (#85) The comparison logic now has cycle detection and can now handle graphs.
- (#176) The
cmp.Exporter
option provides finer-grained control over exactly what types to permit unexported field access on. - (#158)
cmpopts.EquateApproxTime
provides the ability to compare timestamps with looser precision. - (#178)
cmpopts.EquateErrors
provides the ability to compare error values using the newerrors.Is
semantics from Go 1.13.
Bug fixes:
- (#169) Use of
unsafe.Pointer
has been fixed to comply with stricter pointer rules for Go 1.14.
lib/pq
v1.3.0
- Add support for statement QueryContext and ExecContext
- Add support for connection PrepareContext
- Improved Ping support, now works correctly even during a failed transaction.
pkg/errors
v0.9.0
errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.
We tried to move into runtime.CallerFrames
but this was not possible, you can show the explanation here: Issue 188.
The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.
Now you could use the methods, Is
and As
, and the Unwrap()
interface like on the standard library.
The method Cause
is now compatible with fmt.Errorf("%w", err)
and with the Unwrap()
interface.
On the same way the methods related with wrapping
on this package now are compatible with Cause
and Unwrap()
interface.
Improvements
-
.travis.yml
Now use make file. - reduce allocations when printing stack traces. Thanks @cstockton
- Reduce allocations in Stacktrace.Format
- Add Support to Go 1.13. Thanks @jayschwa, @Sherlock-Holo and @puellanivis.
- Add json.Marshaler support to the Frame type. Thanks @flimzy
Bugs fixed
prometheus/client_golang
v1.3.0
stripe/stripe-go
v68.8.0
-
#1011 Add support for
InvoiceItem
and fixLivemode
onInvoiceLine
See the changelog for more details.
v68.7.0
-
#1008 Add
ReportingCategory
toBalanceTransaction
See the changelog for more details.
v68.6.0
-
#1009 Add constant for
TaxIDTypeSGUEN
onTaxId
See the changelog for more details.
v68.5.0
-
#1007 Add support for
SpendingLimitsCurrency
on IssuingCard
andCardholder
See the changelog for more details.
v68.4.0
-
#1006 Adds
ExecutivesProvided
toAccount
See the changelog for more details.
v68.3.0
-
#1005 Add
Metadata
andLivemode
to TerminalReader
and `Location'
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.