This commit is contained in:
Ian Gulliver
2023-04-30 16:11:53 -07:00
parent bcf410b4a7
commit d71eb284ae
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.19
require (
github.com/dchest/uniuri v1.2.0
github.com/go-resty/resty/v2 v2.7.0
github.com/gopatchy/jsrest v0.0.0-20230428140817-2ae31b25545e
github.com/gopatchy/jsrest v0.0.0-20230430221623-9f19b9d8dace
github.com/stretchr/testify v1.8.2
go.uber.org/goleak v1.2.1
)

4
go.sum
View File

@@ -5,8 +5,8 @@ github.com/dchest/uniuri v1.2.0 h1:koIcOUdrTIivZgSLhHQvKgqdWZq5d7KdMEWF1Ud6+5g=
github.com/dchest/uniuri v1.2.0/go.mod h1:fSzm4SLHzNZvWLvWJew423PhAzkpNQYq+uNLq4kxhkY=
github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY=
github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I=
github.com/gopatchy/jsrest v0.0.0-20230428140817-2ae31b25545e h1:4fSXeQoPOc5VVtS9VW82WN/lTBzeDn+17JIHc5pieMs=
github.com/gopatchy/jsrest v0.0.0-20230428140817-2ae31b25545e/go.mod h1:UbCpUbMPcF0WtfBPp1xb6QyequTftgVDqb8lR+cXNBc=
github.com/gopatchy/jsrest v0.0.0-20230430221623-9f19b9d8dace h1:ine4eLvCSNIqxe4ZPeaXxcbZNYJ/Quf9VGWujYYpEUc=
github.com/gopatchy/jsrest v0.0.0-20230430221623-9f19b9d8dace/go.mod h1:UbCpUbMPcF0WtfBPp1xb6QyequTftgVDqb8lR+cXNBc=
github.com/gopatchy/metadata v0.0.0-20230424223338-33e58fee42bf h1:HKCbhVEpC3++ydeapSJN2DGs9KGWMvOLpcZrwKkrXQs=
github.com/gopatchy/metadata v0.0.0-20230424223338-33e58fee42bf/go.mod h1:VgD33raUShjDePCDBo55aj+eSXFtUEpMzs+Ie39g2zo=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=