File tree 3 files changed +23
-17
lines changed
3 files changed +23
-17
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " gomod"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
Original file line number Diff line number Diff line change 1
1
module github.com/kataras/neffos
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/gobwas/ws v1.1.0
7
7
github.com/gorilla/websocket v1.5.0
8
8
github.com/iris-contrib/go.uuid v2.0.0+incompatible
9
9
github.com/mediocregopher/radix/v3 v3.8.0
10
- github.com/nats-io/nats.go v1.13.1-0.20220121202836-972a071d373d
11
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
10
+ github.com/nats-io/nats.go v1.16.0
11
+ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
12
12
)
13
13
14
14
require (
15
15
github.com/gobwas/httphead v0.1.0 // indirect
16
16
github.com/gobwas/pool v0.2.1 // indirect
17
17
github.com/golang/protobuf v1.5.2 // indirect
18
- github.com/nats-io/nats-server/v2 v2.7.3 // indirect
18
+ github.com/nats-io/nats-server/v2 v2.8.4 // indirect
19
19
github.com/nats-io/nkeys v0.3.0 // indirect
20
20
github.com/nats-io/nuid v1.0.1 // indirect
21
- golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
21
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
22
22
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
23
23
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
24
- google.golang.org/protobuf v1.27.1 // indirect
24
+ google.golang.org/protobuf v1.28.0 // indirect
25
25
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
26
26
)
You can’t perform that action at this time.
0 commit comments