-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 845 Bytes
/
go.mod
File metadata and controls
30 lines (27 loc) · 845 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
26
27
28
29
30
module go.sia.tech/vaultd // v0.3.6
go 1.26.0
require (
github.com/mattn/go-sqlite3 v1.14.40
go.sia.tech/core v0.19.0
go.sia.tech/coreutils v0.21.1
go.sia.tech/jape v0.14.1
go.uber.org/zap v1.27.1
golang.org/x/crypto v0.49.0
golang.org/x/text v0.35.0
gopkg.in/yaml.v3 v3.0.1
lukechampine.com/flagg v1.1.1
lukechampine.com/frand v1.5.1
)
require (
github.com/dunglas/httpsfv v1.1.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.59.0 // indirect
github.com/quic-go/webtransport-go v0.10.0 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
go.sia.tech/mux v1.4.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/tools v0.42.0 // indirect
)