-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
34 lines (31 loc) · 1.23 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
module github.com/caltechlibrary/irdmtools
go 1.22.1
require (
github.com/caltechlibrary/crossrefapi v1.0.7
github.com/caltechlibrary/dataciteapi v1.1.0
github.com/caltechlibrary/dataset/v2 v2.1.10
github.com/caltechlibrary/eprinttools v1.3.7
github.com/caltechlibrary/pairtree v1.0.3
github.com/caltechlibrary/simplified v0.0.23
github.com/go-sql-driver/mysql v1.7.1
github.com/lib/pq v1.10.9
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/caltechlibrary/doitools v0.0.2 // indirect
github.com/caltechlibrary/dotpath v0.0.4 // indirect
github.com/caltechlibrary/dsv1 v0.0.0-20220817192039-7c2741c5699d // indirect
github.com/caltechlibrary/semver v0.0.0-20220817184719-a504da2d5c6a // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/glebarez/go-sqlite v1.22.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // 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
)