diff --git a/go.mod b/go.mod index a548c8f..3e6e3ef 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/gopatchy/header go 1.19 require ( - github.com/gopatchy/jsrest v0.0.0-20230420161234-12a6d6da8b7f + github.com/gopatchy/jsrest v0.0.0-20230420184928-8e3c5df83e40 github.com/stretchr/testify v1.8.2 ) diff --git a/go.sum b/go.sum index be7a5d1..f124369 100644 --- a/go.sum +++ b/go.sum @@ -3,6 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gopatchy/jsrest v0.0.0-20230420161234-12a6d6da8b7f h1:1uGPJm9K0Fro1UEcZpuK6FNPU/U1XX3aS3x0/PdFS40= github.com/gopatchy/jsrest v0.0.0-20230420161234-12a6d6da8b7f/go.mod h1:Ryi8LRBLFDhQsMQHuh+6VL7HcFWjBXOEiOy9Ip/Q+Ps= +github.com/gopatchy/jsrest v0.0.0-20230420184928-8e3c5df83e40 h1:O81TZmmHcnaiygHj/DtASr7THd+Pv1oC7TH2+KBHNmg= +github.com/gopatchy/jsrest v0.0.0-20230420184928-8e3c5df83e40/go.mod h1:Ryi8LRBLFDhQsMQHuh+6VL7HcFWjBXOEiOy9Ip/Q+Ps= github.com/gopatchy/metadata v0.0.0-20230420053349-25837551c11d h1:chunoM47vkWSanIvLx4uRSkLMG6chDZOy09L2tt/bv8= github.com/gopatchy/metadata v0.0.0-20230420053349-25837551c11d/go.mod h1:VgD33raUShjDePCDBo55aj+eSXFtUEpMzs+Ie39g2zo= github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=