Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Bump github.com/findy-network/findy-wrapper-go from 0.30.37 to 0.30.38 #394

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.21

require (
github.com/findy-network/findy-common-go v0.2.32
github.com/findy-network/findy-wrapper-go v0.30.37
github.com/findy-network/findy-wrapper-go v0.30.38
github.com/go-co-op/gocron v1.31.0
github.com/golang/glog v1.1.1
github.com/golang/glog v1.1.2
github.com/golang/mock v1.6.0
github.com/google/tink/go v1.6.1
github.com/google/uuid v1.3.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGE
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
github.com/findy-network/findy-common-go v0.2.32 h1:HVe3b1676lF0M7JroO6dP4ukhlLRXdpVm65jyGFqlx0=
github.com/findy-network/findy-common-go v0.2.32/go.mod h1:tBys5SX9v6S1iVN4ghwgewBRQC5y2UqcvzPgilqB7Dw=
github.com/findy-network/findy-wrapper-go v0.30.37 h1:tmj/6O0/lK51jH4kMoyZLvwX+yzV3CWCb4k0ogb1cHI=
github.com/findy-network/findy-wrapper-go v0.30.37/go.mod h1:+J1Syhw+aNBiy0QelmtRhHF5aJsU/+RYdIbXpDlZA2E=
github.com/findy-network/findy-wrapper-go v0.30.38 h1:MyiLVK857+bu5sqkBcEKU/PUKyD0VADIcAKpvVYgj4Y=
github.com/findy-network/findy-wrapper-go v0.30.38/go.mod h1:jX6TWWp7WdvhZ2xkaECgF6H0iCBpKi8mmA1o4b1IACU=
github.com/form3tech-oss/jwt-go v3.2.5+incompatible h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8=
github.com/form3tech-oss/jwt-go v3.2.5+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
Expand Down Expand Up @@ -212,8 +212,8 @@ github.com/gogo/protobuf v1.2.0/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7a
github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/glog v1.1.1 h1:jxpi2eWoU84wbX9iIEyAeeoac3FLuifZpY9tcNUD9kw=
github.com/golang/glog v1.1.1/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ=
github.com/golang/glog v1.1.2 h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo=
github.com/golang/glog v1.1.2/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/rLQ=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
Expand Down