-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: * https://github.com/aserto-dev/go-aserto/security/dependabot/22 * https://github.com/aserto-dev/go-aserto/security/dependabot/23 * https://github.com/aserto-dev/go-aserto/security/dependabot/24 * https://github.com/aserto-dev/go-aserto/security/dependabot/25 * https://github.com/aserto-dev/go-aserto/security/dependabot/26 * https://github.com/aserto-dev/go-aserto/security/dependabot/27 * https://github.com/aserto-dev/go-aserto/security/dependabot/28 * https://github.com/aserto-dev/go-aserto/security/dependabot/29 * https://github.com/aserto-dev/go-aserto/security/dependabot/30 * https://github.com/aserto-dev/go-aserto/security/dependabot/31 * https://github.com/aserto-dev/go-aserto/security/dependabot/32 * https://github.com/aserto-dev/go-aserto/security/dependabot/33 * https://github.com/aserto-dev/go-aserto/security/dependabot/34
- Loading branch information
Showing
17 changed files
with
355 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,48 @@ | ||
module gorilla_example | ||
|
||
go 1.22 | ||
go 1.22.10 | ||
|
||
toolchain go1.23.2 | ||
toolchain go1.23.4 | ||
|
||
replace github.com/aserto-dev/go-aserto => ../../../.. | ||
|
||
replace github.com/aserto-dev/go-aserto/middleware/gorillaz => ../../../../middleware/gorillaz | ||
|
||
require ( | ||
github.com/aserto-dev/go-aserto v0.31.5 | ||
github.com/aserto-dev/go-aserto v0.33.4 | ||
github.com/aserto-dev/go-aserto/middleware/gorillaz v0.0.0-00010101000000-000000000000 | ||
github.com/gorilla/mux v1.8.1 | ||
) | ||
|
||
require ( | ||
github.com/aserto-dev/errors v0.0.10 // indirect | ||
github.com/aserto-dev/go-authorizer v0.20.8 // indirect | ||
github.com/aserto-dev/header v0.0.7 // indirect | ||
github.com/aserto-dev/errors v0.0.12 // indirect | ||
github.com/aserto-dev/go-authorizer v0.20.12 // indirect | ||
github.com/aserto-dev/header v0.0.8 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect | ||
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/lestrrat-go/blackmagic v1.0.2 // indirect | ||
github.com/lestrrat-go/httpcc v1.0.1 // indirect | ||
github.com/lestrrat-go/httprc v1.0.6 // indirect | ||
github.com/lestrrat-go/iter v1.0.2 // indirect | ||
github.com/lestrrat-go/jwx/v2 v2.1.1 // indirect | ||
github.com/lestrrat-go/jwx/v2 v2.1.3 // indirect | ||
github.com/lestrrat-go/option v1.0.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rs/zerolog v1.33.0 // indirect | ||
github.com/samber/lo v1.47.0 // indirect | ||
github.com/segmentio/asm v1.2.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect | ||
google.golang.org/grpc v1.68.1 // indirect | ||
google.golang.org/protobuf v1.36.0 // indirect | ||
) |
Oops, something went wrong.