We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5171c commit cb5ee1dCopy full SHA for cb5ee1d
4 files changed
Gopkg.lock
Gopkg.toml
go.mod
@@ -0,0 +1,9 @@
1
+module github.com/kentaro-m/md2confl
2
+
3
+go 1.16
4
5
+require (
6
+ github.com/kentaro-m/blackfriday-confluence v0.0.0-20200514101926-773172e7101d
7
+ github.com/spf13/cobra v1.1.3
8
+ golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
9
+)
0 commit comments