Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2 only #176

Merged
merged 8 commits into from
May 19, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 7 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
module github.com/nicksnyder/go-i18n
module github.com/nicksnyder/go-i18n/v2

require (
github.com/pelletier/go-toml v1.2.0
github.com/BurntSushi/toml v0.3.0
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c // indirect
gopkg.in/yaml.v2 v2.2.1
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
229 changes: 0 additions & 229 deletions goi18n/constants_command.go

This file was deleted.

42 changes: 0 additions & 42 deletions goi18n/constants_command_test.go

This file was deleted.

93 changes: 0 additions & 93 deletions goi18n/doc.go

This file was deleted.

File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions goi18n/gendoc.sh

This file was deleted.

Binary file added goi18n/goi18n
Binary file not shown.
Loading