File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/sas1024/vscale-backup
2
2
3
- go 1.15
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/robfig/cron/v3 v3.0.0
7
- github.com/gorilla/websocket v1.4.0 // indirect
8
7
github.com/vscale/go-vscale v0.0.0-20161026083504-01d5114cc445
9
8
)
9
+
10
+ require github.com/gorilla/websocket v1.4.1 // indirect
Original file line number Diff line number Diff line change 1
- github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q =
2
- github.com/gorilla/websocket v1.4.0 /go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ =
1
+ github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM =
2
+ github.com/gorilla/websocket v1.4.1 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
3
3
github.com/robfig/cron/v3 v3.0.0 h1:kQ6Cb7aHOHTSzNVNEhmp8EcWKLb4CbiMW9h9VyIhO4E =
4
4
github.com/robfig/cron/v3 v3.0.0 /go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro =
5
5
github.com/vscale/go-vscale v0.0.0-20161026083504-01d5114cc445 h1:W3qzi/kgh12r99pSF+yXakAQr6HWhRog1f+nl0sdX6Q =
You can’t perform that action at this time.
0 commit comments