Skip to content

Commit

Permalink
go.mod cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Sep 13, 2024
1 parent 42f2044 commit 0871591
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/smartcontractkit/chainlink-feeds

go 1.22

toolchain go1.22.6
Expand Down Expand Up @@ -83,8 +85,3 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69
replace github.com/mwitkow/grpc-proxy => github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f

module github.com/smartcontractkit/chainlink-feeds

0 comments on commit 0871591

Please sign in to comment.