Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley committed May 19, 2024
1 parent 808a701 commit 4c88618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ IP address and network manipulation, CIDR, address and subnet operations, iterat
| ------- | ------------- |
| [1.2.1](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.2.1) | Requires Go 1.12 or higher |
| [1.4.1](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.4.1) | Requires Go 1.13 or higher |
| [1.5.5](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.5.5) | Requires Go 1.18 or higher |
| [1.6.0](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.6.0) | Requires Go 1.18 or higher |

In your go.mod file:\
require github.com/seancfoley/ipaddress-go v1.5.5
require github.com/seancfoley/ipaddress-go v1.6.0

In your source file:\
import "github.com/seancfoley/ipaddress-go/ipaddr"
Expand Down

0 comments on commit 4c88618

Please sign in to comment.