-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
38 lines (33 loc) · 1.25 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
module github.com/geldata/gel-go
go 1.23.0
toolchain go1.23.5
require (
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d
github.com/kaptinlin/jsonschema v0.2.2
github.com/pelletier/go-toml/v2 v2.2.1
github.com/sigurn/crc16 v0.0.0-20240131213347-83fcde1e29d1
github.com/stretchr/testify v1.9.0
github.com/xdg/scram v1.0.5
golang.org/x/sys v0.30.0
)
require (
github.com/fatih/color v1.18.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/goccy/go-yaml v1.13.4 // indirect
github.com/gotnospirit/makeplural v0.0.0-20180622080156-a5f48d94d976 // indirect
github.com/gotnospirit/messageformat v0.0.0-20221001023931-dfe49f1eb092 // indirect
github.com/kaptinlin/go-i18n v0.1.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xdg/stringprep v1.0.3 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/text v0.22.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)