From 23657867bd0487b9a33fd7a973400dd8586b9e85 Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:24:19 -0500 Subject: [PATCH] Add "/v2" to Go module name (#504) --- bindings/go/README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/go/README.md b/bindings/go/README.md index d05219b41..2b65f462c 100644 --- a/bindings/go/README.md +++ b/bindings/go/README.md @@ -6,7 +6,7 @@ exported functions in [C-KZG-4844](https://github.com/ethereum/c-kzg-4844). ## Installation ``` -go get github.com/ethereum/c-kzg-4844 +go get github.com/ethereum/c-kzg-4844/v2 ``` ## Go version diff --git a/go.mod b/go.mod index 56703c81e..51ed0fc6d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ethereum/c-kzg-4844 +module github.com/ethereum/c-kzg-4844/v2 go 1.19