Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make bazel-remote packages consumable as a module #646

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

mostynb
Copy link
Collaborator

@mostynb mostynb commented Mar 5, 2023

The new import path is:
github.com/buchgr/bazel-remote/v2

Warning: bazel-remote go packages do not follow semantic versioning rules, since it is primarily intended to be consumed as a standalone executable.

I aim to maintain backwards compatibility for the standalone executable (within each major release), but provide no guarantees on the stability of the packages used internally.

Relates to #635.

@dragonsinth
Copy link

Seems to work, although can't really tell for sure without d0d2a17 getting pushed into buchgr/bazel-remote.

~/src/mn/projects/fullstory/go/src/fs go get github.com/buchgr/bazel-remote/v2@d0d2a176911690d050f29058bede3d33524db372
go: github.com/buchgr/bazel-remote/v2@d0d2a176911690d050f29058bede3d33524db372: invalid version: unknown revision d0d2a176911690d050f29058bede3d33524db372


~/src/mn/projects/fullstory/go/src/fs go get github.com/mostynb/bazel-remote/v2@d0d2a176911690d050f29058bede3d33524db372
go: downloading github.com/mostynb/bazel-remote/v2 v2.0.0-20230305180615-d0d2a1769116
go: github.com/mostynb/bazel-remote/v2@v2.0.0-20230305180615-d0d2a1769116: parsing go.mod:
	module declares its path as: github.com/buchgr/bazel-remote/v2
	        but was required as: github.com/mostynb/bazel-remote/v2

The new import path is:
github.com/buchgr/bazel-remote/v2

Warning: bazel-remote go packages do not follow semantic versioning rules,
since it is primarily intended to be consumed as a standalone executable.

I aim to maintain backwards compatibility for the standalone executable
(within each major release), but provide no guarantees on the stability of
the packages used internally.

Relates to buchgr#635.
@mostynb mostynb merged commit 8d472a9 into buchgr:master Mar 6, 2023
@mostynb mostynb deleted the module_consumability branch March 6, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants