10 lines
213 B
Modula-2
10 lines
213 B
Modula-2
module github.com/mmcgrana/gobyexample
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.7.0
|
|
github.com/russross/blackfriday v2.0.0+incompatible
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|