This commit is contained in:
cdle
2023-06-02 13:20:16 +08:00
parent 95c39869a6
commit 51bf6ae830
4 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -22,6 +22,7 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.4.0
gopkg.in/yaml.v2 v2.4.0
)
@@ -30,7 +31,6 @@ require (
github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)