mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-27 01:35:40 +00:00
Merge pull request #38 from emojisum/go-mod
go: step into the module world
This commit is contained in:
commit
d76116620c
2 changed files with 8 additions and 0 deletions
3
emoji/go.mod
Normal file
3
emoji/go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module github.com/emojisum/emojisum/emoji
|
||||
|
||||
go 1.17
|
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module github.com/emojisum/emojisum
|
||||
|
||||
go 1.17
|
||||
|
||||
require github.com/kyokomi/emoji v2.2.4+incompatible
|
Loading…
Reference in a new issue