mirror of
https://github.com/laravel-ls/uri
synced 2026-06-19 03:20:01 +02:00
fix circleci cache logic
This commit is contained in:
parent
4d394892b9
commit
a28c0baecd
6 changed files with 938 additions and 34 deletions
10
tools/go.mod
Normal file
10
tools/go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module go.lsp.dev/uri/tools
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/golangci/golangci-lint v1.36.0
|
||||
golang.org/x/tools v0.1.1-0.20210203192829-ed9735757058
|
||||
gotest.tools/gotestsum v1.6.1
|
||||
mvdan.cc/gofumpt v0.1.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue