diff --git a/adservice/weaver_gen.go b/adservice/weaver_gen.go index 63ea5db..2492cf2 100644 --- a/adservice/weaver_gen.go +++ b/adservice/weaver_gen.go @@ -138,7 +138,7 @@ func (s adService_client_stub) GetAds(ctx context.Context, a0 []string) (r0 []Ad // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/cartservice/weaver_gen.go b/cartservice/weaver_gen.go index 523bf97..37c9422 100644 --- a/cartservice/weaver_gen.go +++ b/cartservice/weaver_gen.go @@ -578,7 +578,7 @@ func (s cartCache_client_stub) Remove(ctx context.Context, a0 string) (r0 bool, // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/checkoutservice/weaver_gen.go b/checkoutservice/weaver_gen.go index bd6fe98..1c60bab 100644 --- a/checkoutservice/weaver_gen.go +++ b/checkoutservice/weaver_gen.go @@ -141,7 +141,7 @@ func (s checkoutService_client_stub) PlaceOrder(ctx context.Context, a0 PlaceOrd // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/currencyservice/weaver_gen.go b/currencyservice/weaver_gen.go index 409099d..774849b 100644 --- a/currencyservice/weaver_gen.go +++ b/currencyservice/weaver_gen.go @@ -208,7 +208,7 @@ func (s currencyService_client_stub) GetSupportedCurrencies(ctx context.Context) // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/emailservice/weaver_gen.go b/emailservice/weaver_gen.go index fea8f92..fc4c5f5 100644 --- a/emailservice/weaver_gen.go +++ b/emailservice/weaver_gen.go @@ -138,7 +138,7 @@ func (s emailService_client_stub) SendOrderConfirmation(ctx context.Context, a0 // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/frontend/weaver_gen.go b/frontend/weaver_gen.go index 1c28eb9..1649a6e 100644 --- a/frontend/weaver_gen.go +++ b/frontend/weaver_gen.go @@ -61,7 +61,7 @@ var _ weaver.Main = (*main_client_stub)(nil) // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/go.mod b/go.mod index 911e84f..6ccdf61 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,11 @@ module github.com/ServiceWeaver/onlineboutique go 1.21 require ( - github.com/ServiceWeaver/weaver v0.22.0 + github.com/ServiceWeaver/weaver v0.23.0 github.com/google/uuid v1.3.1 github.com/hashicorp/golang-lru/v2 v2.0.1 - go.opentelemetry.io/otel v1.18.0 - go.opentelemetry.io/otel/trace v1.18.0 + go.opentelemetry.io/otel v1.19.0 + go.opentelemetry.io/otel/trace v1.19.0 golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 ) @@ -28,18 +28,18 @@ require ( github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/stoewer/go-strcase v1.2.0 // indirect - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0 // indirect - go.opentelemetry.io/otel/metric v1.18.0 // indirect - go.opentelemetry.io/otel/sdk v1.16.0 // indirect + go.opentelemetry.io/otel/metric v1.19.0 // indirect + go.opentelemetry.io/otel/sdk v1.19.0 // indirect golang.org/x/mod v0.13.0 // indirect golang.org/x/sync v0.4.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/term v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/sys v0.15.0 // indirect + golang.org/x/term v0.15.0 // indirect + golang.org/x/text v0.14.0 // indirect golang.org/x/tools v0.14.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20230717213848-3f92550aa753 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect google.golang.org/protobuf v1.31.0 // indirect lukechampine.com/uint128 v1.2.0 // indirect modernc.org/cc/v3 v3.40.0 // indirect diff --git a/go.sum b/go.sum index bd246be..3aad902 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/DataDog/hyperloglog v0.0.0-20220804205443-1806d9b66146 h1:S5WsRc58vIe github.com/DataDog/hyperloglog v0.0.0-20220804205443-1806d9b66146/go.mod h1:hFPkswc42pKhRbeKDKXy05mRi7J1kJ2vMNbvd9erH0M= github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49 h1:EbzDX8HPk5uE2FsJYxD74QmMw0/3CqSKhEr6teh0ncQ= github.com/DataDog/mmh3 v0.0.0-20210722141835-012dc69a9e49/go.mod h1:SvsjzyJlSg0rKsqYgdcFxeEVflx3ZNAyFfkUHP0TxXg= -github.com/ServiceWeaver/weaver v0.22.0 h1:1VrW9pn2iTnaF23XkviQlVIw6AGP1VNhOjKESY1AXEI= -github.com/ServiceWeaver/weaver v0.22.0/go.mod h1:fOFTt+d1SSxcMxhQi6ft4KHiH1gnOWhS4DEobGD51tk= +github.com/ServiceWeaver/weaver v0.23.0 h1:Mme7hdj7qFJYr1tvuPWYTNjYXQCPe9SQHhvQQA6tTjM= +github.com/ServiceWeaver/weaver v0.23.0/go.mod h1:0/sacOP0MGBb4HqsQVhnEo7GYar1Y7isUzWmmYM2Wys= github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18= github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -58,18 +58,18 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 h1:KfYpVmrjI7JuToy5k8XV3nkapjWx48k4E4JOtVstzQI= -go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0/go.mod h1:SeQhzAEccGVZVEy7aH87Nh0km+utSpo1pTv6eMMop48= -go.opentelemetry.io/otel v1.18.0 h1:TgVozPGZ01nHyDZxK5WGPFB9QexeTMXEH7+tIClWfzs= -go.opentelemetry.io/otel v1.18.0/go.mod h1:9lWqYO0Db579XzVuCKFNPDl4s73Voa+zEck3wHaAYQI= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg= +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0/go.mod h1:62CPTSry9QZtOaSsE3tOzhx6LzDhHnXJ6xHeMNNiM6Q= +go.opentelemetry.io/otel v1.19.0 h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs= +go.opentelemetry.io/otel v1.19.0/go.mod h1:i0QyjOq3UPoTzff0PJB2N66fb4S0+rSbSB15/oyH9fY= go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0 h1:+XWJd3jf75RXJq29mxbuXhCXFDG3S3R4vBUeSI2P7tE= go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0/go.mod h1:hqgzBPTf4yONMFgdZvL/bK42R/iinTyVQtiWihs3SZc= -go.opentelemetry.io/otel/metric v1.18.0 h1:JwVzw94UYmbx3ej++CwLUQZxEODDj/pOuTCvzhtRrSQ= -go.opentelemetry.io/otel/metric v1.18.0/go.mod h1:nNSpsVDjWGfb7chbRLUNW+PBNdcSTHD4Uu5pfFMOI0k= -go.opentelemetry.io/otel/sdk v1.16.0 h1:Z1Ok1YsijYL0CSJpHt4cS3wDDh7p572grzNrBMiMWgE= -go.opentelemetry.io/otel/sdk v1.16.0/go.mod h1:tMsIuKXuuIWPBAOrH+eHtvhTL+SntFtXF9QD68aP6p4= -go.opentelemetry.io/otel/trace v1.18.0 h1:NY+czwbHbmndxojTEKiSMHkG2ClNH2PwmcHrdo0JY10= -go.opentelemetry.io/otel/trace v1.18.0/go.mod h1:T2+SGJGuYZY3bjj5rgh/hN7KIrlpWC5nS8Mjvzckz+0= +go.opentelemetry.io/otel/metric v1.19.0 h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE= +go.opentelemetry.io/otel/metric v1.19.0/go.mod h1:L5rUsV9kM1IxCj1MmSdS+JQAcVm319EUrDVLrt7jqt8= +go.opentelemetry.io/otel/sdk v1.19.0 h1:6USY6zH+L8uMH8L3t1enZPR3WFEmSTADlqldyHtJi3o= +go.opentelemetry.io/otel/sdk v1.19.0/go.mod h1:NedEbbS4w3C6zElbLdPJKOpJQOrGUJ+GfzpjUvI0v1A= +go.opentelemetry.io/otel/trace v1.19.0 h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg= +go.opentelemetry.io/otel/trace v1.19.0/go.mod h1:mfaSyvGyEJEI0nyV2I4qhNQnbBOUUmYZpYojqMnX2vo= golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 h1:MGwJjxBy0HJshjDNfLsYO8xppfqWlA5ZT9OhtUUhTNw= golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc= golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY= @@ -79,19 +79,19 @@ golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE= -golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek= -golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U= -golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k= -golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc= +golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.15.0 h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4= +golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= +golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= +golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/tools v0.14.0 h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc= golang.org/x/tools v0.14.0/go.mod h1:uYBEerGOWcJyEORxN+Ek8+TT266gXkNlHdJBwexUsBg= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= google.golang.org/genproto/googleapis/api v0.0.0-20230717213848-3f92550aa753 h1:lCbbUxUDD+DiXx9Q6F/ttL0aAu7N2pz8XnmMm8ZW4NE= google.golang.org/genproto/googleapis/api v0.0.0-20230717213848-3f92550aa753/go.mod h1:rsr7RhLuwsDKL7RmgDDCUc6yaGr1iqceVb5Wv6f6YvQ= -google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 h1:2FZP5XuJY9zQyGM5N0rtovnoXjiMUEIUMvw0m9wlpLc= -google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130/go.mod h1:8mL13HKkDa+IuJ8yruA3ci0q+0vsUz4m//+ottjwS5o= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 h1:bVf09lpb+OJbByTj913DRJioFFAjf/ZGxEz7MajTp2U= +google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98/go.mod h1:TUfxEVdsvPg18p6AslUXFoLdpED4oBnGwyqk3dV1XzM= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= diff --git a/paymentservice/weaver_gen.go b/paymentservice/weaver_gen.go index d57a126..70c472b 100644 --- a/paymentservice/weaver_gen.go +++ b/paymentservice/weaver_gen.go @@ -141,7 +141,7 @@ func (s paymentService_client_stub) Charge(ctx context.Context, a0 money.T, a1 C // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/productcatalogservice/weaver_gen.go b/productcatalogservice/weaver_gen.go index b559b71..1c8589a 100644 --- a/productcatalogservice/weaver_gen.go +++ b/productcatalogservice/weaver_gen.go @@ -291,7 +291,7 @@ func (s productCatalogService_client_stub) SearchProducts(ctx context.Context, a // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/recommendationservice/weaver_gen.go b/recommendationservice/weaver_gen.go index bd1fabc..e61c80f 100644 --- a/recommendationservice/weaver_gen.go +++ b/recommendationservice/weaver_gen.go @@ -138,7 +138,7 @@ func (s recommendationService_client_stub) ListRecommendations(ctx context.Conte // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/shippingservice/weaver_gen.go b/shippingservice/weaver_gen.go index c97fdd8..db96d52 100644 --- a/shippingservice/weaver_gen.go +++ b/shippingservice/weaver_gen.go @@ -215,7 +215,7 @@ func (s shippingService_client_stub) ShipOrder(ctx context.Context, a0 Address, // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/types/money/weaver_gen.go b/types/money/weaver_gen.go index c0bbf84..0fe6dd3 100644 --- a/types/money/weaver_gen.go +++ b/types/money/weaver_gen.go @@ -22,7 +22,7 @@ import ( // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/types/weaver_gen.go b/types/weaver_gen.go index 72358c0..1ebe284 100644 --- a/types/weaver_gen.go +++ b/types/weaver_gen.go @@ -25,7 +25,7 @@ import ( // you run "go build" or "go run". var _ codegen.LatestVersion = codegen.Version[[0][20]struct{}](` -ERROR: You generated this file with 'weaver generate' (devel) (codegen +ERROR: You generated this file with 'weaver generate' v0.23.1 (codegen version v0.20.0). The generated code is incompatible with the version of the github.com/ServiceWeaver/weaver module that you're using. The weaver module version can be found in your go.mod file or by running the following command. diff --git a/weaver.toml b/weaver.toml index 9b631fd..dc7d471 100644 --- a/weaver.toml +++ b/weaver.toml @@ -10,4 +10,4 @@ listeners.boutique = {address = "localhost:12345"} [gke] regions = ["us-west1"] -listeners.boutique = {public_hostname = "onlineboutique.serviceweaver.dev"} +listeners.boutique = {is_public = true, hostname = "onlineboutique.serviceweaver.dev"}