1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-13 05:50:27 +00:00
mycorrhiza/go.mod

10 lines
230 B
Modula-2
Raw Normal View History

2020-06-12 16:22:02 +00:00
module github.com/bouncepaw/mycorrhiza
go 1.14
require (
2020-08-08 20:10:28 +00:00
github.com/go-git/go-git/v5 v5.1.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200731060945-b5fad4ed8dd6 // indirect
2020-06-12 16:22:02 +00:00
)