Skip to content

Commit

Permalink
go deps upgrade and tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
skyscrapr committed Jun 12, 2023
1 parent 0e401ff commit 5c60cef
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 @@ -11,7 +11,7 @@ require (

require (
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/skyscrapr/openai-sdk-go v0.0.0-20230606084659-1bf4b2390a29
github.com/skyscrapr/openai-sdk-go v0.0.0-20230611232602-0411def76396
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFR
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0=
github.com/skyscrapr/openai-sdk-go v0.0.0-20230606084659-1bf4b2390a29 h1:5B7TJlGmxOM38a8FQ+ZOxzMcfzcBob6ZQ6j4zHMSBp8=
github.com/skyscrapr/openai-sdk-go v0.0.0-20230606084659-1bf4b2390a29/go.mod h1:FsqF4u4OHs6BFjFuQavyHuqI8eWDt68fdLvfP/gXns8=
github.com/skyscrapr/openai-sdk-go v0.0.0-20230611232602-0411def76396 h1:flph1ym+D8rDVYiQuHFJpdGWrex7j9aadUQubpyZiHY=
github.com/skyscrapr/openai-sdk-go v0.0.0-20230611232602-0411def76396/go.mod h1:FsqF4u4OHs6BFjFuQavyHuqI8eWDt68fdLvfP/gXns8=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
Expand Down

0 comments on commit 5c60cef

Please sign in to comment.