Skip to content

Commit

Permalink
Merge pull request #120 from suborbital/connor/http-auth
Browse files Browse the repository at this point in the history
Filter wasm HTTP requests through authProvider
  • Loading branch information
cohix committed Jul 29, 2021
2 parents f316d5d + 25aff01 commit 25a1415
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 41 deletions.
10 changes: 5 additions & 5 deletions go.mod
@@ -1,15 +1,15 @@
module github.com/suborbital/reactr

go 1.15
go 1.16

require (
github.com/google/uuid v1.2.0
github.com/google/uuid v1.3.0
github.com/pkg/errors v0.9.1
github.com/suborbital/atmo v0.2.4-0.20210703165749-14c9326b2f7f
github.com/suborbital/grav v0.3.3
github.com/suborbital/grav v0.4.0
github.com/suborbital/vektor v0.4.1
github.com/wasmerio/wasmer-go v1.0.3
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)

0 comments on commit 25a1415

Please sign in to comment.