Skip to content

Commit 9dacea3

Browse files
committed
bump api
1 parent f59c9a8 commit 9dacea3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/oidc-mytoken/lib
33
go 1.13
44

55
require (
6-
github.com/oidc-mytoken/api v0.0.0-20210730065550-117f733ae8a1
6+
github.com/oidc-mytoken/api v0.3.0
77
github.com/oidc-mytoken/server v0.2.0
88
)

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,8 @@ github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96d
309309
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
310310
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
311311
github.com/nishanths/exhaustive v0.0.0-20200525081945-8e46705b6132/go.mod h1:wBEpHwM2OdmeNpdCvRPUlkEbBuaFmcK4Wv8Q7FuGW3c=
312-
github.com/oidc-mytoken/api v0.0.0-20210610140005-29f166a942ec h1:DGLeZJnsVWq6y81d6AH9mo+J5dQO47VFH9K2bKYgAjk=
313-
github.com/oidc-mytoken/api v0.0.0-20210610140005-29f166a942ec/go.mod h1:S8t1XA42EFAgc3vUfis0g1LPGA4TXH0nfDynvgo6cwk=
314-
github.com/oidc-mytoken/api v0.0.0-20210730065550-117f733ae8a1 h1:i1LIDAuTm4SR65iPjVq+elXHSKNju3Yt61+jreULTuE=
315-
github.com/oidc-mytoken/api v0.0.0-20210730065550-117f733ae8a1/go.mod h1:S8t1XA42EFAgc3vUfis0g1LPGA4TXH0nfDynvgo6cwk=
312+
github.com/oidc-mytoken/api v0.3.0 h1:xRgWxfRn3Ias2gNjCKGQxoQT4NEGRoUYpcEdi+v86kE=
313+
github.com/oidc-mytoken/api v0.3.0/go.mod h1:S8t1XA42EFAgc3vUfis0g1LPGA4TXH0nfDynvgo6cwk=
316314
github.com/oidc-mytoken/server v0.2.0 h1:BLZmm9aJUThbeHK9/CBTHnQUycF0PNGNF7CO0VU4dOg=
317315
github.com/oidc-mytoken/server v0.2.0/go.mod h1:6uFm+Za9NMK3gq4OOIeX3gs3T6leluVIWsGiM1zlQbA=
318316
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=

0 commit comments

Comments
 (0)