Skip to content

Commit

Permalink
add go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ruth committed Sep 8, 2020
1 parent bd61f5e commit fcf3ee3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github.com/imdario/mergo v0.0.0-20160517064435-50d4dbd4eb0e/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
13 changes: 0 additions & 13 deletions vendor/vendor.json

This file was deleted.

0 comments on commit fcf3ee3

Please sign in to comment.