Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oauth2] Remove oauth2 go.mod and go.sum #802

Merged
merged 3 commits into from
Aug 12, 2022

Commits on Aug 12, 2022

  1. remove oauth2 module

    This removes the module definition in the oauth2 subdirectory.  Since the oauth2 module
    is not released independently of the main module, it can/should be treated as a normal
    module subdirectory.
    
    Signed-off-by: Paul Gier <paul.gier@datastax.com>
    pgier committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    28b5d3a View commit details
    Browse the repository at this point in the history
  2. update tests for newer golang oauth2 dependency

    Signed-off-by: Paul Gier <paul.gier@datastax.com>
    pgier committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    dce31cc View commit details
    Browse the repository at this point in the history
  3. oauth2: add note to readme about possible module error

    Signed-off-by: Paul Gier <paul.gier@datastax.com>
    pgier committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ce26507 View commit details
    Browse the repository at this point in the history