-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 690 Bytes
/
go.mod
File metadata and controls
23 lines (19 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/xdave/keyid
go 1.22
toolchain go1.22.1
require (
github.com/dvcrn/go-rekordbox v0.0.0-20231108014618-009cde44fc50
github.com/mattn/go-nulltype v0.0.0-20230117041332-6715e831ac05
go.uber.org/fx v1.21.0
)
require (
github.com/andreburgaud/crypt2go v1.5.0 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/nurcahyaari/sqlabst v0.0.0-20220902160139-0f2eb23feed8 // indirect
github.com/xeodou/go-sqlcipher v0.0.0-20200727080346-d681773ef093 // indirect
go.uber.org/dig v1.17.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)