Skip to content

Instantly share code, notes, and snippets.

@btspoony
Created June 24, 2019 07:19
Show Gist options
  • Save btspoony/1ead80a506b4784c2440f67961e498ed to your computer and use it in GitHub Desktop.
Save btspoony/1ead80a506b4784c2440f67961e498ed to your computer and use it in GitHub Desktop.
go.mod without x for gfw
replace (
cloud.google.com/go => github.com/GoogleCloudPlatform/google-cloud-go latest
golang.org/x/crypto => github.com/golang/crypto latest
golang.org/x/net => github.com/golang/net latest
golang.org/x/sync => github.com/golang/sync latest
golang.org/x/sys => github.com/golang/sys latest
golang.org/x/text => github.com/golang/text latest
google.golang.org/appengine => github.com/golang/appengine latest
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment