update go.mod

This commit is contained in:
Simon Ding
2024-08-08 00:56:49 +08:00
parent f91c91e0b1
commit 64e98647a8
2 changed files with 3 additions and 12 deletions

3
go.mod
View File

@@ -12,9 +12,9 @@ require (
)
require (
github.com/adrg/strutil v0.3.1
github.com/gin-contrib/zap v1.1.3
github.com/nikoksr/notify v1.0.0
github.com/stretchr/testify v1.9.0
)
require (
@@ -25,7 +25,6 @@ require (
github.com/gregdel/pushover v1.3.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/sync v0.7.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect