Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit 1dff54e

Browse files
authored
pin en server dep (#2383)
1 parent 3929814 commit 1dff54e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/golang-jwt/jwt v3.2.2+incompatible
1616
github.com/golang-migrate/migrate/v4 v4.15.2
1717
github.com/golangci/golangci-lint v1.50.0
18-
github.com/google/exposure-notifications-server v1.14.1-0.20221128215310-97d0b99b9b15
18+
github.com/google/exposure-notifications-server v1.15.0
1919
github.com/google/go-cmp v0.5.9
2020
github.com/google/uuid v1.3.0
2121
github.com/gorilla/handlers v1.5.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,8 +790,8 @@ github.com/gomodule/redigo v1.8.2/go.mod h1:P9dn9mFrCBvWhGE1wpxx6fgq7BAeLBk+UUUz
790790
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
791791
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
792792
github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA=
793-
github.com/google/exposure-notifications-server v1.14.1-0.20221128215310-97d0b99b9b15 h1:s0N0OXxNzZSax0NGuFz0LoqXdWxp6Bv/5zctZZMzVmE=
794-
github.com/google/exposure-notifications-server v1.14.1-0.20221128215310-97d0b99b9b15/go.mod h1:HEGHNAwlQ015KZLAJoB84hWO199RCHwgGu/zred0ljE=
793+
github.com/google/exposure-notifications-server v1.15.0 h1:n0/33K4jEeyNaqp2qsW8rFQg9cDPA5JajJf/wfPq+3I=
794+
github.com/google/exposure-notifications-server v1.15.0/go.mod h1:HEGHNAwlQ015KZLAJoB84hWO199RCHwgGu/zred0ljE=
795795
github.com/google/flatbuffers v2.0.0+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
796796
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
797797
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=

0 commit comments

Comments
 (0)