-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 756 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 756 Bytes
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
module github.com/timewarrior-synchronize/timew-sync-server
go 1.24.0
toolchain go1.24.1
require (
github.com/DATA-DOG/go-sqlmock v1.5.2
github.com/golang-migrate/migrate/v4 v4.19.1
github.com/google/go-cmp v0.7.0
github.com/lestrrat-go/jwx v1.2.31
github.com/mattn/go-sqlite3 v1.14.42
)
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.45.0 // indirect
)