mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
update
This commit is contained in:
parent
e286321d39
commit
394e52f00f
3 changed files with 172 additions and 1 deletions
9
go.mod
9
go.mod
|
@ -3,10 +3,14 @@ module github.com/schollz/croc/v6
|
|||
go 1.13
|
||||
|
||||
require (
|
||||
fyne.io/fyne v1.1.1
|
||||
github.com/OneOfOne/xxhash v1.2.5 // indirect
|
||||
github.com/cespare/xxhash v1.1.0
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
||||
github.com/fatih/color v1.7.0 // indirect
|
||||
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
|
||||
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1 // indirect
|
||||
github.com/gotk3/gotk3 v0.0.0-20190930052053-f6994e9a1558 // indirect
|
||||
github.com/kalafut/imohash v1.0.0
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.4 // indirect
|
||||
|
@ -19,10 +23,13 @@ require (
|
|||
github.com/schollz/progressbar/v2 v2.14.0
|
||||
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
||||
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
||||
github.com/sqweek/dialog v0.0.0-20190728103509-6254ed5b0d3c
|
||||
github.com/srwiley/oksvg v0.0.0-20190829233741-58e08c8fe40e // indirect
|
||||
github.com/stretchr/testify v1.4.0
|
||||
github.com/urfave/cli v1.22.1
|
||||
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
|
||||
golang.org/x/net v0.0.0-20191003171128-d98b1b443823 // indirect
|
||||
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
|
||||
golang.org/x/net v0.0.0-20191007182048-72f939374954 // indirect
|
||||
golang.org/x/sys v0.0.0-20191002091554-b397fe3ad8ed // indirect
|
||||
golang.org/x/text v0.3.2 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue