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

chore(go.mod): fix module path #3

Merged
merged 2 commits into from
Oct 11, 2024
Merged

chore(go.mod): fix module path #3

merged 2 commits into from
Oct 11, 2024

Conversation

ryanschneider
Copy link
Contributor

@ryanschneider ryanschneider commented Oct 10, 2024

📝 Summary

I wanted to the the proxy/types.go as we discussed, but run into this error:

# go get github.com/flashbots/tdx-orderflow-proxy/proxy@latest
go: github.com/flashbots/tdx-orderflow-proxy@v0.1.0 (matching github.com/flashbots/tdx-orderflow-proxy/proxy@latest) requires github.com/flashbots/tdx-orderflow-proxy@v0.1.0: parsing go.mod:
	module declares its path as: github.com/flashbots/orderflow-proxy
	        but was required as: github.com/flashbots/tdx-orderflow-proxy

I'll work around it for now by checking out locally and using a replace directive.

⛱ Motivation and Context

Optionally we could just rename the GH repo instead, I'm open to either.

📚 References


✅ I have run these commands

  • make lint
  • make test
  • go mod tidy

@ryanschneider ryanschneider marked this pull request as ready for review October 10, 2024 23:22
@ryanschneider ryanschneider requested a review from dvush October 10, 2024 23:22
@dvush dvush merged commit 5888545 into main Oct 11, 2024
2 checks passed
@dvush dvush deleted the go-mod-fix branch October 11, 2024 12:29
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.

2 participants