Update dependencies

This commit is contained in:
2023-11-20 07:39:38 +10:30
parent adb9922b52
commit 12e9b83916
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/tardisx/gropple
go 1.20
require (
github.com/gorilla/mux v1.8.0
golang.org/x/mod v0.9.0
github.com/gorilla/mux v1.8.1
golang.org/x/mod v0.14.0
gopkg.in/yaml.v2 v2.4.0
)