Skip to content

Commit

Permalink
bump contracts version (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkopliku authored Jul 4, 2023
1 parent d4caf1f commit 0f33c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/trento-project/contracts/go v0.0.0-20221102082204-01db6a700272
github.com/trento-project/contracts/go v0.0.0-20230703125059-cd285f49e0cb
github.com/vektra/mockery/v2 v2.27.1
github.com/wagslane/go-rabbitmq v0.10.0
golang.org/x/sync v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ github.com/tredoe/fileutil v1.0.5/go.mod h1:HFzzpvg+3Q8LgmZgo1mVF5epHc/CVkWKEb3h
github.com/tredoe/goutil v1.0.0/go.mod h1:Qhf75QLcNEChimbl4wb8nROzw9PCFCPYTEUmTnoszXY=
github.com/tredoe/osutil v1.0.6 h1:KJvG9AFmUPLe3hsNKyPMIjNx77CkAJtMKVS4ugAT7vM=
github.com/tredoe/osutil v1.0.6/go.mod h1:zNq93p2DLHJWkHi2/+zi3xOjZl8xxiv3tiI2A6zcB3w=
github.com/trento-project/contracts/go v0.0.0-20221102082204-01db6a700272 h1:lsmtXU2jklj6kWSsEQkuwrJlazzY23DJHhr4SEiirPM=
github.com/trento-project/contracts/go v0.0.0-20221102082204-01db6a700272/go.mod h1:TB1Ey9OP0Pot//XiShangAVoV+dO+eYlKYo9SC18PMM=
github.com/trento-project/contracts/go v0.0.0-20230703125059-cd285f49e0cb h1:CSa/bBVPahOrNci+m8HTvTggISjLqtXo+EIvVFltbWA=
github.com/trento-project/contracts/go v0.0.0-20230703125059-cd285f49e0cb/go.mod h1:FBvM/rVn4R7/2VdYrCNPaumbZ/vdhtT0L5Om3RZJgQg=
github.com/vektra/mockery/v2 v2.27.1 h1:WwNWAI9sMhu67F+T52wC+Hv3jhiw/q0OM9OPeQERsmA=
github.com/vektra/mockery/v2 v2.27.1/go.mod h1:FUBSKmv4ag6srzkUcs3Av6fPEbXoXnGJEQiYpoF1ZpY=
github.com/wagslane/go-rabbitmq v0.10.0 h1:y9Bw8Q/9gOvsHfjMOGQjCW3033aYTKabxDm8eyjUGjs=
Expand Down

0 comments on commit 0f33c89

Please sign in to comment.