We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84003e3 + adc86cd commit 11b4307Copy full SHA for 11b4307
.github/dependabot.yml
@@ -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
@@ -4,7 +4,7 @@ go 1.13
require (
github.com/coinrust/wsconn v1.0.5
- github.com/json-iterator/go v1.1.10
- github.com/tidwall/gjson v1.8.0
+ github.com/json-iterator/go v1.1.12
+ github.com/tidwall/gjson v1.9.1
go.uber.org/config v1.4.0
)
0 commit comments