Skip to content

Commit

Permalink
Merge pull request #17 from 0xPolygon/feature/marshal-types-duration
Browse files Browse the repository at this point in the history
Feature/marshal types duration
  • Loading branch information
arnaubennassar authored Aug 31, 2023
2 parents c11fd12 + 92f507f commit 1da5d03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/0xPolygon/cdk-data-availability
go 1.19

require (
github.com/0xPolygon/cdk-validium-node v0.0.0-20230828091841-53a4ff42575c
github.com/0xPolygon/cdk-validium-node v0.0.0-20230831094457-8d07bc9043a8
github.com/ethereum/go-ethereum v1.12.0
github.com/gobuffalo/packr/v2 v2.8.3
github.com/gorilla/websocket v1.5.0
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3f
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230828091841-53a4ff42575c h1:/AT9WTGa5TXbmSn5BzTznjZL7WNVKHHO4KhTnCAH0Q8=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230828091841-53a4ff42575c/go.mod h1:oepsDPkqB4bnRzlho4oCcqf86KMS1LKldtAgfkgI1Lw=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230830125933-503fef88585d h1:Oq1E0bEuVQOPi4s6geJMGBL6x08nBlh6+y56cR8pdyw=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230830125933-503fef88585d/go.mod h1:oepsDPkqB4bnRzlho4oCcqf86KMS1LKldtAgfkgI1Lw=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230830141128-b425892819ee h1:SSe+AG9tEyQJrLlZapJwx7Jmq3bREQdWU4qoSKCySlM=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230830141128-b425892819ee/go.mod h1:ItzCrVSs2aANhYALEhUYBCt+EHtVqML7nIMItHMDPXA=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230831094457-8d07bc9043a8 h1:YAE4/B4nufZNzNgytGjO7nmWxkeo8zIk1sNJvLSslC8=
github.com/0xPolygon/cdk-validium-node v0.0.0-20230831094457-8d07bc9043a8/go.mod h1:fRivadZM1gxM3n00U1jIt/udwYaN/ktap0GRGiwLBug=
github.com/0xPolygonHermez/zkevm-node v0.1.0-RC8.0.20230601153103-86d9fb808691 h1:PTbLJ6HEQ9J0CzKrv62n/l4GsGYygyAVX4kRAWY530Q=
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=
Expand Down

0 comments on commit 1da5d03

Please sign in to comment.