diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-12 12:07:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 12:07:45 -0700 |
| commit | f5de42fae38cc0095591ccadaf5cf1b25b96a8d8 (patch) | |
| tree | b4bda4f597012fae6c615de28981787dacff0c85 /go.mod | |
| parent | 1e033d45b80ce12bb4a0fc57cc76e492856c2f95 (diff) | |
| parent | 8e02e138ea889d9f43cc89937c02c212ca145d74 (diff) | |
| download | seaweedfs-f5de42fae38cc0095591ccadaf5cf1b25b96a8d8.tar.xz seaweedfs-f5de42fae38cc0095591ccadaf5cf1b25b96a8d8.zip | |
Merge pull request #1975 from kmlebedev/iam_handlers
IAM handlers
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ require ( github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect github.com/jcmturner/gofork v1.0.0 // indirect + github.com/jinzhu/copier v0.2.8 github.com/json-iterator/go v1.1.10 github.com/karlseguin/ccache v2.0.3+incompatible // indirect github.com/karlseguin/ccache/v2 v2.0.7 |
