# Use IPFS as golang modules host instead of github

**URL:** https://discuss.ipfs.tech/t/use-ipfs-as-golang-modules-host-instead-of-github/7639
**Category:** Help
**Tags:** go-ipfs, files
**Created:** [April 4, 2020, 5:20pm UTC](https://discuss.ipfs.tech/t/use-ipfs-as-golang-modules-host-instead-of-github/7639 "2020-04-04T17:20:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tarek](https://avatars.discourse-cdn.com/v4/letter/t/cdc98d/32.png) [@tarek](https://discuss.ipfs.tech/u/tarek)
#### Post date: [April 4, 2020, 5:20pm UTC](https://discuss.ipfs.tech/t/use-ipfs-as-golang-modules-host-instead-of-github/7639/1 "2020-04-04T17:20:52Z")

</div>

any one here can help me with this

[https://stackoverflow.com/questions/61031892/use-ipfs-as-golang-modules-host-instead-of-github](https://stackoverflow.com/questions/61031892/use-ipfs-as-golang-modules-host-instead-of-github)

---

<div class="post-metadata">

### Author: ![hector](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ipfs.tech/hector/32/178_2.png) [@hector](https://discuss.ipfs.tech/u/hector)
#### Post date: [April 4, 2020, 6:50pm UTC](https://discuss.ipfs.tech/t/use-ipfs-as-golang-modules-host-instead-of-github/7639/2 "2020-04-04T18:50:28Z")

</div>

Short answer is no.

Long answer is, maybe look at [https://github.com/Stebalien/ipgo](https://github.com/Stebalien/ipgo) or [https://gist.github.com/anacrolix/14e776bc5a7a5fb3f5c4035ab0c41a9b/revisions](https://gist.github.com/anacrolix/14e776bc5a7a5fb3f5c4035ab0c41a9b/revisions) or even [https://github.com/whyrusleeping/gx](https://github.com/whyrusleeping/gx) and [https://github.com/whyrusleeping/gx-go](https://github.com/whyrusleeping/gx-go) , but they are all unmaintained.

---

<div class="post-metadata">

### Author: ![tarek](https://avatars.discourse-cdn.com/v4/letter/t/cdc98d/32.png) [@tarek](https://discuss.ipfs.tech/u/tarek)
#### Post date: [April 4, 2020, 7:49pm UTC](https://discuss.ipfs.tech/t/use-ipfs-as-golang-modules-host-instead-of-github/7639/3 "2020-04-04T19:49:47Z")

</div>

I’m thinking about use **goproxy** and create a project to provide this feature
