From fcf3ee3fb4340a83c0a3817868b746a72ba660d5 Mon Sep 17 00:00:00 2001 From: Pablo RUTH Date: Tue, 8 Sep 2020 12:40:37 +0200 Subject: [PATCH] add go mod --- go.mod | 5 +++++ go.sum | 1 + vendor/vendor.json | 13 ------------- 3 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 go.mod create mode 100644 go.sum delete mode 100644 vendor/vendor.json diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c47aec3 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/Ouest-France/phpipam-sdk-go + +go 1.14 + +require github.com/imdario/mergo v0.0.0-20160517064435-50d4dbd4eb0e diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..c1503ff --- /dev/null +++ b/go.sum @@ -0,0 +1 @@ +github.com/imdario/mergo v0.0.0-20160517064435-50d4dbd4eb0e/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= diff --git a/vendor/vendor.json b/vendor/vendor.json deleted file mode 100644 index 24ed1b9..0000000 --- a/vendor/vendor.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "comment": "", - "ignore": "test", - "package": [ - { - "checksumSHA1": "hwGdeQbcfc2RvIQS5wAaYRKJDd4=", - "path": "github.com/imdario/mergo", - "revision": "50d4dbd4eb0e84778abe37cefef140271d96fade", - "revisionTime": "2016-05-17T06:44:35Z" - } - ], - "rootPath": "github.com/Ouest-France/phpipam-sdk-go" -}