Skip to content

Commit

Permalink
chore(deps): bump github.com/ViBiOh/auth/v2 from 2.11.7 to 2.11.8
Browse files Browse the repository at this point in the history
Bumps [github.com/ViBiOh/auth/v2](https://github.com/ViBiOh/auth) from 2.11.7 to 2.11.8.
- [Release notes](https://github.com/ViBiOh/auth/releases)
- [Commits](ViBiOh/auth@v2.11.7...v2.11.8)

---
updated-dependencies:
- dependency-name: github.com/ViBiOh/auth/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ViBiOh committed Sep 5, 2021
1 parent 135598c commit f024d37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.16

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/ViBiOh/auth/v2 v2.11.7
github.com/ViBiOh/httputils/v4 v4.22.3
github.com/ViBiOh/auth/v2 v2.11.8
github.com/ViBiOh/httputils/v4 v4.22.4
github.com/ViBiOh/mailer v1.24.2
github.com/golang/mock v1.6.0
github.com/lib/pq v1.10.2
github.com/lib/pq v1.10.3
github.com/prometheus/client_golang v1.11.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=
github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/ViBiOh/auth/v2 v2.11.7 h1:L4I6x1rYsvpmNdhUPilxkkvnxBQZgduKtMCghRp9hu4=
github.com/ViBiOh/auth/v2 v2.11.7/go.mod h1:N2DBxuZPcgWkBWVUXMCTME1vgk9wpZ/JMAmQTRL2Os0=
github.com/ViBiOh/httputils/v4 v4.22.3 h1:RndEnbIQT9x9z5n0gi0BTafDJLdSzq3oOwlM9rlMLrE=
github.com/ViBiOh/auth/v2 v2.11.8 h1:c7EJTzQP5bgJ8oFwAgI1Og3/sHUq27OwPhl9pI6LHe4=
github.com/ViBiOh/auth/v2 v2.11.8/go.mod h1:zoG47NC7ge+7NmPSNoobkKV1zX4pWIy+skaMoqMWw5I=
github.com/ViBiOh/httputils/v4 v4.22.3/go.mod h1:EHlIJgVJJATWyXZXzd+J4+Jl0Yz6Q790WydE+Y/3FFo=
github.com/ViBiOh/httputils/v4 v4.22.4 h1:p6RLYRqkT+5+bZWvwANHxuwzZjTRmpFrEs/aAYLT3cI=
github.com/ViBiOh/httputils/v4 v4.22.4/go.mod h1:K5vS+PfYOTF8T374GVHLeokWZa/7X7qfW9+0qsOlIg4=
github.com/ViBiOh/mailer v1.24.2 h1:euhWN0FSC0kFOQaE1VpRZNHaknPXJdgP3Vii6GIjTjw=
github.com/ViBiOh/mailer v1.24.2/go.mod h1:F7PebRUiOFnmceMwHdGQ35GAaXGmBQXgVzodnERx46k=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down Expand Up @@ -76,8 +77,9 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/lib/pq v1.10.2 h1:AqzbZs4ZoCBp+GtejcpCpcxM3zlSMx29dXbUSeVtJb8=
github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/lib/pq v1.10.3 h1:v9QZf2Sn6AmjXtQeFpdoq/eaNtYP6IN+7lcrygsIAtg=
github.com/lib/pq v1.10.3/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2/go.mod h1:0KeJpeMD6o+O4hW7qJOT7vyQPKrWmj26uf5wMc/IiIs=
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
Expand Down

0 comments on commit f024d37

Please sign in to comment.