1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-06-28 20:58:28 +00:00
go-mtree/go.mod
dependabot[bot] aa4642b083
build(deps): bump golang.org/x/crypto from 0.28.0 to 0.35.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 18:35:54 +00:00

20 lines
541 B
Modula-2

module github.com/vbatts/go-mtree
go 1.17
require (
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.18.0
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.35.0
golang.org/x/sys v0.30.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
)