Skip to content

Commit 45cc261

Browse files
committed
updates
1 parent 3ad0123 commit 45cc261

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
[![License](https://img.shields.io/github/license/caffix/queue)](https://www.apache.org/licenses/LICENSE-2.0)
44
[![Go Report](https://goreportcard.com/badge/github.com/caffix/queue)](https://goreportcard.com/report/github.com/caffix/queue)
55
[![CodeFactor](https://www.codefactor.io/repository/github/caffix/queue/badge)](https://www.codefactor.io/repository/github/caffix/queue)
6-
[![Maintainability](https://api.codeclimate.com/v1/badges/c7b6287b1861d640f1ed/maintainability)](https://codeclimate.com/github/caffix/queue/maintainability)
7-
[![Codecov](https://codecov.io/gh/caffix/queue/branch/master/graph/badge.svg)](https://codecov.io/gh/caffix/queue)
86

97
# A priority queue written in Go that signals using channels
108

119
## Installation [![Go Version](https://img.shields.io/github/go-mod/go-version/caffix/queue)](https://golang.org/dl/)
1210

1311
```bash
14-
go get -v -u github.com/caffix/queue@master
12+
go get -v -u github.com/caffix/queue@main
1513
```
1614

1715
## Licensing [![License](https://img.shields.io/github/license/caffix/queue)](https://www.apache.org/licenses/LICENSE-2.0)

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/caffix/queue
22

3-
go 1.23.1
3+
go 1.24.0
44

5-
require github.com/caffix/stringset v0.2.0
5+
require github.com/caffix/stringset v0.2.1-0.20251119025138-9044e6b53d5b

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/caffix/stringset v0.2.0 h1:kN6xnvL8jzx2YhQNOYr6A6hFzUK+iikt1JtJ2MS2LC8=
2-
github.com/caffix/stringset v0.2.0/go.mod h1:8PZ6GIPpMP5+r5hr790/05w3v9xI+gXRxRzJCZL57lQ=
1+
github.com/caffix/stringset v0.2.1-0.20251119025138-9044e6b53d5b h1:zJbdnhRVCLJrV559afg3YU5rci0vL2i0UoARxf3TzPQ=
2+
github.com/caffix/stringset v0.2.1-0.20251119025138-9044e6b53d5b/go.mod h1:dnXtfiDQ0Q5appncY9XoLiy+jGv+ET+Dv7D40BISIBU=

0 commit comments

Comments
 (0)