diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-18 14:40:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 14:40:54 -0700 |
| commit | db578b0ea471d546e361ffd0556a5934c4ebbac9 (patch) | |
| tree | f89bfdbdd430d9ea7151f3ffcad6e5f568bf5328 /go.mod | |
| parent | 3a18e905d05d97db9d6cf26df846aff802c7ea1a (diff) | |
| parent | 39fa4c75dfa9e548f29c8588db8c41fc6bac89e0 (diff) | |
| download | seaweedfs-db578b0ea471d546e361ffd0556a5934c4ebbac9.tar.xz seaweedfs-db578b0ea471d546e361ffd0556a5934c4ebbac9.zip | |
Merge pull request #2775 from chrislusf/dependabot/go_modules/github.com/json-iterator/go-1.1.12
Bump github.com/json-iterator/go from 1.1.11 to 1.1.12
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ require ( github.com/jcmturner/gokrb5/v8 v8.4.2 github.com/jinzhu/copier v0.2.8 github.com/jmespath/go-jmespath v0.4.0 // indirect - github.com/json-iterator/go v1.1.11 + github.com/json-iterator/go v1.1.12 github.com/karlseguin/ccache/v2 v2.0.7 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/klauspost/compress v1.13.6 // indirect @@ -80,7 +80,7 @@ require ( github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mitchellh/mapstructure v1.1.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect + github.com/modern-go/reflect2 v1.0.2 // indirect github.com/nats-io/jwt v1.0.1 // indirect github.com/nats-io/nats.go v1.10.0 // indirect github.com/nats-io/nkeys v0.2.0 // indirect |
