Skip to content

Commit

Permalink
Revert to planetscale/vtprotobuf
Browse files Browse the repository at this point in the history
Now that planetscale/vtprotobuf#84 is merged,
revert to using the upstream project. We should update again when
there's a new release.
  • Loading branch information
axw committed Aug 30, 2023
1 parent 7183582 commit c45ebc2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aggregationpb/aggregation_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregationpb/labels_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/elastic/go-licenser v0.4.1
github.com/planetscale/vtprotobuf v0.4.0
github.com/planetscale/vtprotobuf v0.4.1-0.20230829082524-cb44ee83ff7f
golang.org/x/tools v0.12.0
honnef.co/go/tools v0.4.5
)
Expand All @@ -16,5 +16,3 @@ require (
golang.org/x/sys v0.11.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

replace github.com/planetscale/vtprotobuf => github.com/grafana/vtprotobuf v0.0.0-20230722075033-e8044ca07485
2 changes: 2 additions & 0 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/grafana/vtprotobuf v0.0.0-20230722075033-e8044ca07485 h1:gJYcsZJneV9DVvrcmmvGJLiuM/p+tcJ4cYu9oWvES2s=
github.com/grafana/vtprotobuf v0.0.0-20230722075033-e8044ca07485/go.mod h1:wm1N3qk9G/4+VM1WhpkLbvY/d8+0PbwYYpP5P5VhTks=
github.com/planetscale/vtprotobuf v0.4.1-0.20230829082524-cb44ee83ff7f h1:MtJqAXx9wXV/EppVKvLsjALDl3NzODAq3yHOAAHwFoU=
github.com/planetscale/vtprotobuf v0.4.1-0.20230829082524-cb44ee83ff7f/go.mod h1:wm1N3qk9G/4+VM1WhpkLbvY/d8+0PbwYYpP5P5VhTks=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand Down

0 comments on commit c45ebc2

Please sign in to comment.