Skip to content

Commit

Permalink
chore: Fixed module naming in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerex committed Jun 16, 2022
1 parent 665d469 commit 2ef97e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github.com/softlayer/i18n4go
module github.com/maximilien/i18n4go

go 1.18

require (
github.com/maximilien/i18n4go v0.2.6
github.com/nicksnyder/go-i18n v1.4.0
github.com/onsi/ginkgo v1.2.1-0.20160817190735-43e2af1f01ac
github.com/onsi/gomega v0.0.0-20160718190435-9ed8da19f215
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfn
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/maximilien/i18n4go v0.2.6 h1:qJfc1pY0E8QAiVwz190blB+FhGB+x/pjOzjdR1/JeIw=
github.com/maximilien/i18n4go v0.2.6/go.mod h1:qGi+vR2xY056r0saPwcQd6LXZH9MJCn7hkpWeof6mMU=
github.com/nicksnyder/go-i18n v1.4.0 h1:AgLl+Yq7kg5OYlzCgu9cKTZOyI4tD/NgukKqLqC8E+I=
github.com/nicksnyder/go-i18n v1.4.0/go.mod h1:HrK7VCrbOvQoUAQ7Vpy7i87N7JZZZ7R2xBGjv0j365Q=
github.com/onsi/ginkgo v1.2.1-0.20160817190735-43e2af1f01ac h1:sbVlKLGMQkDfebrb0gB3Xfbheid4hTj1RgiDCpXhTXs=
Expand Down

0 comments on commit 2ef97e6

Please sign in to comment.