forked from mojo-lang/mojo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
114 lines (111 loc) · 5.41 KB
/
go.mod
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
module github.com/mojo-lang/mojo
go 1.20
require (
github.com/antlr4-go/antlr/v4 v4.13.0
github.com/edwin-luijten/go_mod_parser v0.0.0-20190307065647-27b9ee14b099
github.com/fatih/structtag v1.2.0
github.com/gertd/go-pluralize v0.2.1
github.com/go-clang/clang-v10 v0.0.0-20211120055647-b59749ef6dbb
github.com/goccy/go-graphviz v0.1.2
github.com/json-iterator/go v1.1.12
github.com/mojo-lang/core/go v0.0.0-20240718132104-5daa639555b5
github.com/mojo-lang/db/go v0.0.0-20240717081137-04f474db3557
github.com/mojo-lang/document/go v0.0.0-20231009062124-1063661ebfdd
github.com/mojo-lang/geom/go v0.0.0-20231010083419-ae85d486df78
github.com/mojo-lang/http/go v0.0.0-20240627072315-89ee9c59b807
github.com/mojo-lang/lang/go v0.0.0-20240726065356-77211e8660f2
github.com/mojo-lang/openapi/go v0.0.0-20240104072634-11b492bf84c9
github.com/mojo-lang/protobuf/go v0.0.0-20231010083050-67d0430d7b2c
github.com/mojo-lang/rpc/go v0.0.0-20231010083250-7a2c9f3f5f32
github.com/mojo-lang/yaml/go v0.0.0-20231010072828-fb7b8987a3f0
github.com/otiai10/copy v1.14.0
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.26.0
google.golang.org/protobuf v1.33.0
)
require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
atomicgo.dev/schedule v0.0.2 // indirect
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/brianvoe/gofakeit/v6 v6.23.2 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/daveshanley/vacuum v0.3.7 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dop251/goja v0.0.0-20230707174833-636fdf960de1 // indirect
github.com/dop251/goja_nodejs v0.0.0-20230602164024-804a84515562 // indirect
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/getkin/kin-openapi v0.118.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/swag v0.19.5 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/go-swiss/fonts v0.0.0-20230807175105-90067c2f5042 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gookit/color v1.5.3 // indirect
github.com/invopop/yaml v0.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.5.4 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mmcloughlin/geohash v0.10.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/pb33f/libopenapi v0.9.7 // indirect
github.com/pb33f/libopenapi-validator v0.0.15 // indirect
github.com/perimeterx/marshmallow v1.1.4 // indirect
github.com/phpdave11/gofpdf v1.4.2 // indirect
github.com/pterm/pterm v0.12.62 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
github.com/smilextay/dm v0.0.0-20230925054544-9a664a54ce66 // indirect
github.com/smilextay/gorm-dm v0.0.0-20230925055508-bf78af3bbc54 // indirect
github.com/stephenafamo/goldmark-pdf v0.2.0 // indirect
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yuin/goldmark v1.5.6 // indirect
go.uber.org/goleak v1.2.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/mysql v1.5.1 // indirect
gorm.io/driver/postgres v1.5.2 // indirect
gorm.io/driver/sqlite v1.5.3 // indirect
gorm.io/gorm v1.25.4 // indirect
)