mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-27 01:35:40 +00:00
go: step into the module world
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
c9b6171f2b
commit
77735d28df
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