File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,20 @@ go 1.19
44
55require (
66 github.com/emicklei/proto v1.14.0
7- github.com/google/go-cmp v0.5.6 // indirect
87 github.com/json-iterator/go v1.1.12
9- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
10- github.com/segmentio/asm v1.2.0 // indirect
11- github.com/segmentio/encoding v0.4.1 // indirect
128 github.com/stretchr/testify v1.7.0
139 go.lsp.dev/jsonrpc2 v0.10.0
1410 go.lsp.dev/uri v0.3.0
11+ )
12+
13+ require (
14+ github.com/davecgh/go-spew v1.1.1 // indirect
15+ github.com/google/go-cmp v0.5.6 // indirect
16+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
17+ github.com/modern-go/reflect2 v1.0.2 // indirect
18+ github.com/pmezard/go-difflib v1.0.0 // indirect
19+ github.com/segmentio/asm v1.2.0 // indirect
20+ github.com/segmentio/encoding v0.4.1 // indirect
1521 golang.org/x/sys v0.30.0 // indirect
1622 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
1723)
Original file line number Diff line number Diff line change @@ -16,10 +16,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
1616github.com/modern-go/reflect2 v1.0.2 /go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk =
1717github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1818github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
19- github.com/segmentio/asm v1.1.3 /go.mod h1:Ld3L4ZXGNcSLRg4JBsZ3//1+f/TjYl0Mzen/DQy1EJg =
2019github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys =
2120github.com/segmentio/asm v1.2.0 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
22- github.com/segmentio/encoding v0.3.4 /go.mod h1:n0JeuIqEQrQoPDGsjo8UNd1iA0U8d8+oHAA4E3G3OxM =
2321github.com/segmentio/encoding v0.4.1 h1:KLGaLSW0jrmhB58Nn4+98spfvPvmo4Ci1P/WIQ9wn7w =
2422github.com/segmentio/encoding v0.4.1 /go.mod h1:/d03Cd8PoaDeceuhUUUQWjU0KhWjrmYrWPgtJHYZSnI =
2523github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
@@ -30,8 +28,6 @@ go.lsp.dev/jsonrpc2 v0.10.0 h1:Pr/YcXJoEOTMc/b6OTmcR1DPJ3mSWl/SWiU1Cct6VmI=
3028go.lsp.dev/jsonrpc2 v0.10.0 /go.mod h1:fmEzIdXPi/rf6d4uFcayi8HpFP1nBF99ERP1htC72Ac =
3129go.lsp.dev/uri v0.3.0 h1:KcZJmh6nFIBeJzTugn5JTU6OOyG0lDOo3R9KwTxTYbo =
3230go.lsp.dev/uri v0.3.0 /go.mod h1:P5sbO1IQR+qySTWOCnhnK7phBx+W3zbLqSMDJNTw88I =
33- golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
34- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
3531golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
3632golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
3733golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments