Skip to content

Commit

Permalink
chore: price feeder imports umee/v2.0.0 (#766)
Browse files Browse the repository at this point in the history
* all replaces EXCEPT in price feeder - not complete

* go mod replace price feeder 0.2

* fix make proto-gen output folder to allow major versions

* revert some price feeder path changes

* cannot find module providing package github.com/umee-network/umee/v2/app/params: import lookup disabled by -mod=readonly

* chore: pf importing umee/v2

* Update price-feeder/go.mod

* go mod tidy --compat=1.17

* try undo price feeder v2 import path

Co-authored-by: toteki <63419657+toteki@users.noreply.github.com>
(cherry picked from commit 11c0f76)
  • Loading branch information
RafilxTenfen authored and mergify-bot committed Apr 6, 2022
1 parent 408a0fd commit 596faf2
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 658 deletions.
14 changes: 6 additions & 8 deletions price-feeder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,18 @@ require (
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.1
github.com/tendermint/tendermint v0.34.16
github.com/umee-network/umee v0.8.1-0.20220330155329-d9903f72d511
github.com/umee-network/umee/v2 v2.0.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.44.0
google.golang.org/grpc v1.45.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/gin-gonic/gin v1.7.0 // indirect
github.com/umee-network/Gravity-Bridge/module v1.4.2-0.20220217130213-b3cdbcaa3b93 // indirect
)

require (
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
github.com/99designs/keyring v1.1.6 // indirect
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
github.com/DataDog/zstd v1.4.5 // indirect
github.com/Gravity-Bridge/Gravity-Bridge/module v1.4.2-0.20220317234142-1c674cbc83ff // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
Expand Down Expand Up @@ -98,6 +94,8 @@ require (
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/onsi/gomega v1.18.1 // indirect
github.com/osmosis-labs/bech32-ibc v0.2.0-rc2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down Expand Up @@ -127,7 +125,7 @@ require (
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Expand Down
Loading

0 comments on commit 596faf2

Please sign in to comment.