modify go.mod

This commit is contained in:
sjqzhang 2022-04-25 19:30:52 +08:00
parent 66fd10c3fe
commit 4812f30feb
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -23,7 +23,7 @@ require (
github.com/sjqzhang/googleAuthenticator v0.0.0-20160926062737-f198f070e0b1
github.com/sjqzhang/goutil v0.0.0-20200618044433-2319148e0a46
github.com/sjqzhang/seelog v0.0.0-20180104061743-556439109558
github.com/sjqzhang/tusd v0.0.0-20190220031306-a6a9d78ef54a
github.com/sjqzhang/tusd v0.11.2
github.com/spf13/cobra v1.1.3
github.com/syndtr/goleveldb v1.0.0
go.uber.org/automaxprocs v1.4.0

2
go.sum
View File

@ -288,6 +288,8 @@ github.com/sjqzhang/seelog v0.0.0-20180104061743-556439109558 h1:oE5F3kOhYrM1AU+
github.com/sjqzhang/seelog v0.0.0-20180104061743-556439109558/go.mod h1:3nknfvbQruunNuiPtbvtiSHbth0cQvsgLT8sz/O7Kec=
github.com/sjqzhang/tusd v0.0.0-20190220031306-a6a9d78ef54a h1:4F8rVrPqtfnFpfpvwMnp5BNnqtgtSUNn5caEx2lXmdY=
github.com/sjqzhang/tusd v0.0.0-20190220031306-a6a9d78ef54a/go.mod h1:5ijY0siiVs/FlzH0VQegsYWs1el3AFBrCQb4TSdUQRU=
github.com/sjqzhang/tusd v0.11.2 h1:IHpIjzb5H/H972afHjw+olShjkKSDZ5TgnIyNN79qkU=
github.com/sjqzhang/tusd v0.11.2/go.mod h1:5ijY0siiVs/FlzH0VQegsYWs1el3AFBrCQb4TSdUQRU=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=