git init
This commit is contained in:
17
control-plane/backend/go.mod
Normal file
17
control-plane/backend/go.mod
Normal file
@@ -0,0 +1,17 @@
|
||||
module github.com/vps-control/vps-control/control-plane/backend
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/jackc/pgx/v5 v5.5.5
|
||||
golang.org/x/crypto v0.23.0
|
||||
)
|
||||
|
||||
require (
|
||||
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
|
||||
golang.org/x/sync v0.1.0 // indirect
|
||||
golang.org/x/sys v0.20.0 // indirect
|
||||
golang.org/x/text v0.15.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user