Update README

This commit is contained in:
Trevor Slocum 2020-01-14 04:48:31 -08:00
parent ad184a65b2
commit b3d36a72d0
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
[![builds.sr.ht status](https://builds.sr.ht/~tslocum/cards-cribbage.svg)](https://builds.sr.ht/~tslocum/cards-cribbage)
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
Cribbage rules library
Cribbage scoring library
## Documentation

2
go.mod
View File

@ -3,6 +3,6 @@ module git.sr.ht/~tslocum/cards-cribbage
go 1.13
require (
git.sr.ht/~tslocum/cards v0.1.1-0.20200114033738-f9b90e62c278
git.sr.ht/~tslocum/cards v0.1.1
github.com/fighterlyt/permutation v0.0.0-20170407093504-ac78aa5051ae
)

4
go.sum
View File

@ -1,4 +1,4 @@
git.sr.ht/~tslocum/cards v0.1.1-0.20200114033738-f9b90e62c278 h1:WjWEU2uvliiJVeoUpjkZV/hS9f4X9qnOIS53n8lucdQ=
git.sr.ht/~tslocum/cards v0.1.1-0.20200114033738-f9b90e62c278/go.mod h1:ABrbSXnsABGTkuJbWZsI+oGtGTOMlAC+HZy3AysOe7c=
git.sr.ht/~tslocum/cards v0.1.1 h1:yrkj35pB/frGikUXjnVtsYLWTUE1l5dtY033xDkiaC0=
git.sr.ht/~tslocum/cards v0.1.1/go.mod h1:ABrbSXnsABGTkuJbWZsI+oGtGTOMlAC+HZy3AysOe7c=
github.com/fighterlyt/permutation v0.0.0-20170407093504-ac78aa5051ae h1:wdS91f8H+bGgcjlx5G4LEUVXkmt/uz0VYkc6lZMIjD4=
github.com/fighterlyt/permutation v0.0.0-20170407093504-ac78aa5051ae/go.mod h1:KqCsX+AbfYLoAjwmUkE6ocQHwto7ibjZvTY/c5QhgZg=