feat: updated design
... | ... | @@ -3,12 +3,12 @@ module github.com/nicolaspernoud/vestibule |
go 1.18 | ||
require ( | ||
github.com/oschwald/maxminddb-golang v1.8.0 | ||
github.com/oschwald/maxminddb-golang v1.9.0 | ||
github.com/secure-io/sio-go v0.3.1 | ||
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f | ||
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 | ||
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 | ||
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2 | ||
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 | ||
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad | ||
) | ||
require ( | ||
... | ... | @@ -16,5 +16,5 @@ require ( |
github.com/golang/protobuf v1.5.2 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
google.golang.org/protobuf v1.28.0 // indirect | ||
) |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment