Update dependencies

This commit is contained in:
2023-12-30 23:41:39 +01:00
parent 80cbf9210d
commit 3559263596
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -4,5 +4,5 @@ go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/mux v1.8.1
)