Skip to content

Commit

Permalink
new gov module replacing gov/politeia and gov/agendas
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Jun 14, 2019
1 parent 750784e commit 29efa94
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 239 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ require (
github.com/decred/dcrdata/db/dcrsqlite v1.0.1-0.20190416165439-dcbde78387e2
github.com/decred/dcrdata/exchanges/v2 v2.0.0
github.com/decred/dcrdata/explorer/types v1.1.0
github.com/decred/dcrdata/gov/agendas v1.0.1-0.20190416163815-b92d2b40c258
github.com/decred/dcrdata/gov/politeia v1.0.1-0.20190416163815-b92d2b40c258
github.com/decred/dcrdata/gov v1.0.0
github.com/decred/dcrdata/mempool v1.0.0
github.com/decred/dcrdata/middleware v1.0.2-0.20190416165439-dcbde78387e2
github.com/decred/dcrdata/pubsub v1.0.1-0.20190416165439-dcbde78387e2
Expand Down Expand Up @@ -63,14 +62,11 @@ replace (
github.com/decred/dcrdata/db/cache => ./db/cache
github.com/decred/dcrdata/db/dcrpg => ./db/dcrpg
github.com/decred/dcrdata/db/dcrsqlite => ./db/dcrsqlite
github.com/decred/dcrdata/gov/agendas => ./gov/agendas
github.com/decred/dcrdata/gov/politeia => ./gov/politeia
github.com/decred/dcrdata/mempool => ./mempool
github.com/decred/dcrdata/middleware => ./middleware
github.com/decred/dcrdata/pubsub => ./pubsub
github.com/decred/dcrdata/rpcutils => ./rpcutils
github.com/decred/dcrdata/semver => ./semver
github.com/decred/dcrdata/stakedb => ./stakedb
github.com/decred/dcrdata/testutil/dbconfig => ./testutil/dbconfig
github.com/decred/dcrdata/txhelpers/v2 => ./txhelpers
)
17 changes: 0 additions & 17 deletions gov/agendas/go.mod

This file was deleted.

Loading

0 comments on commit 29efa94

Please sign in to comment.