-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
34 lines (31 loc) · 1.06 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/indexsupply/shovel
go 1.21
require (
blake.io/pqx v0.2.1
filippo.io/age v1.0.0
github.com/aws/aws-sdk-go v1.44.285
github.com/goccy/go-json v0.10.2
github.com/holiman/uint256 v1.2.4
github.com/jackc/pgx/v5 v5.6.0
github.com/klauspost/compress v1.17.4
github.com/kr/pretty v0.3.1
github.com/kr/session v0.2.1
golang.org/x/crypto v0.24.0
golang.org/x/sync v0.7.0
kr.dev/diff v0.3.0
nhooyr.io/websocket v1.8.10
)
require (
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.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
kr.dev/errorfmt v0.1.1 // indirect
)