Skip to content

Commit 25a1415

Browse files
authored
Merge pull request #120 from suborbital/connor/http-auth
Filter wasm HTTP requests through authProvider
2 parents f316d5d + 25aff01 commit 25a1415

File tree

6 files changed

+70
-41
lines changed

6 files changed

+70
-41
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module github.com/suborbital/reactr
22

3-
go 1.15
3+
go 1.16
44

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

0 commit comments

Comments
 (0)