From c6bdb923e5f5575e33524cfa5758631af9703dfe Mon Sep 17 00:00:00 2001 From: hippo-an Date: Thu, 5 Dec 2024 15:59:41 +0900 Subject: [PATCH] chore: update to recent version of documents --- README.md | 2 +- docker-compose.yaml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8be1bd6..b8efeda 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ These functionalities are integrated with other subsystems, namely `CB-Tumblebug ### Subsystem Dependency - CB-Spider : v0.10.0 -- CB-Tumblebug : v0.10.0 +- CB-Tumblebug : v0.10.3 --- diff --git a/docker-compose.yaml b/docker-compose.yaml index 0add4d0..5415f1c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -51,7 +51,7 @@ services: restart: unless-stopped cb-tumblebug: - image: cloudbaristaorg/cb-tumblebug:0.10.0 + image: cloudbaristaorg/cb-tumblebug:0.10.3 container_name: cb-tumblebug platform: linux/amd64 ports: diff --git a/go.mod b/go.mod index aa7cc4b..d7e364b 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,7 @@ require ( github.com/swaggo/echo-swagger v1.4.1 github.com/swaggo/swag v1.16.3 golang.org/x/crypto v0.25.0 + golang.org/x/exp v0.0.0-20230905200255-921286631fa9 gorm.io/driver/postgres v1.5.9 gorm.io/driver/sqlite v1.5.5 gorm.io/gorm v1.25.11 @@ -59,7 +60,6 @@ require ( github.com/valyala/fasttemplate v1.2.2 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect golang.org/x/net v0.25.0 // indirect golang.org/x/sync v0.7.0 // indirect golang.org/x/sys v0.22.0 // indirect