diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-12-07 12:15:48 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-12-07 12:15:48 +0500 |
| commit | 4ec8715f2064994450ae8918b527db0d0c8da76c (patch) | |
| tree | f06743ca0dd6b22f31f5116256e436f630673bcc /go.mod | |
| parent | 3ac48cd5402d6f16e94e34dcc21b2085d44faa21 (diff) | |
| download | seaweedfs-4ec8715f2064994450ae8918b527db0d0c8da76c.tar.xz seaweedfs-4ec8715f2064994450ae8918b527db0d0c8da76c.zip | |
audit log
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,7 @@ require ( require ( cloud.google.com/go/kms v1.0.0 // indirect github.com/d4l3k/messagediff v1.2.1 // indirect + github.com/fluent/fluent-logger-golang v1.8.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/jcmturner/aescts/v2 v2.0.0 // indirect github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect @@ -173,7 +174,9 @@ require ( github.com/jcmturner/rpc/v2 v2.0.2 // indirect github.com/mattn/go-runewidth v0.0.7 // indirect github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect + github.com/philhofer/fwd v1.1.1 // indirect github.com/spf13/pflag v1.0.5 // indirect + github.com/tinylib/msgp v1.1.6 // indirect go.etcd.io/etcd/api/v3 v3.5.0 // indirect go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect go.uber.org/atomic v1.7.0 // indirect |
