Skip to content

Commit

Permalink
chore: finish moving apiclient to obot-platform org
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Dec 17, 2024
1 parent 4004a5c commit 88e0781
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apiclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"strings"
"unicode/utf8"

"github.com/acorn-io/acorn/logger"
"github.com/obot-platform/obot/apiclient/types"
"github.com/obot-platform/obot/logger"
)

var log = logger.Package()
Expand Down
2 changes: 1 addition & 1 deletion apiclient/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/obot-platform/obot/apiclient
go 1.23.1

require (
github.com/acorn-io/acorn/logger v0.0.0-20241216130324-9a09554e0785
github.com/getkin/kin-openapi v0.124.0
github.com/gptscript-ai/go-gptscript v0.9.4
github.com/obot-platform/obot/logger v0.0.0-20241217130503-4004a5c69f32
)

require (
Expand Down
5 changes: 2 additions & 3 deletions apiclient/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
github.com/acorn-io/acorn/logger v0.0.0-20241216130324-9a09554e0785/go.mod h1:p1+KVqMIAMjKoQoYiNwG9uNlkdCP3pw85lFLI/+tsYE=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand All @@ -25,8 +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/acorn-io/acorn/logger v0.0.0-20241216130324-9a09554e0785 h1:nOyU2uk23fpVxfUh/s+5syXbvqpE2tHPl5chkUEFbg4=
github.com/acorn-io/acorn/logger v0.0.0-20241216130324-9a09554e0785/go.mod h1:p1+KVqMIAMjKoQoYiNwG9uNlkdCP3pw85lFLI/+tsYE=
github.com/obot-platform/obot/logger v0.0.0-20241217130503-4004a5c69f32 h1:PooNaWBm+SVJ5nif7t9eAy/bBgN5r6x2tWW9Za51gKk=
github.com/obot-platform/obot/logger v0.0.0-20241217130503-4004a5c69f32/go.mod h1:mstAp0dK+o0h8AGcfFjyMOwTc0DgIFnKldBARfYYQzI=
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
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/obot-platform/nah v0.0.0-20241217120500-e9169e4a999f
github.com/obot-platform/namegenerator v0.0.0-20241217121223-fc58bdb7dca2
github.com/obot-platform/obot/apiclient v0.0.0-00010101000000-000000000000
github.com/obot-platform/obot/logger v0.0.0-20241216130324-9a09554e0785
github.com/obot-platform/obot/logger v0.0.0-20241217130503-4004a5c69f32
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 Expand Up @@ -64,7 +64,6 @@ require (
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/a8m/envsubst v1.4.2 // indirect
github.com/acorn-io/acorn/logger v0.0.0-20241216130324-9a09554e0785 // indirect
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0k
github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
github.com/a8m/envsubst v1.4.2 h1:4yWIHXOLEJHQEFd4UjrWDrYeYlV7ncFWJOCBRLOZHQg=
github.com/a8m/envsubst v1.4.2/go.mod h1:MVUTQNGQ3tsjOOtKCNd+fl8RzhsXcDvvAEzkhGtlsbY=
github.com/acorn-io/acorn/logger v0.0.0-20241216130324-9a09554e0785 h1:nOyU2uk23fpVxfUh/s+5syXbvqpE2tHPl5chkUEFbg4=
github.com/acorn-io/acorn/logger v0.0.0-20241216130324-9a09554e0785/go.mod h1:p1+KVqMIAMjKoQoYiNwG9uNlkdCP3pw85lFLI/+tsYE=
github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=
github.com/adrg/xdg v0.5.3/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ=
github.com/alecthomas/assert/v2 v2.7.0 h1:QtqSACNS3tF7oasA8CU6A6sXZSBDqnm7RfpLl9bZqbE=
Expand Down

0 comments on commit 88e0781

Please sign in to comment.