-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 915 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
25
26
27
module github.com/noneymous/PgProxy
go 1.21
require (
github.com/davecgh/go-spew v1.1.1
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgproto3/v2 v2.3.3
github.com/lithammer/shortuuid/v4 v4.2.0
github.com/noneymous/go-sqlfmt v0.0.0-20241125135313-aed50bb33bad
github.com/orcaman/concurrent-map/v2 v2.0.1
github.com/siemens/GoScans v0.0.0-20241219103026-9e2d8faf13cd
golang.org/x/crypto v0.31.0
golang.org/x/text v0.21.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/tools v0.24.0 // indirect
)