mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-04 07:03:09 +00:00
removing waku references
This commit is contained in:
parent
ef141fa420
commit
a785ba85ed
@ -12,7 +12,7 @@ Follow these steps to install and set up the module:
|
|||||||
|
|
||||||
1. Retrieve the module using `go get`:
|
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. Navigate to the module's directory:
|
||||||
```
|
```
|
||||||
|
|||||||
2
go.mod
2
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
|
go 1.22.10
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Makefile for Waku Go Bindings
|
# Makefile for SDS Go Bindings
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
THIRD_PARTY_DIR := ../third_party
|
THIRD_PARTY_DIR := ../third_party
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user