Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: celo-org/mockokta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: baf0cb71a300bfe748affd5307b4330ce2da5e5c
Choose a base ref
..
head repository: celo-org/mockokta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8013d46efd1e08218eebffcaaba5a261d4e842de
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 go.mod
  2. +1 −1 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ toolchain go1.23.3
require (
github.com/okta/okta-sdk-golang/v2 v2.16.0
github.com/stretchr/testify v1.8.4
google.golang.org/api v0.207.0
google.golang.org/api v0.208.0
)

require (
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -148,7 +148,7 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
google.golang.org/api v0.106.0 h1:ffmW0faWCwKkpbbtvlY/K/8fUl+JKvNS5CVzRoyfCv8=
google.golang.org/api v0.106.0/go.mod h1:2Ts0XTHNVWxypznxWOYUeI4g3WdP9Pk2Qk58+a/O9MY=
google.golang.org/api v0.114.0/go.mod h1:ifYI2ZsFK6/uGddGfAD5BMxlnkBqCmqHSDUVi45N5Yg=
google.golang.org/api v0.207.0/go.mod h1:I53S168Yr/PNDNMi5yPnDc0/LGRZO6o7PoEbl/HY3CM=
google.golang.org/api v0.208.0/go.mod h1:I53S168Yr/PNDNMi5yPnDc0/LGRZO6o7PoEbl/HY3CM=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=