From 90e947601a8cd39e74a3739b9cb9ff05cac5bca4 Mon Sep 17 00:00:00 2001 From: Slavomir Date: Mon, 12 Jul 2021 16:04:47 +0200 Subject: [PATCH] Retract v1.0.0 // Published accidentally. --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go.mod b/go.mod index 9d2cb017..25a81047 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,10 @@ module github.com/gagliardetto/solana-go go 1.14 +retract ( + v1.0.0 // Published accidentally. +) + require ( contrib.go.opencensus.io/exporter/stackdriver v0.13.4 // indirect github.com/GeertJohan/go.rice v1.0.0