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" -}