File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/bluecmd/fortigate_exporter
33go 1.18
44
55require (
6- github.com/google/go-jsonnet v0.19.1
6+ github.com/google/go-jsonnet v0.20.0
77 github.com/prometheus/client_golang v1.14.0
8- gopkg.in/yaml.v3 v3.0.1
8+ gopkg.in/yaml.v2 v2.4.0
99 gopkg.in/yaml.v3 v3.0.1
1010)
1111
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ github.com/google/go-jsonnet v0.18.0 h1:/6pTy6g+Jh1a1I2UMoAODkqELFiVIdOxbNwv0DDz
117117github.com/google/go-jsonnet v0.18.0 /go.mod h1:C3fTzyVJDslXdiTqw/bTFk7vSGyCtH3MGRbDfvEwGd0 =
118118github.com/google/go-jsonnet v0.19.1 h1:MORxkrG0elylUqh36R4AcSPX0oZQa9hvI3lroN+kDhs =
119119github.com/google/go-jsonnet v0.19.1 /go.mod h1:5JVT33JVCoehdTj5Z2KJq1eIdt3Nb8PCmZ+W5D8U350 =
120+ github.com/google/go-jsonnet v0.20.0 h1:WG4TTSARuV7bSm4PMB4ohjxe33IHT5WVTrJSU33uT4g =
121+ github.com/google/go-jsonnet v0.20.0 /go.mod h1:VbgWF9JX7ztlv770x/TolZNGGFfiHEVx9G6ca2eUmeA =
120122github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
121123github.com/google/martian v2.1.0+incompatible /go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs =
122124github.com/google/martian/v3 v3.0.0 /go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0 =
You can’t perform that action at this time.
0 commit comments