Files
leanote/go.mod
dependabot[bot] 8acee8d12f Bump golang.org/x/net from 0.0.0-20210324205630-d1beb07c2056 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210324205630-d1beb07c2056 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

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

23 lines
781 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.0.0-20210921155107-089bfa567519
golang.org/x/net v0.7.0 // indirect
golang.org/x/tools v0.1.12
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)