diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 355c70d1a7f8..7ce3424b0da8 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -61,6 +61,7 @@ "kms": "1.5.0", "language": "1.7.0", "lifesciences": "0.6.0", + "longrunning": "0.1.1", "managedidentities": "1.3.0", "mediatranslation": "0.6.0", "memcache": "1.6.0", diff --git a/compute/metadata/go.sum b/compute/metadata/go.sum deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/longrunning/go.mod b/longrunning/go.mod index 3ef5b56f3bf9..c5b96ea82108 100644 --- a/longrunning/go.mod +++ b/longrunning/go.mod @@ -3,7 +3,6 @@ module cloud.google.com/go/longrunning go 1.19 require ( - cloud.google.com/go v0.105.0 github.com/golang/protobuf v1.5.2 github.com/googleapis/gax-go/v2 v2.6.0 google.golang.org/api v0.100.0 diff --git a/longrunning/go.sum b/longrunning/go.sum index 59ef5783aa33..1e06c7128301 100644 --- a/longrunning/go.sum +++ b/longrunning/go.sum @@ -1,6 +1,4 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.105.0 h1:DNtEKRBAAzeS4KyIory52wWHuClNaXJ5x1F7xa4q+5Y= -cloud.google.com/go v0.105.0/go.mod h1:PrLgOJNe5nfE9UMxKxgXj4mD3voiP+YQ6gdt6KMFOKM= cloud.google.com/go/compute v1.10.0 h1:aoLIYaA1fX3ywihqpBk2APQKOo20nXsp1GEZQbx5Jk4= cloud.google.com/go/compute v1.10.0/go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= diff --git a/longrunning/internal/version.go b/longrunning/internal/version.go index b74ae121b41e..3d0db89907ed 100644 --- a/longrunning/internal/version.go +++ b/longrunning/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.1.0" +const Version = "0.1.1" diff --git a/longrunning/tidyfix.go b/longrunning/tidyfix.go deleted file mode 100644 index d9a07f99e0da..000000000000 --- a/longrunning/tidyfix.go +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright 2022 Google LLC -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// This file, and the {{.RootMod}} import, won't actually become part of -// the resultant binary. -//go:build modhack -// +build modhack - -package longrunning - -// Necessary for safely adding multi-module repo. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository -import _ "cloud.google.com/go" diff --git a/release-please-config-yoshi-submodules.json b/release-please-config-yoshi-submodules.json index 172016990f9d..b6c845735c99 100644 --- a/release-please-config-yoshi-submodules.json +++ b/release-please-config-yoshi-submodules.json @@ -189,6 +189,9 @@ "lifesciences": { "component": "lifesciences" }, + "longrunning": { + "component": "longrunning" + }, "managedidentities": { "component": "managedidentities" },