Skip to content

Commit cb5ee1d

Browse files
authored
Migrate to go modules (#11)
1 parent fc5171c commit cb5ee1d

4 files changed

Lines changed: 309 additions & 97 deletions

File tree

Gopkg.lock

Lines changed: 0 additions & 60 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 37 deletions
This file was deleted.

go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)