Update dependencies

This commit is contained in:
2024-07-23 23:46:33 +02:00
parent 0757e484f6
commit 1ef6510abd
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,6 +3,6 @@ module idicon
go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/BurntSushi/toml v1.4.0
github.com/gorilla/mux v1.8.1
)