mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-02 13:22:40 +00:00
Add Go Module Support (#18)
* feat: 🔧 add module support * fix: 🔧 more go module stuff
This commit is contained in:
21
go.mod
Normal file
21
go.mod
Normal file
@@ -0,0 +1,21 @@
|
||||
module github.com/kovetskiy/mark
|
||||
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
github.com/bndr/gopencils v0.0.0-20161113114152-22e283ad7611
|
||||
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
||||
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
|
||||
github.com/kovetskiy/godocs v0.0.0-20160817104724-2d9428f80f34
|
||||
github.com/kovetskiy/ko v0.0.0-20190324102900-26b8dd0988bf
|
||||
github.com/kovetskiy/lorg v0.0.0-20180412114932-05d42d7f98ba
|
||||
github.com/kovetskiy/toml v0.2.0 // indirect
|
||||
github.com/reconquest/cog v0.0.0-20190411204516-c6b6b90dcd40
|
||||
github.com/reconquest/karma-go v0.0.0-20190930125156-7b5c19ad6eab
|
||||
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
|
||||
github.com/russross/blackfriday v1.5.2
|
||||
github.com/stretchr/testify v1.5.1 // indirect
|
||||
github.com/zazab/zhash v0.0.0-20170403032415-ad45b89afe7a // indirect
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
)
|
||||
Reference in New Issue
Block a user