Skip to content

Commit

Permalink
to latest http client
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeker12 committed Jul 16, 2024
1 parent 136e724 commit 369da4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/credentials v1.17.23
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.57.1
github.com/deploymenttheory/go-api-http-client v0.2.7
github.com/deploymenttheory/go-api-http-client v0.2.8
github.com/deploymenttheory/go-api-http-client-integrations v0.0.8
github.com/mitchellh/mapstructure v1.5.0
howett.net/plist v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
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/deploymenttheory/go-api-http-client v0.2.7 h1:5OhgVSvJ+QjwLstZkZAnI1Y4+MQqLVjoFvdRSqXDy5I=
github.com/deploymenttheory/go-api-http-client v0.2.7/go.mod h1:IAuMavznzbKFKQmMXg9t55uJmFjW5T0tgbv06Rd8YRs=
github.com/deploymenttheory/go-api-http-client v0.2.8 h1:1J+BycLkiq3zDM+Fg0YGCkeiY5SEMcdVKMCb6fM1nxE=
github.com/deploymenttheory/go-api-http-client v0.2.8/go.mod h1:IAuMavznzbKFKQmMXg9t55uJmFjW5T0tgbv06Rd8YRs=
github.com/deploymenttheory/go-api-http-client-integrations v0.0.8 h1:Mjr36SIuVC1MRu0MGjmrGSW37TI3QpYkFpXtBFzGTzo=
github.com/deploymenttheory/go-api-http-client-integrations v0.0.8/go.mod h1:m9XNzP2pNsw8eg+Bdqjrnmn/QK1vrGsDDboabc//IdQ=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
Expand Down

0 comments on commit 369da4c

Please sign in to comment.