Skip to content

Commit 11b4307

Browse files
authored
Merge branch 'master' into dependabot/go_modules/github.com/tidwall/gjson-1.8.0
2 parents 84003e3 + adc86cd commit 11b4307

File tree

3 files changed

+21
-142
lines changed

3 files changed

+21
-142
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: github.com/tidwall/gjson
10+
versions:
11+
- 1.6.7
12+
- 1.6.8
13+
- 1.7.1
14+
- 1.7.3
15+
- 1.7.4

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.13
44

55
require (
66
github.com/coinrust/wsconn v1.0.5
7-
github.com/json-iterator/go v1.1.10
8-
github.com/tidwall/gjson v1.8.0
7+
github.com/json-iterator/go v1.1.12
8+
github.com/tidwall/gjson v1.9.1
99
go.uber.org/config v1.4.0
1010
)

0 commit comments

Comments
 (0)