-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to latest version of some dependencies
- Loading branch information
Showing
2 changed files
with
311 additions
and
17 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,29 +1,42 @@ | ||
module github.com/eoscanada/eos-go | ||
|
||
go 1.17 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/jarcoal/httpmock v1.2.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/streamingfast/logging v0.0.0-20221209193439-bff11742bf4c | ||
github.com/streamingfast/cli v0.0.3 | ||
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 | ||
github.com/streamingfast/validator v0.0.0-20231124184318-71ec8080e4ae | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/test-go/testify v1.1.4 | ||
github.com/thedevsaddam/govalidator v1.9.10 | ||
github.com/tidwall/gjson v1.9.3 | ||
go.uber.org/zap v1.21.0 | ||
golang.org/x/crypto v0.1.0 | ||
) | ||
|
||
require ( | ||
github.com/blendle/zapdriver v1.3.1 // indirect | ||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect | ||
github.com/lithammer/dedent v1.1.0 // indirect | ||
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect | ||
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect | ||
github.com/manifoldco/promptui v0.8.0 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/cobra v1.1.3 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/sys v0.1.0 // indirect | ||
golang.org/x/term v0.1.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
Oops, something went wrong.