1
0
Fork 0
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:
Koichi Shiraishi 2021-02-04 05:42:03 +09:00
parent 4d394892b9
commit a28c0baecd
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B
6 changed files with 938 additions and 34 deletions

10
tools/go.mod Normal file
View 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
)