-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (21 loc) · 769 Bytes
/
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
module github.com/benchub/rotten
go 1.21.1
require (
github.com/benchub/runningstat v0.2.0
github.com/jackc/pgx/v5 v5.6.0
github.com/mitchellh/reflectwalk v1.0.2
github.com/pganalyze/pg_query_go/v5 v5.1.0
github.com/tj/go-pg-escape v1.1.0
)
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)