Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
github.com/valyala/fasthttp v1.60.0
github.com/vmihailenco/msgpack/v5 v5.4.1
github.com/zachmann/go-oidfed v0.2.1
github.com/zachmann/go-oidfed v0.2.2
golang.org/x/crypto v0.37.0
golang.org/x/mod v0.24.0
golang.org/x/oauth2 v0.29.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZ
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704 h1:dpR/K16zQgc/5xTQ66RevZikjkFzsCt6IeNDFyHltaM=
github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=
github.com/zachmann/go-oidfed v0.2.1 h1:9GqNAeKz4C5oIRCjgICvZR+QFmhFILdg2M03PjY8WyQ=
github.com/zachmann/go-oidfed v0.2.1/go.mod h1:MLDspTwfvYbxt8FJjB+RrQ/vKRTGP4cCxC9m/9DIvXk=
github.com/zachmann/go-oidfed v0.2.2 h1:fBo+ziSU7K2Zf2w0GNQjp9kMkvCGqYM7us46+ZHVYxw=
github.com/zachmann/go-oidfed v0.2.2/go.mod h1:BkMeEI9SCSf+93eAyQ5q8s2P6GPfmTixOAclyO5gD/o=
golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE=
golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc=
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA=
Expand Down