mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-18 15:02:09 +00:00
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module github.com/tengge1/shadoweditor
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dimfeld/httptreemux v5.0.1+incompatible
|
|
github.com/google/go-cmp v0.5.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/klauspost/compress v1.10.5 // indirect
|
|
github.com/mozillazg/go-pinyin v0.17.0
|
|
github.com/otiai10/copy v1.1.1
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
github.com/urfave/negroni v1.0.0
|
|
go.mongodb.org/mongo-driver v1.3.3
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|
|
|
|
replace github.com/tengge1/shadoweditor => ./
|