Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: knadh/koanf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: knadh/koanf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 6 commits
  • 44 files changed
  • 4 contributors

Commits on Mar 7, 2024

  1. fix: run submodule tests (#276)

    - Define go.work to include all "sub" modules.
    - Run `go test -v github.com/knadh/koanf...` which runs test
      on all references in go.work doing a prefix match of the package path
      filtering the "go test all" behaviour of testing every single dep.
    
      Ref: golang/go#59480 (comment)
    rhnvrm authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7addd6f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples (#282

    )
    
    Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    02cb4d5 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/e…

    …tcd (#281)
    
    Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4a915e2 View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/n…

    …ats (#280)
    
    Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    06d3532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    736ad3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c37bab View commit details
    Browse the repository at this point in the history
Loading