Upgrade dependencies (#73)

pull/77/head
Mickaël Menu 3 years ago committed by GitHub
parent 8c7ec93ca5
commit 5abbab4c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
* Use the `{{abs-path}}` template variable when [formatting notes](docs/template-format.md) to print the absolute path to the note (contributed by [@pstuifzand](https://github.com/mickael-menu/zk/pull/60)).
* Allow setting the `--working-dir` and `--notebook-dir` flags before the `zk` subcommand when using aliases, e.g. `zk -W ~/notes my-alias`.
### Fixed
* UTF-8 handling in the LSP server.
## 0.6.0

@ -2,7 +2,7 @@ module github.com/mickael-menu/zk
go 1.15
replace github.com/tliron/glsp => github.com/mickael-menu/glsp v0.1.0
replace github.com/tliron/glsp => github.com/mickael-menu/glsp v0.1.1
require (
github.com/AlecAivazis/survey/v2 v2.2.12
@ -10,7 +10,7 @@ require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/fatih/color v1.12.0
github.com/go-testfixtures/testfixtures/v3 v3.4.1
github.com/google/go-cmp v0.5.2
github.com/google/go-cmp v0.5.6
github.com/gosimple/slug v1.9.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lestrrat-go/strftime v1.0.4
@ -25,14 +25,11 @@ require (
github.com/rogpeppe/go-internal v1.6.2 // indirect
github.com/rvflash/elapsed v0.2.0
github.com/schollz/progressbar/v3 v3.8.1
github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect
github.com/tj/go-naturaldate v1.3.0
github.com/tliron/glsp v0.0.0-20210423182918-98d1a22f3ee6
github.com/tliron/kutil v0.1.39
github.com/tliron/kutil v0.1.48
github.com/yuin/goldmark v1.3.8
github.com/yuin/goldmark-meta v1.0.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
gopkg.in/djherbis/times.v1 v1.2.0
)

684
go.sum

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save