-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
53 lines (50 loc) · 1.98 KB
/
Copy pathgo.mod
File metadata and controls
53 lines (50 loc) · 1.98 KB
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
module github.com/viant/forge
go 1.25.1
require (
codeberg.org/go-pdf/fpdf v0.10.0
github.com/fsnotify/fsnotify v1.8.0
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/gorilla/websocket v1.5.3
github.com/jessevdk/go-flags v1.6.1
github.com/ledongthuc/pdf v0.0.0-20250511090121-5959a4027728
github.com/stretchr/testify v1.11.1
github.com/tidwall/gjson v1.18.0
github.com/viant/afs v1.30.0
github.com/viant/jsonrpc v0.21.0
github.com/viant/mcp v0.10.0
github.com/viant/mcp-protocol v0.10.0
github.com/xuri/excelize/v2 v2.10.0
golang.org/x/image v0.33.0
gopkg.in/yaml.v3 v3.0.1
)
require (
cloud.google.com/go/compute/metadata v0.9.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tiendc/go-deepcopy v1.7.1 // indirect
github.com/viant/gosh v0.2.4 // indirect
github.com/viant/scy v0.25.3 // indirect
github.com/viant/toolbox v0.37.1-0.20241210210120-32350b063cf8 // indirect
github.com/viant/xreflect v0.7.3 // indirect
github.com/viant/xunsafe v0.10.3 // indirect
github.com/xuri/efp v0.0.1 // indirect
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
golang.org/x/oauth2 v0.32.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
google.golang.org/api v0.201.0 // indirect
google.golang.org/grpc v1.77.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)