Skip to content

Commit 214afb2

Browse files
committed
using current httpclient main - I know it's bad
1 parent a6cb65d commit 214afb2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/deploymenttheory/go-api-http-client-integrations
33
go 1.22.4
44

55
require (
6-
github.com/deploymenttheory/go-api-http-client v0.2.9-0.20240724150845-18b22e095a48
6+
github.com/deploymenttheory/go-api-http-client v0.2.9-0.20240729085958-f2cfa229bce4
77
go.uber.org/zap v1.27.0
88
)
99

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ github.com/antchfx/xpath v1.3.1 h1:PNbFuUqHwWl0xRjvUPjJ95Agbmdj2uzzIwmQKgu4oCk=
44
github.com/antchfx/xpath v1.3.1/go.mod h1:i54GszH55fYfBmoZXapTHN8T8tkcHfRgLyVwwqzXNcs=
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7-
github.com/deploymenttheory/go-api-http-client v0.2.9-0.20240724150845-18b22e095a48 h1:WA7CHmND78QvwmkQWjbA10OSpA79yCJzaG2hbpG+v/E=
8-
github.com/deploymenttheory/go-api-http-client v0.2.9-0.20240724150845-18b22e095a48/go.mod h1:LKDnBcieS6CyikZjTKPpziVdxnTwzBHE6Hx1cuWRcuU=
7+
github.com/deploymenttheory/go-api-http-client v0.2.8 h1:1J+BycLkiq3zDM+Fg0YGCkeiY5SEMcdVKMCb6fM1nxE=
8+
github.com/deploymenttheory/go-api-http-client v0.2.8/go.mod h1:IAuMavznzbKFKQmMXg9t55uJmFjW5T0tgbv06Rd8YRs=
9+
github.com/deploymenttheory/go-api-http-client v0.2.9-0.20240729085958-f2cfa229bce4 h1:AXTxfKhE2R07C8TDH5vVbf1FwBe61wPoWJ1Y92+SdVA=
10+
github.com/deploymenttheory/go-api-http-client v0.2.9-0.20240729085958-f2cfa229bce4/go.mod h1:LKDnBcieS6CyikZjTKPpziVdxnTwzBHE6Hx1cuWRcuU=
911
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
1012
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
1113
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=

0 commit comments

Comments
 (0)