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

Commit

Permalink
Merge pull request #357 from findy-network/dependabot/go_modules/dev/…
Browse files Browse the repository at this point in the history
…github.com/findy-network/findy-common-go-0.2.66

Bump github.com/findy-network/findy-common-go from 0.2.65 to 0.2.66
  • Loading branch information
github-actions[bot] authored Mar 15, 2024
2 parents 75aede6 + 2a2f68d commit 491c0d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.0

require (
github.com/findy-network/findy-agent-auth v0.2.82
github.com/findy-network/findy-common-go v0.2.65
github.com/findy-network/findy-common-go v0.2.66
github.com/ghodss/yaml v1.0.0
github.com/golang/glog v1.2.0
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -71,7 +71,7 @@ require (
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/findy-network/findy-agent-auth v0.2.82 h1:nbnmbRb3/Lt4EBLdx/vLVrJGqa7xC668+yQaTI0sRq4=
github.com/findy-network/findy-agent-auth v0.2.82/go.mod h1:htavrpgOEyY70lfPNIoBZf5FqDLNl7hwOmOAN0FIBUU=
github.com/findy-network/findy-common-go v0.2.65 h1:V+RvHhg4R4B/LhwKufdoW/ByREmE61rw5zurAPEOdEg=
github.com/findy-network/findy-common-go v0.2.65/go.mod h1:qng8ftEnWNWybOLAtfYv3NL3+Z2Hygzusid4T9ZHoaQ=
github.com/findy-network/findy-common-go v0.2.66 h1:P6KnGdIV6+ynKZk7vh/vqOB9ft+s3JD1UebpOyI8ls0=
github.com/findy-network/findy-common-go v0.2.66/go.mod h1:XQniNjo5ue7lJG8cSdVqzhh1G77Siig/38RTdXxpKbY=
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/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
Expand Down Expand Up @@ -254,8 +254,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.17.0 h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=
golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA=
golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI=
golang.org/x/oauth2 v0.18.0/go.mod h1:Wf7knwG0MPoWIMMBgFlEaSUDaKskp0dCfrlJRJXbBi8=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit 491c0d6

Please sign in to comment.