File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
1616 github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
1717 github.com/influxdata/influxdb-client-go/v2 v2.12.3
18- github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250330053232-8078e4975698
18+ github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250604083457-5b596b498aa8
1919 github.com/instill-ai/usage-client v0.3.0-alpha.0.20250313022849-49504d982f18
2020 github.com/instill-ai/x v0.8.0-alpha.0.20250522164415-9172edd336bb
2121 github.com/knadh/koanf v1.5.0
Original file line number Diff line number Diff line change @@ -351,8 +351,8 @@ github.com/influxdata/influxdb-client-go/v2 v2.12.3 h1:28nRlNMRIV4QbtIUvxhWqaxn0
351351github.com/influxdata/influxdb-client-go/v2 v2.12.3 /go.mod h1:IrrLUbCjjfkmRuaCiGQg4m2GbkaeJDcuWoxiWdQEbA0 =
352352github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 h1:W9WBk7wlPfJLvMCdtV4zPulc4uCPrlywQOmbFOhgQNU =
353353github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 /go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo =
354- github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250330053232-8078e4975698 h1:1S3uhIUTODsVBTERxVK0BvnuCxoaninBPpuBhsFw6mw =
355- github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250330053232-8078e4975698 /go.mod h1:FuQL8siq3GgUFUlvKUKmLv3bgHxEVPeNfOZWQKRdPg0 =
354+ github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250604083457-5b596b498aa8 h1:4UMWZOBg6eEat1H8DXg3OnBetVQOCgsvB3PGAbjgl/k =
355+ github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250604083457-5b596b498aa8 /go.mod h1:bCnBosofpaUxKBuTTJM3/I3thAK37kvfBnKByjnLsl4 =
356356github.com/instill-ai/usage-client v0.3.0-alpha.0.20250313022849-49504d982f18 h1:RFdRDODY4qMTTIcKm4TBMpYhxDGFCql6HQ7oocA+WeQ =
357357github.com/instill-ai/usage-client v0.3.0-alpha.0.20250313022849-49504d982f18 /go.mod h1:/B+Irg9TYBlP+X79GZ+yvPxFvC+7fbRL7APNGiJlDSk =
358358github.com/instill-ai/x v0.8.0-alpha.0.20250522164415-9172edd336bb h1:lrHTet3MB9ctNTvY/H8qcyiHd1vdTRqzUMkGsh5/Pp8 =
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func (s *Service) GetNamespaceTier(ctx context.Context, ns *resource.Namespace)
7777 }
7878 if sub .GetSubscription ().Plan == mgmtpb .UserSubscription_PLAN_FREE {
7979 return TierFree , nil
80- } else if sub .GetSubscription ().Plan == mgmtpb .UserSubscription_PLAN_PRO {
80+ } else if sub .GetSubscription ().Plan == mgmtpb .UserSubscription_PLAN_STARTER {
8181 return TierPro , nil
8282 }
8383 return "" , fmt .Errorf ("unknown user subscription plan: %v" , sub .GetSubscription ().Plan )
You can’t perform that action at this time.
0 commit comments