All checks were successful
ci/woodpecker/push/build Pipeline was successful
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
52 lines
1.9 KiB
Modula-2
52 lines
1.9 KiB
Modula-2
module gitea.badhouseplants.net/softplayer/softplayer-backend
|
|
|
|
go 1.25.9
|
|
|
|
require (
|
|
github.com/alecthomas/assert/v2 v2.11.0
|
|
github.com/alecthomas/kong v1.15.0
|
|
github.com/go-logr/logr v1.4.3
|
|
github.com/go-logr/zapr v1.3.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/golang-migrate/migrate/v4 v4.19.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
|
|
github.com/mattn/go-colorable v0.1.14
|
|
github.com/redis/go-redis/v9 v9.18.0
|
|
github.com/stretchr/testify v1.11.1
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.47.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/repr v0.5.2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/moby/term v0.5.2 // indirect
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/oauth2 v0.36.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
gitea.badhouseplants.net/softplayer/softplayer-go-proto v0.0.0-20260511094640-0f4959475dc9
|
|
github.com/golang/protobuf v1.5.4
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
|
|
google.golang.org/grpc v1.80.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|