Upgrade deps

This commit is contained in:
2024-03-17 09:36:53 +10:30
parent dd211f6077
commit 92c4cc6284
2 changed files with 7 additions and 7 deletions

6
go.mod
View File

@@ -1,11 +1,11 @@
module github.com/tardisx/gropple
go 1.20
go 1.22
require (
github.com/gorilla/mux v1.8.1
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.14.0
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.16.0
gopkg.in/yaml.v2 v2.4.0
)