-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
29 lines (25 loc) · 968 Bytes
/
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
module ariga.io/atlas-go-sdk
go 1.22
toolchain go1.22.0
require (
ariga.io/atlas v0.21.2-0.20240418081819-02b3f6239b04
github.com/mattn/go-sqlite3 v1.14.17
github.com/stretchr/testify v1.8.4
)
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)