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

update etreeutils.TransformExcC14n signature #478

Merged
merged 7 commits into from Jan 12, 2023

Commits on Dec 29, 2022

  1. update etreeutils.TransformExcC14n signature

    The invocation does not match the current function signature:
    
    ```
    github.com/crewjam/saml@v0.4.10/schema.go:767:41: not enough arguments in call to etreeutils.TransformExcC14n
         |  have (*etree.Element, string)
         |  want (*etree.Element, string, bool)
    ```
    greenpau committed Dec 29, 2022
    Copy the full SHA
    1f4ae42 View commit details
    Browse the repository at this point in the history
  2. Update go.mod

    greenpau committed Dec 29, 2022
    Copy the full SHA
    10be84a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Copy the full SHA
    36d158b View commit details
    Browse the repository at this point in the history
  2. update go.sum

    greenpau committed Dec 31, 2022
    Copy the full SHA
    d979323 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Copy the full SHA
    3db4e91 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Copy the full SHA
    17c48ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a2de23 View commit details
    Browse the repository at this point in the history