Skip to content

Commit

Permalink
bug: fix logger reference in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Dec 12, 2024
1 parent 0c4d460 commit f741795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions apiclient/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ module github.com/otto8-ai/otto8/apiclient

go 1.23.1

replace github.com/otto8-ai/otto8/logger => ../logger

require (
github.com/getkin/kin-openapi v0.124.0
github.com/gptscript-ai/go-gptscript v0.9.4
github.com/otto8-ai/otto8/logger v0.0.0-00010101000000-000000000000
github.com/otto8-ai/otto8/logger v0.0.0-20241210141510-f6d8aba1961a
)

require (
Expand Down
2 changes: 2 additions & 0 deletions apiclient/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
github.com/otto8-ai/otto8/logger v0.0.0-20241210141510-f6d8aba1961a h1:GB3y6++/0o3FV6hsP8Z05ITYzq0VxP7J8gSc1wx6UP8=
github.com/otto8-ai/otto8/logger v0.0.0-20241210141510-f6d8aba1961a/go.mod h1:Pc72R5/iuITWNUVFX3T01JDxW53WUkDup8jGYR1n2l4=
github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s=
github.com/perimeterx/marshmallow v1.1.5/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/otto8-ai/nah v0.0.0-20241207061352-8dac36960968
github.com/otto8-ai/namegenerator v0.0.0-20241115024503-63dbbe8f03f4
github.com/otto8-ai/otto8/apiclient v0.0.0-00010101000000-000000000000
github.com/otto8-ai/otto8/logger v0.0.0-00010101000000-000000000000
github.com/otto8-ai/otto8/logger v0.0.0-20241210141510-f6d8aba1961a
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/pterm/pterm v0.12.79
github.com/robfig/cron/v3 v3.0.1
Expand Down

0 comments on commit f741795

Please sign in to comment.