Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 374047a

Browse files
Merge pull request #100 from libp2p/remove-gomod-note
remove note about go modules in README
2 parents f2cb2e3 + 52b60ae commit 374047a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ As `go-libp2p-noise` is still in development, it is not included as a default de
4242
go get github.com/libp2p/go-libp2p-noise
4343
```
4444

45-
This repo is [gomod](https://github.com/golang/go/wiki/Modules) compatible, and users of
46-
go 1.12 and later with modules enabled will automatically pull the latest tagged release
47-
by referencing this package. Upgrades to future releases can be managed using `go get`,
48-
or by editing your `go.mod` file as [described by the gomod documentation](https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies).
49-
5045
## Usage
5146

5247
`go-libp2p-noise` is not currently enabled by default when constructing a new libp2p

0 commit comments

Comments
 (0)