Skip to content

Commit 3c04e35

Browse files
committed
update api / lib
1 parent 69c37b3 commit 3c04e35

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ require (
1818
github.com/jmoiron/sqlx v1.3.4
1919
github.com/klauspost/compress v1.14.2 // indirect
2020
github.com/lestrrat-go/jwx v1.2.18
21-
github.com/oidc-mytoken/api v0.3.1-0.20220126162415-1144aa9a8465
22-
github.com/oidc-mytoken/lib v0.2.2-0.20211223095212-32c942773b34
21+
github.com/oidc-mytoken/api v0.4.0
22+
github.com/oidc-mytoken/lib v0.3.0
2323
github.com/pires/go-proxyproto v0.6.1
2424
github.com/pkg/errors v0.9.1
2525
github.com/satori/go.uuid v1.2.0

go.sum

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,10 @@ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lN
266266
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
267267
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
268268
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
269-
github.com/oidc-mytoken/api v0.3.1-0.20211220153443-bf41385a02b3/go.mod h1:RMeAl6ICLnemFQU4g57IHCP8m9WZg8PjXNVkodMiNi8=
270-
github.com/oidc-mytoken/api v0.3.1-0.20220126162415-1144aa9a8465 h1:/WphZw9dlTInqnLJgfrMn3WpgVmiO3ktYqPOlLWwGDA=
271-
github.com/oidc-mytoken/api v0.3.1-0.20220126162415-1144aa9a8465/go.mod h1:RMeAl6ICLnemFQU4g57IHCP8m9WZg8PjXNVkodMiNi8=
272-
github.com/oidc-mytoken/lib v0.2.2-0.20211223095212-32c942773b34 h1:aZTABz2Z4nARZ3P+1pxM+q5FYlHVHsMduPILSNwhc50=
273-
github.com/oidc-mytoken/lib v0.2.2-0.20211223095212-32c942773b34/go.mod h1:Z0vvLgDuV5t3fLlJGzx+Qn15IWbz1WTgkm4xfSaWPEM=
269+
github.com/oidc-mytoken/api v0.4.0 h1:uSlMSyi+ElScDehxMQlqW7Z5FjM7IDyTBA9a29Fs+eg=
270+
github.com/oidc-mytoken/api v0.4.0/go.mod h1:RMeAl6ICLnemFQU4g57IHCP8m9WZg8PjXNVkodMiNi8=
271+
github.com/oidc-mytoken/lib v0.3.0 h1:l+Axfu9lbSBDvfvckz5HiVOrIgNLF2L0BpQBcK5CCjg=
272+
github.com/oidc-mytoken/lib v0.3.0/go.mod h1:FoHZNziEldCD5l3SXgD+DMc5Y3XN2iI/kp18xvJOPeA=
274273
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
275274
github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
276275
github.com/pires/go-proxyproto v0.6.1 h1:EBupykFmo22SDjv4fQVQd2J9NOoLPmyZA/15ldOGkPw=

0 commit comments

Comments
 (0)