forked from bsipos/thist
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to hold repo under botond-sipos/thist.
- Loading branch information
1 parent
a1ef5cf
commit 6acd0f5
Showing
3 changed files
with
5 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.