Skip to content

Commit bf3a7cd

Browse files
committed
add dependabot.yml
1 parent 907bd17 commit bf3a7cd

File tree

3 files changed

+23
-17
lines changed

3 files changed

+23
-17
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
module github.com/kataras/neffos
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/gobwas/ws v1.1.0
77
github.com/gorilla/websocket v1.5.0
88
github.com/iris-contrib/go.uuid v2.0.0+incompatible
99
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
1212
)
1313

1414
require (
1515
github.com/gobwas/httphead v0.1.0 // indirect
1616
github.com/gobwas/pool v0.2.1 // indirect
1717
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
1919
github.com/nats-io/nkeys v0.3.0 // indirect
2020
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
2222
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
2323
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
2525
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2626
)

go.sum

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)