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

remove note about go modules in README #100

Merged
merged 1 commit into from Jul 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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