Version check and upgrade prompt.

This commit is contained in:
2021-09-26 21:13:33 +09:30
parent 648b9ad886
commit 7b9620631e
6 changed files with 78 additions and 12 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/tardisx/gropple
go 1.16
require github.com/gorilla/mux v1.8.0
require (
github.com/gorilla/mux v1.8.0
golang.org/x/mod v0.5.1
)