github.com/acwpower/studygo@v0.0.0-20220210033106-9f3f6e60fdcc/pkg/mod/cache/download/golang.org/x/tools/gopls/@v/v0.7.5.mod (about)

     1  module golang.org/x/tools/gopls
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/google/go-cmp v0.5.6
     7  	github.com/jba/printsrc v0.2.2
     8  	github.com/jba/templatecheck v0.6.0
     9  	github.com/sergi/go-diff v1.1.0
    10  	golang.org/x/mod v0.5.1
    11  	golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
    12  	golang.org/x/tools v0.1.9-0.20220114220130-fd7798718afd
    13  	honnef.co/go/tools v0.2.1
    14  	mvdan.cc/gofumpt v0.1.1
    15  	mvdan.cc/xurls/v2 v2.3.0
    16  )
    17  
    18  require (
    19  	github.com/BurntSushi/toml v0.4.1 // indirect
    20  	github.com/google/safehtml v0.0.2 // indirect
    21  	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
    22  	golang.org/x/text v0.3.7 // indirect
    23  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    24  )