Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfoley committed Jan 3, 2023
1 parent 2cb73d9 commit fcbef75
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 @@ -14,10 +14,10 @@ IP address and network manipulation, CIDR, operations, iterations, containment c
| ------- | ------------- |
| [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.2](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.5.2) | Requires Go 1.18 or higher |
| [1.5.3](https://github.com/seancfoley/ipaddress-go/releases/tag/v1.5.3) | Requires Go 1.18 or higher |

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

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

0 comments on commit fcbef75

Please sign in to comment.