+2
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -11,7 +11,7 @@ require ( | ||
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
|
||
github.com/dgrijalva/jwt-go v3.2.1-0.20200107013213-dc14462fd587+incompatible
|
||
github.com/dlclark/regexp2 v1.4.0 // indirect
|
||
github.com/dop251/goja v0.0.0-20201212162034-be0895b77e07
|
||
github.com/dop251/goja v0.0.0-20210106133455-27b0a7dc4c7f
|
||
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
||
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
|
||
| @@ -52,7 +52,7 @@ require ( | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
||
golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321 // indirect
|
||
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c // indirect
|
||
golang.org/x/text v0.3.4 // indirect
|
||
golang.org/x/text v0.3.5 // indirect
|
||
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154
|
||
google.golang.org/grpc v1.33.1
|
||
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.0
|
||
+4
−6
server/core_file.go
0 → 100644
+32
−0
Loading