From 6c231184811dcd9ccc9df5b8ce431fa6da747cd7 Mon Sep 17 00:00:00 2001 From: badewa kayode Date: Mon, 5 Nov 2018 19:45:54 +0100 Subject: [PATCH 1/3] add go mod --- go.mod | 3 +++ go.sum | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..25779eb --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/kayslay/paystack-go + +require github.com/mitchellh/mapstructure v0.0.0-20170125051937-db1efb556f84 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..84eaa5f --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/mitchellh/mapstructure v0.0.0-20170125051937-db1efb556f84 h1:rrg06yhhsqEELubsnYWqadxdi0CYJ97s899oUXDIrkY= +github.com/mitchellh/mapstructure v0.0.0-20170125051937-db1efb556f84/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= From 1c62081e883d8d46b394d22e35a9fed7d082a533 Mon Sep 17 00:00:00 2001 From: Badewa Kayode Date: Mon, 5 Nov 2018 20:00:39 +0100 Subject: [PATCH 2/3] update module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 25779eb..66ab93e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/kayslay/paystack-go +module github.com/rpip/paystack-go require github.com/mitchellh/mapstructure v0.0.0-20170125051937-db1efb556f84 From 25e8eec59480f2dc2437a78013af438b0371eb13 Mon Sep 17 00:00:00 2001 From: Badewa Kayode Date: Mon, 5 Nov 2018 20:09:08 +0100 Subject: [PATCH 3/3] update module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 66ab93e..25779eb 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/rpip/paystack-go +module github.com/kayslay/paystack-go require github.com/mitchellh/mapstructure v0.0.0-20170125051937-db1efb556f84