Skip to content

Commit daefcac

Browse files
committed
chore: up-version module name, add go ver req in readme
1 parent e5d1c4a commit daefcac

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# progressbar
22

33
[![CI](https://github.com/schollz/progressbar/actions/workflows/ci.yml/badge.svg?branch=master&event=push)](https://github.com/schollz/progressbar/actions/workflows/ci.yml)
4-
[![go report card](https://goreportcard.com/badge/github.com/schollz/progressbar)](https://goreportcard.com/report/github.com/schollz/progressbar)
4+
[![go report card](https://goreportcard.com/badge/github.com/schollz/progressbar)](https://goreportcard.com/report/github.com/schollz/progressbar)
55
[![coverage](https://img.shields.io/badge/coverage-84%25-brightgreen.svg)](https://gocover.io/github.com/schollz/progressbar)
6-
[![godocs](https://godoc.org/github.com/schollz/progressbar?status.svg)](https://godoc.org/github.com/schollz/progressbar/v3)
6+
[![godocs](https://godoc.org/github.com/schollz/progressbar?status.svg)](https://godoc.org/github.com/schollz/progressbar/v3)
77

88
A very simple thread-safe progress bar which should work on every OS without problems. I needed a progressbar for [croc](https://github.com/schollz/croc) and everything I tried had problems, so I made another one. In order to be OS agnostic I do not plan to support [multi-line outputs](https://github.com/schollz/progressbar/issues/6).
99

10+
## Requires
11+
12+
Progressbar V4 requires Go version v1.18 or later.
1013

1114
## Install
1215

1316
```
1417
go get -u github.com/schollz/progressbar/v3
1518
```
1619

17-
## Usage
20+
## Usage
1821

1922
### Basic usage
2023

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/schollz/progressbar/v3
1+
module github.com/schollz/progressbar/v4
22

33
require (
44
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213

0 commit comments

Comments
 (0)