Skip to content

Commit

Permalink
bump libocr to go get github.com/smartcontractkit/libocr@3c336ffb2acf…
Browse files Browse the repository at this point in the history
…2b4ef261f5f7d52e9a9628985207
  • Loading branch information
samsondav committed Jun 6, 2023
1 parent c31a273 commit acaf8fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/confluentinc/confluent-kafka-go v1.9.2
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0
github.com/hashicorp/go-plugin v1.4.9
github.com/jpillora/backoff v1.0.0
Expand All @@ -13,7 +13,7 @@ require (
github.com/prometheus/client_golang v1.15.0
github.com/riferrei/srclient v0.5.4
// WARNING: Experimental version of libocr - do not merge until this is officially released!
github.com/smartcontractkit/libocr v0.0.0-20230606133227-232b0d24bb3c
github.com/smartcontractkit/libocr v0.0.0-20230606154649-3c336ffb2acf
github.com/stretchr/testify v1.8.4
go.uber.org/goleak v1.2.1
go.uber.org/zap v1.24.0
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,8 @@ github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/f
github.com/santhosh-tekuri/jsonschema/v5 v5.0.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=
github.com/santhosh-tekuri/jsonschema/v5 v5.1.1 h1:lEOLY2vyGIqKWUI9nzsOJRV3mb3WC9dXYORsLEUcoeY=
github.com/santhosh-tekuri/jsonschema/v5 v5.1.1/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=
github.com/smartcontractkit/libocr v0.0.0-20230605223828-7bb05e6f8e46 h1:2V2gNRjwHhlM8YesgnfmWgWODoo35G5fTLhKUcs0epo=
github.com/smartcontractkit/libocr v0.0.0-20230605223828-7bb05e6f8e46/go.mod h1:2lyRkw/qLQgUWlrWWmq5nj0y90rWeO6Y+v+fCakRgb0=
github.com/smartcontractkit/libocr v0.0.0-20230606133227-232b0d24bb3c h1:a784E8oZkCQ7ZDd5evfGWmorEQWRrY5l5e59hu97CI0=
github.com/smartcontractkit/libocr v0.0.0-20230606133227-232b0d24bb3c/go.mod h1:2lyRkw/qLQgUWlrWWmq5nj0y90rWeO6Y+v+fCakRgb0=
github.com/smartcontractkit/libocr v0.0.0-20230606154649-3c336ffb2acf h1:MtiPtp/ASsCJcef4EnJ0Wv4edJnCOO+tdz1e0FqJpE0=
github.com/smartcontractkit/libocr v0.0.0-20230606154649-3c336ffb2acf/go.mod h1:2lyRkw/qLQgUWlrWWmq5nj0y90rWeO6Y+v+fCakRgb0=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
Expand Down

0 comments on commit acaf8fc

Please sign in to comment.