-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,37 @@ | ||
module go.mercari.io/go-emv-code | ||
|
||
go 1.12 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/client9/misspell v0.3.4 | ||
github.com/kisielk/errcheck v1.2.0 | ||
github.com/reviewdog/reviewdog v0.9.12 | ||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 | ||
golang.org/x/tools v0.0.0-20190918214516-5a1a30219888 | ||
gotest.tools/gotestsum v0.3.5 | ||
honnef.co/go/tools v0.0.0-2019.2.1 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/fatih/color v1.6.0 // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/google/go-github/v24 v24.0.1 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/jonboulle/clockwork v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.3 // indirect | ||
github.com/mattn/go-shellwords v1.0.5 // indirect | ||
github.com/pkg/errors v0.8.0 // indirect | ||
github.com/reviewdog/errorformat v0.0.0-20190324140416-e1294664b9b7 // indirect | ||
github.com/sirupsen/logrus v1.0.5 // indirect | ||
github.com/spf13/pflag v1.0.1 // indirect | ||
github.com/xanzy/go-gitlab v0.16.1 // indirect | ||
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 // indirect | ||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 // indirect | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect | ||
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect | ||
golang.org/x/tools v0.0.0-20190918214516-5a1a30219888 // indirect | ||
google.golang.org/appengine v1.5.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
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