Skip to content

Commit

Permalink
Init Go molule
Browse files Browse the repository at this point in the history
  • Loading branch information
xthezealot committed Sep 11, 2020
1 parent c501b3c commit 224b4f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/gowww/check

go 1.15

require (
github.com/gowww/i18n v0.0.0-20170731103109-083654bcb39f
golang.org/x/text v0.3.3
)
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github.com/gowww/i18n v0.0.0-20170731103109-083654bcb39f h1:cnR4DuT0BEvu4bMCSMV5ongz97+9xA5vrelZVwDivKs=
github.com/gowww/i18n v0.0.0-20170731103109-083654bcb39f/go.mod h1:Yb4yaJxtImJ26ZA3NAeOOlBPp5EmCgBobOLwzD+J0hE=
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

0 comments on commit 224b4f0

Please sign in to comment.