Update required golang and toml package version

This commit is contained in:
2023-09-02 13:33:59 +02:00
parent cf669048e7
commit ad1dfec739
3 changed files with 5 additions and 5 deletions

4
go.mod
View File

@ -1,8 +1,8 @@
module idicon
go 1.18
go 1.20
require (
github.com/BurntSushi/toml v1.2.1
github.com/BurntSushi/toml v1.3.2
github.com/gorilla/mux v1.8.0
)