From dfb1a9d2b867f888b81f0319598f308551ec6c3c Mon Sep 17 00:00:00 2001 From: yghazi Date: Tue, 10 Jan 2023 15:35:29 +0500 Subject: [PATCH] fix build against chronicleprotocol --- pkg/price/provider/origins/gsu.go | 3 +-- pkg/price/provider/origins/gsu_test.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/price/provider/origins/gsu.go b/pkg/price/provider/origins/gsu.go index 61457bba5..a6ff2ce6d 100644 --- a/pkg/price/provider/origins/gsu.go +++ b/pkg/price/provider/origins/gsu.go @@ -18,11 +18,10 @@ package origins import ( "encoding/json" "fmt" - "github.com/makerdao/oracle-suite/internal/query" + "github.com/chronicleprotocol/oracle-suite/pkg/util/query" "math/big" "time" - //"strconv" "strings" ) diff --git a/pkg/price/provider/origins/gsu_test.go b/pkg/price/provider/origins/gsu_test.go index 02e81aecc..dc16c817c 100644 --- a/pkg/price/provider/origins/gsu_test.go +++ b/pkg/price/provider/origins/gsu_test.go @@ -21,7 +21,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/makerdao/oracle-suite/internal/query" + "github.com/chronicleprotocol/oracle-suite/pkg/util/query" ) // Define the suite, and absorb the built-in basic suite