-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (49 loc) · 2.1 KB
/
Copy pathgo.mod
File metadata and controls
52 lines (49 loc) · 2.1 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
module github.com/nzlov/anycode
go 1.26
require (
entgo.io/ent v0.14.6
github.com/99designs/gqlgen v0.17.89
github.com/SherClockHolmes/webpush-go v1.4.0
github.com/creack/pty v1.1.24
github.com/dop251/goja v0.0.0-20260701091749-b07b74453ea9
github.com/expr-lang/expr v1.17.8
github.com/gorilla/websocket v1.5.0
github.com/jackc/pgx/v5 v5.10.0
github.com/tursodatabase/libsql-client-go v0.0.0-20260528064733-9d5d30a29a60
github.com/vektah/gqlparser/v2 v2.5.32
turso.tech/database/tursogo v0.7.0
)
require (
ariga.io/atlas v0.36.2-0.20250730182955-2c6300d0a3e1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/agnivade/levenshtein v1.2.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/coder/websocket v1.8.12 // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
github.com/sosodev/duration v1.4.0 // indirect
github.com/tursodatabase/turso-go-platform-libs v0.7.0 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.34.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)