You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
348 B
12 lines
348 B
module git.sindominio.net/2577/feed |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/jamiealquiza/envy v1.1.0 |
|
github.com/motemen/go-pocket v0.0.0-20180206130016-ce6f8c2287eb |
|
github.com/spf13/cobra v1.1.1 // indirect |
|
github.com/timshannon/bolthold v0.0.0-20200212163217-8be69b199481 |
|
go.etcd.io/bbolt v1.3.3 |
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 |
|
)
|
|
|