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.6 // indirect github.com/inconshreveable/mousetrap v1.0.0 github.com/json-iterator/go v1.1.11 github.com/klauspost/compress v1.10.5 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/mozillazg/go-pinyin v0.17.0 github.com/otiai10/copy v1.1.1 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.2.1 github.com/spf13/viper v1.8.1 github.com/tidwall/pretty v1.0.1 // indirect github.com/urfave/negroni v1.0.0 go.mongodb.org/mongo-driver v1.5.1 golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) replace github.com/tengge1/shadoweditor => ./