Skip to content

Commit

Permalink
Update http client with the ideal reference alternative evaluation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azbesciak committed Sep 14, 2020
1 parent ca28aad commit 0efdea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion httpClient/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azbesciak/RealDecisionMaker/httpClient
go 1.12

require (
github.com/Azbesciak/RealDecisionMaker/lib v0.0.0-20200830140334-4144e361f2b4
github.com/Azbesciak/RealDecisionMaker/lib v0.0.0-20200913101259-ca28aad3eea7
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/contrib v0.0.0-20190923054218-35076c1b2bea
github.com/gin-gonic/gin v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions httpClient/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Azbesciak/RealDecisionMaker/lib v0.0.0-20200830140334-4144e361f2b4 h1:wVpZkRUcsT/ZdshFiA1x24K8i74jFoXS0bBl76ZX4dE=
github.com/Azbesciak/RealDecisionMaker/lib v0.0.0-20200830140334-4144e361f2b4/go.mod h1:6vIlkBvDu25g54Ga0Vvp04sxvBM848DCA0rKH0l5ajE=
github.com/Azbesciak/RealDecisionMaker/lib v0.0.0-20200913101259-ca28aad3eea7 h1:SE+1KOyb3LUnPGc0xN+ho0EHZdrKH5kXQCExi4wIqE4=
github.com/Azbesciak/RealDecisionMaker/lib v0.0.0-20200913101259-ca28aad3eea7/go.mod h1:6vIlkBvDu25g54Ga0Vvp04sxvBM848DCA0rKH0l5ajE=
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9 h1:h+KAZEUnNceFhqyH46BgwH4lk8m6pdR/3x3h7IPn7VA=
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9/go.mod h1:/n6+1/DWPltRLWL/VKyUxg6tzsl5kHUCcraimt4vr60=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 0efdea5

Please sign in to comment.