-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
32 lines (29 loc) · 1.1 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
module github.com/caltechlibrary/dataset/v2
go 1.23.1
require (
github.com/caltechlibrary/dotpath v0.0.4
github.com/caltechlibrary/dsv1 v0.0.0-20220817192039-7c2741c5699d
github.com/caltechlibrary/models v0.0.5
github.com/caltechlibrary/pairtree v1.0.4
github.com/caltechlibrary/semver v0.0.0-20220817184719-a504da2d5c6a
github.com/glebarez/go-sqlite v1.22.0
github.com/go-sql-driver/mysql v1.8.1
github.com/google/uuid v1.6.0
github.com/lib/pq v1.10.9
github.com/pkg/fileutils v0.0.0-20181114200823-d734b7f202ba
gopkg.in/yaml.v3 v3.0.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nyaruka/phonenumbers v1.4.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
modernc.org/libc v1.37.6 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect
modernc.org/sqlite v1.28.0 // indirect
)