mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2025-12-08 19:26:19 +00:00
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.4.2 to 1.5.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.4.2...v1.5.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
971 B
Modula-2
28 lines
971 B
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.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 => ./
|