Replace Gorilla Mux with net/http router

This commit is contained in:
2024-10-26 01:06:24 +02:00
parent f6d8bce2d5
commit 3742acf149
4 changed files with 8 additions and 16 deletions

7
go.mod
View File

@ -1,8 +1,5 @@
module idicon
go 1.20
go 1.22
require (
github.com/BurntSushi/toml v1.4.0
github.com/gorilla/mux v1.8.1
)
require github.com/BurntSushi/toml v1.4.0