Skip to content

Commit

Permalink
Updated to hold repo under botond-sipos/thist.
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-sipos committed Oct 16, 2021
1 parent a1ef5cf commit 6acd0f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 148 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
thist - a go package for calculating online histograms with plotting to the terminal and images
===============================================================================================
[![Documentation](https://godoc.org/github.com/bsipos/thist?status.svg)](http://godoc.org/github.com/bsipos/thist)
[![Go Report Card](https://goreportcard.com/badge/github.com/bsipos/thist)](https://goreportcard.com/report/github.com/bsipos/thist)
[![Join the chat at https://gitter.im/bsiposkj/thist](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/bsiposkj/thist?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Documentation](https://godoc.org/github.com/botond-sipos/thist?status.svg)](http://godoc.org/github.com/botond-sipos/thist)
[![Go Report Card](https://goreportcard.com/badge/github.com/botond-sipos/thist)](https://goreportcard.com/report/github.com/botond-sipos/thist)

This is a maintained fork of [bsipos/thist](https://github.com/bsipos/thist).

Check out the `watch` subcommands from the [csvtk](https://github.com/shenwei356/csvtk) and [seqkit](https://github.com/shenwei356/seqkit) tools to see the code in action.

Expand Down
25 changes: 1 addition & 24 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,39 +1,16 @@
module github.com/bsipos/thist
module github.com/botond-sipos/thist

go 1.12

require (
github.com/ajstarks/deck v0.0.0-20190923150139-1e575512713c // indirect
github.com/ajstarks/openvg v0.0.0-20190803144842-bb08bf5efa0c // indirect
github.com/ajstarks/svgo v0.0.0-20190826172357-de52242f3d65 // indirect
github.com/disintegration/gift v1.2.1 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/jung-kurt/gofpdf v1.12.1 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/phpdave11/gofpdi v1.0.8 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/rogpeppe/go-internal v1.3.2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
golang.org/x/exp v0.0.0-20190919035709-81c71964d733 // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/mobile v0.0.0-20190923204409-d3ece3b6da5f // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190924062700-2aa67d56cdd7 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190924052046-3ac2a5bbd98a // indirect
gonum.org/v1/gonum v0.0.0-20190923210107-40fa6a493b3d // indirect
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
gonum.org/v1/plot v0.0.0-20190615073203-9aa86143727f
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
modernc.org/fileutil v1.0.0 // indirect
modernc.org/internal v1.0.0 // indirect
modernc.org/ir v1.0.0 // indirect
modernc.org/lex v1.0.0 // indirect
modernc.org/lexer v1.0.0 // indirect
modernc.org/strutil v1.1.0 // indirect
)
Loading

0 comments on commit 6acd0f5

Please sign in to comment.