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

Commit

Permalink
Merge pull request #100 from libp2p/remove-gomod-note
Browse files Browse the repository at this point in the history
remove note about go modules in README
  • Loading branch information
marten-seemann committed Jul 25, 2021
2 parents f2cb2e3 + 52b60ae commit 374047a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -42,11 +42,6 @@ As `go-libp2p-noise` is still in development, it is not included as a default de
go get github.com/libp2p/go-libp2p-noise
```

This repo is [gomod](https://github.com/golang/go/wiki/Modules) compatible, and users of
go 1.12 and later with modules enabled will automatically pull the latest tagged release
by referencing this package. Upgrades to future releases can be managed using `go get`,
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).

## Usage

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

0 comments on commit 374047a

Please sign in to comment.