Skip to content

Commit

Permalink
cleanup: fix github module link for request proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Calum Murray <[email protected]>
  • Loading branch information
Cali0707 committed Jun 10, 2024
1 parent 34608cc commit 74417d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions request-proxy/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module github.com/cali0707/auto-detect-tools
module github.com/cali0707/knative-llm-tool-provider

go 1.21.3

require github.com/cloudevents/sdk-go/v2 v2.12.0

require (
github.com/cloudevents/sdk-go/v2 v2.12.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
Expand Down

0 comments on commit 74417d0

Please sign in to comment.