This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from goark/debug-and-test
Fix strings.Title function
- Loading branch information
Showing
9 changed files
with
91 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
module github.com/goark/cov19jpn | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/goark/csvdata v0.5.0 | ||
github.com/goark/csvdata v0.5.3 | ||
github.com/goark/errs v1.1.0 | ||
github.com/goark/fetch v0.3.0 | ||
github.com/goark/gocli v0.12.0 | ||
github.com/spf13/cobra v1.4.0 | ||
gonum.org/v1/plot v0.10.1 | ||
github.com/spf13/cobra v1.5.0 | ||
golang.org/x/text v0.3.7 | ||
gonum.org/v1/plot v0.11.0 | ||
) | ||
|
||
require ( | ||
git.sr.ht/~sbinet/gg v0.3.1 // indirect | ||
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect | ||
github.com/go-fonts/liberation v0.2.0 // indirect | ||
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect | ||
github.com/go-pdf/fpdf v0.5.0 // indirect | ||
github.com/go-pdf/fpdf v0.6.0 // indirect | ||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect | ||
) |
Oops, something went wrong.