From a785ba85ede7701cfb0054972fb40e145ca5edd6 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Wed, 16 Apr 2025 18:38:09 +0300 Subject: [PATCH] removing waku references --- README.md | 2 +- go.mod | 2 +- sds/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dc1a91..4178753 100644 --- a/README.md +++ b/README.md @@ -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: ``` diff --git a/go.mod b/go.mod index 07b99e5..9c1a6e2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/waku-org/waku-go-bindings +module github.com/waku-org/sds-go-bindings go 1.22.10 diff --git a/sds/Makefile b/sds/Makefile index d03d7ec..edd1bf8 100644 --- a/sds/Makefile +++ b/sds/Makefile @@ -1,4 +1,4 @@ -# Makefile for Waku Go Bindings +# Makefile for SDS Go Bindings # Directories THIRD_PARTY_DIR := ../third_party