blob: d7acf7afa870af873567569b2afb635278258537 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
module go.lindenii.runxiyu.org/forge
go 1.24.1
require (
github.com/gliderlabs/ssh v0.3.8
github.com/jackc/pgx/v5 v5.7.5
golang.org/x/crypto v0.41.0
golang.org/x/sync v0.16.0
)
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // 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/stretchr/testify v1.10.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
)
|