34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module git.fossy.my.id/bagas/tunnel-please-controller
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
git.fossy.my.id/bagas/tunnel-please-grpc v1.5.0
|
|
github.com/jackc/pgx/v5 v5.10.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lestrrat-go/httprc/v3 v3.0.6
|
|
github.com/lestrrat-go/jwx/v3 v3.1.1
|
|
github.com/lestrrat-go/jwx/v4 v4.0.2
|
|
google.golang.org/grpc v1.81.1
|
|
)
|
|
|
|
require (
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
|
|
github.com/goccy/go-json v0.10.6 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
|
|
github.com/lestrrat-go/dsig v1.3.0 // indirect
|
|
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
|
|
github.com/segmentio/asm v1.2.1 // indirect
|
|
github.com/valyala/fastjson v1.6.10 // indirect
|
|
golang.org/x/crypto v0.50.0 // indirect
|
|
golang.org/x/net v0.52.0 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|