File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
docs/examples/basic-price-oracle Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ import (
2323 "os"
2424 "time"
2525
26- "github.com/sirupsen/logrus"
27-
2826 "github.com/lightninglabs/taproot-assets/rfqmath"
2927 "github.com/lightninglabs/taproot-assets/rfqmsg"
3028 oraclerpc "github.com/lightninglabs/taproot-assets/taprpc/priceoraclerpc"
29+ "github.com/sirupsen/logrus"
3130 "google.golang.org/grpc"
3231 "google.golang.org/grpc/credentials"
3332)
Original file line number Diff line number Diff line change 33package monitoring
44
55import (
6- //nolint:lll
76 grpc_prometheus "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus"
87 "google.golang.org/grpc"
98)
Original file line number Diff line number Diff line change 66 "net/http"
77 "time"
88
9- //nolint:lll
109 grpc_prometheus "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus"
1110 "github.com/prometheus/client_golang/prometheus"
1211 "github.com/prometheus/client_golang/prometheus/collectors"
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ import (
44 "context"
55 "crypto/tls"
66 "fmt"
7+ "math"
78 "net/url"
89 "time"
910
10- "math"
11-
1211 "github.com/btcsuite/btcd/btcec/v2"
1312 "github.com/lightninglabs/taproot-assets/asset"
1413 "github.com/lightninglabs/taproot-assets/fn"
You can’t perform that action at this time.
0 commit comments