Skip to content

Commit

Permalink
Merge pull request #26 from MZC-CSC/develop
Browse files Browse the repository at this point in the history
chore: update to recent version of documents for 0.3.0 release
  • Loading branch information
MZC-CSC authored Dec 5, 2024
2 parents 14443ff + c6bdb92 commit cb7339e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cb7339e

Please sign in to comment.