This commit is contained in:
Ian Gulliver
2023-04-27 17:22:36 -07:00
parent 11e503db99
commit cc7b62ff7c
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/gopatchy/header
go 1.19
require (
github.com/gopatchy/jsrest v0.0.0-20230427161232-1d2f7769078f
github.com/gopatchy/jsrest v0.0.0-20230427234754-bbc8de765b72
github.com/stretchr/testify v1.8.2
)