Skip to content

Commit

Permalink
use api/types/v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Jul 26, 2019
1 parent c328206 commit 70669d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/decred/dcrd/rpcclient/v2 v2.0.0
github.com/decred/dcrd/txscript v1.0.3-0.20190613214542-d0a6bf024dfc
github.com/decred/dcrd/wire v1.2.0
github.com/decred/dcrdata/api/types/v3 v3.0.1
github.com/decred/dcrdata/api/types/v3 v3.0.2
github.com/decred/dcrdata/blockdata/v3 v3.0.0
github.com/decred/dcrdata/db/cache/v2 v2.1.1
github.com/decred/dcrdata/db/dbtypes/v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ github.com/decred/dcrdata/api/types v1.0.6 h1:ipZ7bN/9RE1rOKa2IYXe7yVoxs6e6Bfs8b
github.com/decred/dcrdata/api/types v1.0.6/go.mod h1:BuRGiCMg2EhpvAWp8ezLZ+mbLC8fcfKMX/q3PYfUgHk=
github.com/decred/dcrdata/api/types/v3 v3.0.0 h1:NVw3pDQ0TVckSIegFSYcqPlqKZI6ehJSOEftHIvrOoY=
github.com/decred/dcrdata/api/types/v3 v3.0.0/go.mod h1:DsZytNKhEESj6LLZatG9sO7cJPOp/ZQhV7nBzfflhpU=
github.com/decred/dcrdata/api/types/v3 v3.0.1 h1:JrZJDE9tbhJi4zicesQM4/iEU9KW0Qzjl3sFtkJlZvs=
github.com/decred/dcrdata/api/types/v3 v3.0.1/go.mod h1:DsZytNKhEESj6LLZatG9sO7cJPOp/ZQhV7nBzfflhpU=
github.com/decred/dcrdata/api/types/v3 v3.0.2 h1:BB4xJm4W4ZMFJSbI5HejOz+WNIXFYmCRiD9Wug8EE0k=
github.com/decred/dcrdata/api/types/v3 v3.0.2/go.mod h1:gtM8OhcAovKV3PdpvQ7gUmxvne5Gef8wlutn45zFilk=
github.com/decred/dcrdata/blockdata v1.0.1 h1:tWaEaYpYEXuT39k/U7e2PAiV3eHuofq6SIxa2yW3TeQ=
github.com/decred/dcrdata/blockdata v1.0.1/go.mod h1:7gRh/YmQa6v5Uf/EXpNjtbYveCFoIA5sF6l+GVcNkJA=
github.com/decred/dcrdata/blockdata/v3 v3.0.0 h1:oyNSqXxVzX5TWomjYCBIPh5OCJ4/nbp/llDuZ6gN20o=
Expand Down

0 comments on commit 70669d0

Please sign in to comment.