File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11## ansi
2- ![ Project status] ( https://img.shields.io/badge/version-2.1 .0-green.svg )
2+ ![ Project status] ( https://img.shields.io/badge/version-3.0 .0-green.svg )
33[ ![ GoDoc] ( https://godoc.org/github.com/go-playground/ansi?status.svg )] ( https://godoc.org/github.com/go-playground/ansi )
44![ License] ( https://img.shields.io/dub/l/vibe-d.svg )
55
@@ -16,7 +16,7 @@ Installation
1616Use go get
1717
1818``` shell
19- go get -u github.com/go-playground/ansi
19+ go get -u github.com/go-playground/ansi/v3
2020```
2121
2222Usage
@@ -27,7 +27,7 @@ package main
2727import (
2828 " fmt"
2929
30- " github.com/go-playground/ansi"
30+ " github.com/go-playground/ansi/v3 "
3131)
3232
3333// make your own combinations if you want
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "fmt"
55
6- "github.com/go-playground/ansi"
6+ "github.com/go-playground/ansi/v3 "
77)
88
99// make your own combinations if you want
Original file line number Diff line number Diff line change 1+ module github.com/go-playground/ansi/v3
2+
3+ go 1.13
You can’t perform that action at this time.
0 commit comments