FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
function-openai/go.mod at main · upbound/function-openai · GitHub
upbound
/
function-openai
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
function-openai
/
go.mod
Copy path
More file actions
More file actions
Latest commit
History
History
History
122 lines (117 loc) · 5.33 KB
Breadcrumbs
function-openai
/
go.mod
Copy path
File metadata and controls
122 lines (117 loc) · 5.33 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
module
github.com/upbound/function-openai
go
1.24
toolchain
go1.24.4
require
(
github.com/alecthomas/kong
v1.4.0
github.com/crossplane/function-sdk-go
v0.5.0-rc.0.0.20250805171053-2910b68d255d
github.com/google/go-cmp
v0.7.0
github.com/i2y/langchaingo-mcp-adapter
v0.0.0-20250623114610-a01671e1c8df
github.com/mark3labs/mcp-go
v0.37.0
github.com/tidwall/gjson
v1.18.0
github.com/tidwall/sjson
v1.2.5
github.com/tmc/langchaingo
v0.1.13
google.golang.org/protobuf
v1.36.6
k8s.io/apimachinery
v0.31.2
sigs.k8s.io/controller-tools
v0.16.5
sigs.k8s.io/yaml
v1.4.0
)
require
(
dario.cat/mergo
v1.0.1
//
indirect
github.com/Masterminds/goutils
v1.1.1
//
indirect
github.com/Masterminds/semver/v3
v3.2.0
//
indirect
github.com/Masterminds/sprig/v3
v3.2.3
//
indirect
github.com/bahlo/generic-list-go
v0.2.0
//
indirect
github.com/bmatcuk/doublestar/v4
v4.0.2
//
indirect
github.com/buger/jsonparser
v1.1.1
//
indirect
github.com/crossplane/crossplane-runtime
v1.20.0
//
indirect
github.com/davecgh/go-spew
v1.1.2-0.20180830191138-d8f796af33cc
//
indirect
github.com/dlclark/regexp2
v1.10.0
//
indirect
github.com/dustin/go-humanize
v1.0.1
//
indirect
github.com/emicklei/go-restful/v3
v3.12.1
//
indirect
github.com/evanphx/json-patch/v5
v5.9.0
//
indirect
github.com/fatih/color
v1.18.0
//
indirect
github.com/fsnotify/fsnotify
v1.8.0
//
indirect
github.com/fxamacker/cbor/v2
v2.7.0
//
indirect
github.com/go-json-experiment/json
v0.0.0-20240815175050-ebd3a8989ca1
//
indirect
github.com/go-logr/logr
v1.4.2
//
indirect
github.com/go-logr/zapr
v1.3.0
//
indirect
github.com/go-openapi/jsonpointer
v0.21.0
//
indirect
github.com/go-openapi/jsonreference
v0.21.0
//
indirect
github.com/go-openapi/swag
v0.23.0
//
indirect
github.com/gobuffalo/flect
v1.0.3
//
indirect
github.com/gogo/protobuf
v1.3.2
//
indirect
github.com/golang/protobuf
v1.5.4
//
indirect
github.com/google/addlicense
v1.1.1
//
indirect
github.com/google/gnostic-models
v0.6.9-0.20230804172637-c7be7c783f49
//
indirect
github.com/google/gofuzz
v1.2.0
//
indirect
github.com/google/uuid
v1.6.0
//
indirect
github.com/goph/emperror
v0.17.2
//
indirect
github.com/huandu/xstrings
v1.3.3
//
indirect
github.com/imdario/mergo
v0.3.16
//
indirect
github.com/inconshreveable/mousetrap
v1.1.0
//
indirect
github.com/invopop/jsonschema
v0.13.0
//
indirect
github.com/josharian/intern
v1.0.0
//
indirect
github.com/json-iterator/go
v1.1.12
//
indirect
github.com/klauspost/compress
v1.18.0
//
indirect
github.com/mailru/easyjson
v0.7.7
//
indirect
github.com/mattn/go-colorable
v0.1.13
//
indirect
github.com/mattn/go-isatty
v0.0.20
//
indirect
github.com/mitchellh/copystructure
v1.2.0
//
indirect
github.com/mitchellh/reflectwalk
v1.0.2
//
indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd
//
indirect
github.com/modern-go/reflect2
v1.0.2
//
indirect
github.com/munnerz/goautoneg
v0.0.0-20191010083416-a7dc8b61c822
//
indirect
github.com/nikolalohinski/gonja
v1.5.3
//
indirect
github.com/pelletier/go-toml/v2
v2.2.3
//
indirect
github.com/pkg/errors
v0.9.1
//
indirect
github.com/pkoukk/tiktoken-go
v0.1.6
//
indirect
github.com/prometheus/client_golang
v1.21.1
//
indirect
github.com/shopspring/decimal
v1.2.0
//
indirect
github.com/sirupsen/logrus
v1.9.3
//
indirect
github.com/spf13/afero
v1.12.0
//
indirect
github.com/spf13/cast
v1.7.1
//
indirect
github.com/spf13/cobra
v1.9.1
//
indirect
github.com/spf13/pflag
v1.0.6
//
indirect
github.com/tidwall/match
v1.1.1
//
indirect
github.com/tidwall/pretty
v1.2.1
//
indirect
github.com/wk8/go-ordered-map/v2
v2.1.8
//
indirect
github.com/x448/float16
v0.8.4
//
indirect
github.com/yargevad/filepathx
v1.0.0
//
indirect
github.com/yosida95/uritemplate/v3
v3.0.2
//
indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
v0.60.0
//
indirect
go.opentelemetry.io/otel
v1.35.0
//
indirect
go.opentelemetry.io/otel/sdk/metric
v1.35.0
//
indirect
go.starlark.net
v0.0.0-20230525235612-a134d8f9ddca
//
indirect
go.uber.org/multierr
v1.11.0
//
indirect
go.uber.org/zap
v1.27.0
//
indirect
golang.org/x/crypto
v0.39.0
//
indirect
golang.org/x/exp
v0.0.0-20240909161429-701f63a606c0
//
indirect
golang.org/x/mod
v0.25.0
//
indirect
golang.org/x/net
v0.41.0
//
indirect
golang.org/x/oauth2
v0.27.0
//
indirect
golang.org/x/sync
v0.15.0
//
indirect
golang.org/x/sys
v0.33.0
//
indirect
golang.org/x/term
v0.32.0
//
indirect
golang.org/x/text
v0.26.0
//
indirect
golang.org/x/time
v0.11.0
//
indirect
golang.org/x/tools
v0.33.0
//
indirect
google.golang.org/genproto/googleapis/api
v0.0.0-20250218202821-56aae31c358a
//
indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-20250218202821-56aae31c358a
//
indirect
google.golang.org/grpc
v1.71.1
//
indirect
gopkg.in/inf.v0
v0.9.1
//
indirect
gopkg.in/yaml.v2
v2.4.0
//
indirect
gopkg.in/yaml.v3
v3.0.1
//
indirect
k8s.io/api
v0.31.2
//
indirect
k8s.io/apiextensions-apiserver
v0.31.2
//
indirect
k8s.io/client-go
v0.31.2
//
indirect
k8s.io/klog/v2
v2.130.1
//
indirect
k8s.io/kube-openapi
v0.0.0-20240808142205-8e686545bdb8
//
indirect
k8s.io/utils
v0.0.0-20240902221715-702e33fdd3c3
//
indirect
sigs.k8s.io/controller-runtime
v0.19.0
//
indirect
sigs.k8s.io/json
v0.0.0-20221116044647-bc3834ca7abd
//
indirect
sigs.k8s.io/structured-merge-diff/v4
v4.4.1
//
indirect
)
tool
(
github.com/google/addlicense
sigs.k8s.io/controller-tools/cmd/controller-gen
)
Back
|
FazBrowse Home
|
New Git URL