Files
leanote/go.mod
dependabot[bot] 8619a90f4c Bump golang.org/x/crypto from 0.0.0-20200429183012-4b2356b1ed79 to 0.1.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200429183012-4b2356b1ed79 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 02:03:28 +00:00

22 lines
716 B
Modula-2

module github.com/leanote/leanote
go 1.15
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/agtorre/gocolorize v1.0.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/revel/cmd v1.0.3
github.com/revel/config v1.0.0 // indirect
github.com/revel/revel v1.0.0
github.com/robfig/config v0.0.0-20141207224736-0f78529c8c7e
golang.org/x/crypto v0.1.0
golang.org/x/tools v0.1.12
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)