-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (45 loc) · 1.71 KB
/
Copy pathgo.mod
File metadata and controls
48 lines (45 loc) · 1.71 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module go.sia.tech/explored // v0.4.4
go 1.26.0
require (
github.com/google/go-cmp v0.7.0
github.com/jackc/pgx/v5 v5.11.0
github.com/mattn/go-sqlite3 v1.14.52
github.com/oschwald/geoip2-golang v1.13.0
go.sia.tech/core v0.21.7
go.sia.tech/coreutils v0.24.1
go.sia.tech/jape v0.14.3
go.uber.org/goleak v1.3.0
go.uber.org/zap v1.28.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
gopkg.in/yaml.v3 v3.0.1
lukechampine.com/frand v1.5.1
lukechampine.com/upnp v0.3.0
)
require (
github.com/bytedance/gopkg v0.1.3 // indirect
github.com/bytedance/sonic v1.15.3 // indirect
github.com/bytedance/sonic/loader v0.5.2 // indirect
github.com/cloudwego/base64x v0.1.6 // indirect
github.com/dunglas/httpsfv v1.1.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.62.0 // indirect
github.com/quic-go/webtransport-go v0.13.0 // indirect
github.com/rogpeppe/go-internal v1.16.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
go.etcd.io/bbolt v1.5.0 // indirect
go.sia.tech/mux v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/crypto v0.57.0 // indirect
golang.org/x/net v0.58.0 // indirect
golang.org/x/sync v0.23.0 // indirect
golang.org/x/sys v0.48.0 // indirect
golang.org/x/text v0.42.0 // indirect
golang.org/x/tools v0.49.0 // indirect
)