diff --git a/go.mod b/go.mod index fc0a81d2f2e4d6958d488a63af608f9ef8b6fa84..bdc0fef13e39453c9ef6e5acaa06f65aee7e8b45 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/lestrrat-go/jwx v1.2.25 github.com/oidc-mytoken/api v0.9.2-0.20221209082828-a2b167ffec41 github.com/oidc-mytoken/lib v0.6.2-0.20221125141521-dae7f2a63fc2 - github.com/oidc-mytoken/utils v0.1.1-0.20221209120826-9ed1b1501812 + github.com/oidc-mytoken/utils v0.1.1 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pires/go-proxyproto v0.6.2 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 3ffe622de7242ed65ee00c08e04214f15949ff7f..038eb54fecc2980bf09bd1066a8dca2e57e5cdb0 100644 --- a/go.sum +++ b/go.sum @@ -377,8 +377,8 @@ github.com/oidc-mytoken/api v0.9.2-0.20221209082828-a2b167ffec41 h1:9YYK5NmynqDo github.com/oidc-mytoken/api v0.9.2-0.20221209082828-a2b167ffec41/go.mod h1:DBIlUbaIgGlf607VZx8zFC97VR3WNN0kaMVO1AqyTdE= github.com/oidc-mytoken/lib v0.6.2-0.20221125141521-dae7f2a63fc2 h1:ygQMfCtOGnZxsW7cAhBZCSfGgg3qcfvPVkc2Wq+0L4A= github.com/oidc-mytoken/lib v0.6.2-0.20221125141521-dae7f2a63fc2/go.mod h1:U0mC1zWdWKYPekoNTYSQZB5SHFk4fPz+JhfPgWs4TTs= -github.com/oidc-mytoken/utils v0.1.1-0.20221209120826-9ed1b1501812 h1:fXzfdjcHFqmtGxFIngdeOu9RoDayi0Kbk02sLtTMt+I= -github.com/oidc-mytoken/utils v0.1.1-0.20221209120826-9ed1b1501812/go.mod h1:pAUlvF/mYz8CjinCx4iwoWzG514B9EhuCpu7O+afaD8= +github.com/oidc-mytoken/utils v0.1.1 h1:HqGfvikCXwtxhSyxvpp2K/W+f4cVvOAnZSINA+RlMes= +github.com/oidc-mytoken/utils v0.1.1/go.mod h1:pAUlvF/mYz8CjinCx4iwoWzG514B9EhuCpu7O+afaD8= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=