removing waku references

This commit is contained in:
Gabriel mermelstein 2025-04-16 18:38:09 +03:00
parent ef141fa420
commit a785ba85ed
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Follow these steps to install and set up the module:
1. Retrieve the module using `go get`:
```
go get -u github.com/waku-org/waku-go-bindings
go get -u github.com/waku-org/sds-go-bindings
```
2. Navigate to the module's directory:
```

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/waku-org/waku-go-bindings
module github.com/waku-org/sds-go-bindings
go 1.22.10

View File

@ -1,4 +1,4 @@
# Makefile for Waku Go Bindings
# Makefile for SDS Go Bindings
# Directories
THIRD_PARTY_DIR := ../third_party