Skip to content

Commit

Permalink
Merge pull request ethereum#1 from dindinw/v1.10.9-qng
Browse files Browse the repository at this point in the history
go.mod : fix go-duktape warning
  • Loading branch information
dindinw authored Dec 12, 2021
2 parents 5b74de5 + 37caa54 commit 2e60b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/dindinw/go-duktape v0.0.0-20211014112850-ba2007c86288
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498
Expand Down Expand Up @@ -70,7 +71,6 @@ require (
golang.org/x/text v0.3.6
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
gopkg.in/olebedev/go-duktape.v3 v3.0.0-20200619000410-60c24ae608a6
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v2 v2.4.0 // indirect
gotest.tools v2.2.0+incompatible // indirect
Expand Down

0 comments on commit 2e60b53

Please sign in to comment.