mirror of
https://github.com/schollz/croc.git
synced 2024-11-23 23:54:17 +03:00
6b25ca4bff
Bumps [github.com/minio/highwayhash](https://github.com/minio/highwayhash) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/minio/highwayhash/releases) - [Commits](https://github.com/minio/highwayhash/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: github.com/minio/highwayhash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.5 KiB
Modula-2
43 lines
1.5 KiB
Modula-2
module github.com/schollz/croc/v10
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/kalafut/imohash v1.0.4
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
github.com/schollz/cli/v2 v2.2.1
|
|
github.com/schollz/logger v1.2.0
|
|
github.com/schollz/mnemonicode v1.0.2-0.20190421205639-63fa713ece0d
|
|
github.com/schollz/pake/v3 v3.0.5
|
|
github.com/schollz/peerdiscovery v1.7.3
|
|
github.com/schollz/progressbar/v3 v3.14.4
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/crypto v0.24.0
|
|
golang.org/x/net v0.26.0
|
|
golang.org/x/time v0.5.0
|
|
)
|
|
|
|
require github.com/minio/highwayhash v1.0.3
|
|
|
|
require (
|
|
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/magisterquis/connectproxy v0.0.0-20200725203833-3582e84f0c9b
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/tscholl2/siec v0.0.0-20240310163802-c2c6f6198406 // indirect
|
|
github.com/twmb/murmur3 v1.1.8 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
golang.org/x/term v0.21.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|