diff options
| author | chrislu <chris.lu@gmail.com> | 2022-03-23 13:52:28 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-03-23 13:52:28 -0700 |
| commit | 8b983729caecabd1227d7f926f0fb5a649171c54 (patch) | |
| tree | 57685265fc1d64c14221c5ec54452f224a34c905 | |
| parent | 23cc039c9b857b5578f3df0e889b7feb001db30c (diff) | |
| download | seaweedfs-8b983729caecabd1227d7f926f0fb5a649171c54.tar.xz seaweedfs-8b983729caecabd1227d7f926f0fb5a649171c54.zip | |
Update go.mod
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -79,9 +79,6 @@ require ( github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect - github.com/nats-io/nats.go v1.11.0 // indirect - github.com/nats-io/nkeys v0.3.0 // indirect - github.com/nats-io/nuid v1.0.1 // indirect github.com/olivere/elastic/v7 v7.0.19 github.com/pelletier/go-toml v1.7.0 // indirect github.com/peterh/liner v1.2.2 @@ -185,6 +182,9 @@ require ( github.com/jcmturner/rpc/v2 v2.0.3 // indirect github.com/mattn/go-runewidth v0.0.7 // indirect github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect + github.com/nats-io/nats.go v1.11.0 // indirect + github.com/nats-io/nkeys v0.3.0 // indirect + github.com/nats-io/nuid v1.0.1 // 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 |
