Skip to content

Commit

Permalink
chore: cleanup files of newly carved out modules (#6947)
Browse files Browse the repository at this point in the history
- prepping for both modules to be updated by release-please
- delete weak references to parent modules
- tidy up some mods/sum

Changes:

feat(compute/metadata): drop weak dep on parent module
feat(longrunning): drop weak dep on parent module
  • Loading branch information
codyoss authored Oct 27, 2022
1 parent 900afc4 commit 851a985
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 27 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Empty file removed compute/metadata/go.sum
Empty file.
1 change: 0 additions & 1 deletion longrunning/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions longrunning/go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
2 changes: 1 addition & 1 deletion longrunning/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
23 changes: 0 additions & 23 deletions longrunning/tidyfix.go

This file was deleted.

3 changes: 3 additions & 0 deletions release-please-config-yoshi-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
"lifesciences": {
"component": "lifesciences"
},
"longrunning": {
"component": "longrunning"
},
"managedidentities": {
"component": "managedidentities"
},
Expand Down

0 comments on commit 851a985

Please sign in to comment.