diff --git a/docs/orchestration/docker-compose/docker-compose.yaml b/docs/orchestration/docker-compose/docker-compose.yaml index 19e14051e..c4ba07057 100644 --- a/docs/orchestration/docker-compose/docker-compose.yaml +++ b/docs/orchestration/docker-compose/docker-compose.yaml @@ -2,7 +2,7 @@ version: '3.7' # Settings and configurations that are common for all containers x-minio-common: &minio-common - image: quay.io/minio/minio:RELEASE.2024-06-29T01-20-47Z + image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z command: server --console-address ":9001" http://minio{1...4}/data{1...2} expose: - "9000" diff --git a/go.mod b/go.mod index 81e4d0d37..f54063680 100644 --- a/go.mod +++ b/go.mod @@ -82,7 +82,6 @@ require ( github.com/rs/cors v1.11.0 github.com/secure-io/sio-go v0.3.1 github.com/shirou/gopsutil/v3 v3.24.5 - github.com/tidwall/gjson v1.17.1 github.com/tinylib/msgp v1.1.9 github.com/valyala/bytebufferpool v1.0.0 github.com/xdg/scram v1.0.5 @@ -233,6 +232,7 @@ require ( github.com/rs/xid v1.5.0 // indirect github.com/safchain/ethtool v0.4.1 // indirect github.com/shoenig/go-m1cpu v0.1.6 // indirect + github.com/tidwall/gjson v1.17.1 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/tklauser/go-sysconf v0.3.14 // indirect