Update toml dependency and required go version

This commit is contained in:
2023-02-11 19:03:30 +01:00
parent 6f3912a543
commit fc0ef1cc24
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

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