mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-03-10 13:38:20 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.27.0 to 0.31.0. - [Commits](https://github.com/golang/crypto/compare/v0.27.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
693 B
Modula-2
25 lines
693 B
Modula-2
module github.com/bouncepaw/mycorrhiza
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0
|
|
github.com/go-ini/ini v1.67.0
|
|
github.com/gorilla/feeds v1.2.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/valyala/quicktemplate v1.7.0
|
|
golang.org/x/crypto v0.31.0
|
|
golang.org/x/term v0.27.0
|
|
golang.org/x/text v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|
|
|
|
// Use this trick to test local Mycomarkup changes, replace the path with yours,
|
|
// but do not commit the change to the path:
|
|
// replace git.sr.ht/~bouncepaw/mycomarkup/v5 v5.6.0 => "/Users/bouncepaw/src/mycomarkup"
|