Setup go.mod
This commit is contained in:
parent
a8e74684a5
commit
cdc54f17b1
2 changed files with 40 additions and 0 deletions
9
go.mod
Normal file
9
go.mod
Normal file
|
@ -0,0 +1,9 @@
|
|||
module github.com/niklasfasching/go-org
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/alecthomas/chroma v0.8.2
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue