diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..66ab93e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/rpip/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=