Setup go.mod

This commit is contained in:
Niklas Fasching 2021-01-02 20:40:20 +01:00
parent a8e74684a5
commit cdc54f17b1
2 changed files with 40 additions and 0 deletions

9
go.mod Normal file
View 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
)