mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
72 lines
3.4 KiB
Modula-2
72 lines
3.4 KiB
Modula-2
module github.com/tengge1/shadoweditor
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
9fans.net/go v0.0.2 // indirect
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/acroca/go-symbols v0.1.1 // indirect
|
|
github.com/cosiner/argv v0.1.0 // indirect
|
|
github.com/cweill/gotests v1.5.3 // indirect
|
|
github.com/davidrjenni/reftools v0.0.0-20191222082827-65925cf01315 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dimfeld/httptreemux v5.0.1+incompatible
|
|
github.com/fatih/gomodifytags v1.6.0 // indirect
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
github.com/go-delve/delve v1.4.1 // indirect
|
|
github.com/godoctor/godoctor v0.0.0-20181123222458-69df17f3a6f6 // indirect
|
|
github.com/haya14busa/goplay v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/josharian/impl v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/karrick/godirwalk v1.15.6 // indirect
|
|
github.com/klauspost/compress v1.10.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/mozillazg/go-pinyin v0.17.0
|
|
github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c // indirect
|
|
github.com/opentracing/basictracer-go v1.1.0 // indirect
|
|
github.com/otiai10/copy v1.1.1
|
|
github.com/peterh/liner v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.7.1 // indirect
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/ramya-rao-a/go-outline v0.0.0-20200117021646-2a048b4510eb // indirect
|
|
github.com/rogpeppe/godef v1.1.2 // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
|
|
github.com/slimsag/godocmd v0.0.0-20161025000126-a1005ad29fe3 // indirect
|
|
github.com/sourcegraph/ctxvfs v0.0.0-20180418081416-2b65f1b1ea81 // indirect
|
|
github.com/sourcegraph/go-langserver v2.0.0+incompatible // indirect
|
|
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37 // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
|
|
github.com/stamblerre/gocode v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
github.com/tylerb/gotype-live v0.0.0-20200426224044-fc0b594a8b09 // indirect
|
|
github.com/urfave/negroni v1.0.0
|
|
github.com/uudashr/gopkgs/v2 v2.1.2 // indirect
|
|
github.com/willf/bitset v1.1.10 // indirect
|
|
github.com/zmb3/gogetdoc v0.0.0-20190228002656-b37376c5da6a // indirect
|
|
go.mongodb.org/mongo-driver v1.3.3
|
|
go.starlark.net v0.0.0-20200619143648-50ca820fafb9 // indirect
|
|
golang.org/x/arch v0.0.0-20200511175325-f7c78586839d // indirect
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/mod v0.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
|
|
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
|
|
golang.org/x/tools v0.0.0-20200624225443-88f3c62a19ff // indirect
|
|
golang.org/x/tools/gopls v0.4.1 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
|
|
mvdan.cc/xurls/v2 v2.2.0 // indirect
|
|
)
|
|
|
|
replace github.com/tengge1/shadoweditor => ./
|